SMART ICVP
0.2.0 - release

This page is part of the ICVP (v0.2.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 0.3.0. For a full list of available versions, see the Directory of published versions

StructureMap: ICVPClaimtoIPS

Official URL: http://smart.who.int/icvp/StructureMap/ICVPClaimtoIPS Version: 0.2.0
Draft as of 2025-10-08 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";
}