SMART ICVP
0.2.0 - ci-build
SMART ICVP, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.2.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/ and changes regularly. See the Directory of published versions
Official URL: http://smart.who.int/icvp/StructureMap/ICVPClaimtoIPS | Version: 0.2.0 | |||
Draft as of 2025-09-25 | Computable Name: ICVPClaimtoIPS |
map "http://smart.who.int/icvp/StructureMap/ICVPClaimtoIPS" = "ICVPClaimtoIPS" 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"; }