SMART ICVP
0.1.0 - ci-build
This page is part of the ICVP (v0.1.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Official URL: http://smart.who.int/icvp/StructureMap/DVCClaimtoIPS | Version: 0.1.0 | |||
Draft as of 2024-10-07 | Computable Name: DVCClaimtoIPS |
Generated Narrative: StructureMap DVCClaimtoIPS
map "http://smart.who.int/icvp/StructureMap/DVCClaimtoIPS" = "DVCClaimtoIPS" uses "http://smart.who.int/icvp/StructureDefinition/DVCPayload" alias DVCPayload as source uses "http://hl7.org/fhir/StructureDefinition/Bundle" alias IPS as target uses "http://smart.who.int/icvp/StructureDefinition/ModelDVC" alias DVCModel as target uses "http://smart.who.int/icvp/StructureDefinition/ModelVaccineDetails" alias ModelVaccineDetails as target imports "http://smart.who.int/icvp/StructureMap/DVCLMToIPS" imports "http://smart.who.int/icvp/StructureMap/DVCClaimtoDVCLM" group DVCClaimtoIPS(source DVCClaim : DVCPayload, target IPS : Bundle) { DVCClaim -> create('http://smart.who.int/icvp/StructureDefinition/ModelDVC') as model then { DVCClaim -> model then DVCClaimtoDVCLM(DVCClaim, model) "rule1"; DVCClaim -> IPS then DVCLMToIPS(model, IPS) "rule2"; } "rule3"; }