SMART ICVP
0.3.0 - ci-build
SMART ICVP, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-icvp/tree/LMupdates and changes regularly. See the Directory of published versions
Built from commit 7fe2f17e. Branch: LMupdates.
| Official URL: http://smart.who.int/icvp/StructureMap/ICVPClaimtoIPS | Version: 0.3.0 | |||
| Draft as of 2026-04-16 | Computable Name: ICVPClaimtoIPS | |||
/// url = 'http://smart.who.int/icvp/StructureMap/ICVPClaimtoIPS' /// name = 'ICVPClaimtoIPS' /// status = 'draft' uses "http://smart.who.int/icvp/StructureDefinition/ICVPMin" alias ICVPPayload as source uses "http://hl7.org/fhir/StructureDefinition/Bundle" alias IPS as target uses "http://smart.who.int/icvp/StructureDefinition/ICVP" alias ICVPModel as target uses "http://smart.who.int/icvp/StructureDefinition/ICVPVaccineDetails" alias ICVPVaccineDetails as target imports "http://smart.who.int/icvp/StructureMap/ICVPLMToIPS" imports "http://smart.who.int/icvp/StructureMap/ICVPClaimtoICVPLM" group ICVPClaimtoIPS(source ICVPClaim : ICVPPayload, target IPS : Bundle) { ICVPClaim -> create('http://smart.who.int/icvp/StructureDefinition/ICVP') as model then { ICVPClaim -> model then ICVPClaimtoICVPLM(ICVPClaim, model) "rule1"; ICVPClaim -> IPS then ICVPLMToIPS(model, IPS) "rule2"; } "rule3"; }