SMART ICVP
0.1.0 - ci-build
SMART ICVP, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.1.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/38/merge and changes regularly. See the Directory of published versions
| Official URL: http://smart.who.int/icvp/StructureMap/ICVPClaimtoIPS | Version: 0.1.0 | |||
| Draft as of 2025-09-12 | Computable Name: ICVPClaimtoIPS | |||
map "http://smart.who.int/icvp/StructureMap/ICVPClaimtoIPS" = "ICVPClaimtoIPS" uses "http://smart.who.int/icvp/StructureDefinition/ICVPMin|0.1.0" alias ICVPPayload as source uses "http://hl7.org/fhir/StructureDefinition/Bundle|4.0.1" alias IPS as target uses "http://smart.who.int/icvp/StructureDefinition/ICVP|0.1.0" alias ICVPModel as target uses "http://smart.who.int/icvp/StructureDefinition/ICVPVaccineDetails|0.1.0" alias ICVPVaccineDetails as target imports "http://smart.who.int/icvp/StructureMap/ICVPLMToIPS" imports "http://smart.who.int/icvp/StructureMap/ICVPClaimtoICVPLM|0.1.0" 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"; }