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/ and changes regularly. See the Directory of published versions

StructureMap:

Official URL: http://smart.who.int/icvp/StructureMap/DVCClaimtoIPS Version: 0.1.0
Draft as of 2024-09-17 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";
}