WHO Immunization Implementation Guide, 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-immunizations/ and changes regularly. See the Directory of published versions
| Draft as of 2026-07-07 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/StructureMap/IMMZ.C4.QRToLM> a fhir:StructureMap ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "IMMZ.C4.QRToLM"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: StructureMap IMMZ.C4.QRToLM</b></p><a name=\"IMMZ.C4.QRToLM\"> </a><a name=\"hcIMMZ.C4.QRToLM\"> </a><pre class=\"fml\">#xD;\n<b>map</b><span style=\"color: navy\"> \"</span>http://smart.who.int/immunizations/StructureMap/IMMZ.C4.QRToLM<span style=\"color: navy\">\" = \"</span>IMMZ.C4.QRToLM<span style=\"color: navy\">\"#xD;\n#xD;\n</span><span style=\"color: navy\">// </span><span style=\"color: green\">Immunization Client Registry - Transform QuestionnaireResponse to Logical Model</span>#xD;\n#xD;\n<b>uses</b><span style=\"color: navy\"> \"</span><a href=\"http://hl7.org/fhir/R4/questionnaireresponse.html\" title=\"QuestionnaireResponse\">http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse</a><span style=\"color: navy\">\" </span><b>alias </b>QResp <b>as </b><b>source</b>#xD;\n<b>uses</b><span style=\"color: navy\"> \"</span><a href=\"StructureDefinition-IMMZC4.html\" title=\"IMMZ.C4.Create client record\">http://smart.who.int/immunizations/StructureDefinition/IMMZC4</a><span style=\"color: navy\">\" </span><b>alias </b>immz <b>as </b><b>target</b>#xD;\n#xD;\n<b>imports</b><span style=\"color: navy\"> \"</span><a href=\"StructureMap-IMMZ.Helpers.html\" title=\"IMMZ.Helpers\">http://smart.who.int/immunizations/StructureMap/IMMZ.Helpers</a><span style=\"color: navy\">\"#xD;\n</span>#xD;\n<b>group </b>QRespToIMMZC<span style=\"color: navy\">(</span><b>source</b> <span style=\"color: maroon\">qr</span><span style=\"color: navy\"> : </span>QResp, <b>target</b> <span style=\"color: maroon\">immz</span><span style=\"color: navy\"> : </span>IMMZC<span style=\"color: navy\">)</span><span style=\"color: navy\"> {#xD;\n</span> qr.item<b> as </b><span style=\"color: maroon\">item</span><b> where </b>linkId = 'uniqueIdentifier'<span style=\"color: navy\"><b> -> </b></span>immz.uniqueIdentifier<b> as </b><span style=\"color: maroon\">field</span><b> then </b>ItemToValue<span style=\"color: navy\">(</span><span style=\"color: maroon\">item</span><span style=\"color: navy\">, </span><span style=\"color: maroon\">field</span><span style=\"color: navy\">)</span> <i>\"uniqueIdentifier\"</i><span style=\"color: navy\">;</span>#xD;\n qr.item<b> as </b><span style=\"color: maroon\">item</span><b> where </b>linkId = 'name'<span style=\"color: navy\"><b> -> </b></span>immz.name<b> as </b><span style=\"color: maroon\">field</span><b> then </b>ItemToValue<span style=\"color: navy\">(</span><span style=\"color: maroon\">item</span><span style=\"color: navy\">, </span><span style=\"color: maroon\">field</span><span style=\"color: navy\">)</span> <i>\"name\"</i><span style=\"color: navy\">;</span>#xD;\n qr.item<b> as </b><span style=\"color: maroon\">item</span><b> where </b>linkId = 'firstName'<span style=\"color: navy\"><b> -> </b></span>immz.firstName<b> as </b><span style=\"color: maroon\">field</span><b> then </b>ItemToValue<span style=\"color: navy\">(</span><span style=\"color: maroon\">item</span><span style=\"color: navy\">, </span><span style=\"color: maroon\">field</span><span style=\"color: navy\">)</span> <i>\"firstName\"</i><span style=\"color: navy\">;</span>#xD;\n qr.item<b> as </b><span style=\"color: maroon\">item</span><b> where </b>linkId = 'familyName'<span style=\"color: navy\"><b> -> </b></span>immz.familyName<b> as </b><span style=\"color: maroon\">field</span><b> then </b>ItemToValue<span style=\"color: navy\">(</span><span style=\"color: maroon\">item</span><span style=\"color: navy\">, </span><span style=\"color: maroon\">field</span><span style=\"color: navy\">)</span> <i>\"familyName\"</i><span style=\"color: navy\">;</span>#xD;\n qr.item<b> as </b><span style=\"color: maroon\">item</span><b> where </b>linkId = 'sex'<span style=\"color: navy\"><b> -> </b></span>immz.sex<b> as </b><span style=\"color: maroon\">field</span><b> then </b>ItemToCode<span style=\"color: navy\">(</span><span style=\"color: maroon\">item</span><span style=\"color: navy\">, </span><span style=\"color: maroon\">field</span><span style=\"color: navy\">)</span> <i>\"sex\"</i><span style=\"color: navy\">;</span>#xD;\n qr.item<b> as </b><span style=\"color: maroon\">item</span><b> where </b>linkId = 'dateOfBirth'<span style=\"color: navy\"><b> -> </b></span>immz.dateOfBirth<b> as </b><span style=\"color: maroon\">field</span><b> then </b>ItemToValue<span style=\"color: navy\">(</span><span style=\"color: maroon\">item</span><span style=\"color: navy\">, </span><span style=\"color: maroon\">field</span><span style=\"color: navy\">)</span> <i>\"dateOfBirth\"</i><span style=\"color: navy\">;</span>#xD;\n qr.item<b> as </b><span style=\"color: maroon\">item</span><b> where </b>linkId = 'age'<span style=\"color: navy\"><b> -> </b></span>immz.age<b> as </b><span style=\"color: maroon\">field</span><b> then </b>ItemToValue<span style=\"color: navy\">(</span><span style=\"color: maroon\">item</span><span style=\"color: navy\">, </span><span style=\"color: maroon\">field</span><span style=\"color: navy\">)</span> <i>\"age\"</i><span style=\"color: navy\">;</span>#xD;\n qr.item<b> as </b><span style=\"color: maroon\">caregiver</span><b> where </b>caregiver.linkId = 'caregiversMultiple'<span style=\"color: navy\"><b> -> </b></span>immz.caregiversMultiple<b> as </b><span style=\"color: maroon\">caretgt</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span> caregiver.item<b> as </b><span style=\"color: maroon\">item</span><b> where </b>linkId = 'caregiversFullName'<span style=\"color: navy\"><b> -> </b></span>caretgt.caregiversFullName<b> as </b><span style=\"color: maroon\">field</span><b> then </b>ItemToValue<span style=\"color: navy\">(</span><span style=\"color: maroon\">item</span><span style=\"color: navy\">, </span><span style=\"color: maroon\">field</span><span style=\"color: navy\">)</span> <i>\"caregiversFullName\"</i><span style=\"color: navy\">;</span>#xD;\n caregiver.item<b> as </b><span style=\"color: maroon\">item</span><b> where </b>linkId = 'caregiversFirstName'<span style=\"color: navy\"><b> -> </b></span>caretgt.caregiversFirstName<b> as </b><span style=\"color: maroon\">field</span><b> then </b>ItemToValue<span style=\"color: navy\">(</span><span style=\"color: maroon\">item</span><span style=\"color: navy\">, </span><span style=\"color: maroon\">field</span><span style=\"color: navy\">)</span> <i>\"caregiversFirstName\"</i><span style=\"color: navy\">;</span>#xD;\n caregiver.item<b> as </b><span style=\"color: maroon\">item</span><b> where </b>linkId = 'caregiversFamilyName'<span style=\"color: navy\"><b> -> </b></span>caretgt.caregiversFamilyName<b> as </b><span style=\"color: maroon\">field</span><b> then </b>ItemToValue<span style=\"color: navy\">(</span><span style=\"color: maroon\">item</span><span style=\"color: navy\">, </span><span style=\"color: maroon\">field</span><span style=\"color: navy\">)</span> <i>\"caregiversFamilyName\"</i><span style=\"color: navy\">;</span>#xD;\n <span style=\"color: navy\">}</span> <i>\"caregiversMultiple\"</i><span style=\"color: navy\">;</span>#xD;\n qr.item<b> as </b><span style=\"color: maroon\">item</span><b> where </b>linkId = 'contactPhoneNumber'<span style=\"color: navy\"><b> -> </b></span>immz.contactPhoneNumber<b> as </b><span style=\"color: maroon\">field</span><b> then </b>ItemToValue<span style=\"color: navy\">(</span><span style=\"color: maroon\">item</span><span style=\"color: navy\">, </span><span style=\"color: maroon\">field</span><span style=\"color: navy\">)</span> <i>\"contactPhoneNumber\"</i><span style=\"color: navy\">;</span>#xD;\n qr.item<b> as </b><span style=\"color: maroon\">item</span><b> where </b>linkId = 'address'<span style=\"color: navy\"><b> -> </b></span>immz.address<b> as </b><span style=\"color: maroon\">field</span><b> then </b>ItemToValue<span style=\"color: navy\">(</span><span style=\"color: maroon\">item</span><span style=\"color: navy\">, </span><span style=\"color: maroon\">field</span><span style=\"color: navy\">)</span> <i>\"address\"</i><span style=\"color: navy\">;</span>#xD;\n<span style=\"color: navy\">}#xD;\n#xD;\n</span></pre></div>"
] ;
fhir:StructureMap.url [ fhir:value "http://smart.who.int/immunizations/StructureMap/IMMZ.C4.QRToLM"] ;
fhir:StructureMap.version [ fhir:value "0.2.0"] ;
fhir:StructureMap.name [ fhir:value "IMMZ.C4.QRToLM"] ;
fhir:StructureMap.status [ fhir:value "draft"] ;
fhir:StructureMap.date [ fhir:value "2026-07-07T22:09:13+00:00"^^xsd:dateTime] ;
fhir:StructureMap.publisher [ fhir:value "WHO"] ;
fhir:StructureMap.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "WHO" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "http://who.int" ]
]
] ;
fhir:StructureMap.description [ fhir:value "Immunization Client Registry - Transform QuestionnaireResponse to Logical Model"] ;
fhir:StructureMap.structure [
fhir:index 0 ;
fhir:StructureMap.structure.url [
fhir:value "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" ;
fhir:link <http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse>
] ;
fhir:StructureMap.structure.mode [ fhir:value "source" ] ;
fhir:StructureMap.structure.alias [ fhir:value "QResp" ]
], [
fhir:index 1 ;
fhir:StructureMap.structure.url [
fhir:value "http://smart.who.int/immunizations/StructureDefinition/IMMZC4" ;
fhir:link <http://smart.who.int/immunizations/StructureDefinition/IMMZC4>
] ;
fhir:StructureMap.structure.mode [ fhir:value "target" ] ;
fhir:StructureMap.structure.alias [ fhir:value "immz" ]
] ;
fhir:StructureMap.import [
fhir:value "http://smart.who.int/immunizations/StructureMap/IMMZ.Helpers" ;
fhir:index 0 ;
fhir:link <http://smart.who.int/immunizations/StructureMap/IMMZ.Helpers>
] ;
fhir:StructureMap.group [
fhir:index 0 ;
fhir:StructureMap.group.name [ fhir:value "QRespToIMMZC" ] ;
fhir:StructureMap.group.typeMode [ fhir:value "none" ] ;
fhir:StructureMap.group.input [
fhir:index 0 ;
fhir:StructureMap.group.input.name [ fhir:value "qr" ] ;
fhir:StructureMap.group.input.type [ fhir:value "QResp" ] ;
fhir:StructureMap.group.input.mode [ fhir:value "source" ]
], [
fhir:index 1 ;
fhir:StructureMap.group.input.name [ fhir:value "immz" ] ;
fhir:StructureMap.group.input.type [ fhir:value "IMMZC" ] ;
fhir:StructureMap.group.input.mode [ fhir:value "target" ]
] ;
fhir:StructureMap.group.rule [
fhir:index 0 ;
fhir:StructureMap.group.rule.name [ fhir:value "uniqueIdentifier" ] ;
fhir:StructureMap.group.rule.source [
fhir:index 0 ;
fhir:StructureMap.group.rule.source.context [ fhir:value "qr" ] ;
fhir:StructureMap.group.rule.source.element [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.variable [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.condition [ fhir:value "linkId = 'uniqueIdentifier'" ]
] ;
fhir:StructureMap.group.rule.target [
fhir:index 0 ;
fhir:StructureMap.group.rule.target.context [ fhir:value "immz" ] ;
fhir:StructureMap.group.rule.target.contextType [ fhir:value "variable" ] ;
fhir:StructureMap.group.rule.target.element [ fhir:value "uniqueIdentifier" ] ;
fhir:StructureMap.group.rule.target.variable [ fhir:value "field" ]
] ;
fhir:StructureMap.group.rule.dependent [
fhir:index 0 ;
fhir:StructureMap.group.rule.dependent.name [ fhir:value "ItemToValue" ] ;
fhir:StructureMap.group.rule.dependent.variable [
fhir:value "item" ;
fhir:index 0
], [
fhir:value "field" ;
fhir:index 1
]
]
], [
fhir:index 1 ;
fhir:StructureMap.group.rule.name [ fhir:value "name" ] ;
fhir:StructureMap.group.rule.source [
fhir:index 0 ;
fhir:StructureMap.group.rule.source.context [ fhir:value "qr" ] ;
fhir:StructureMap.group.rule.source.element [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.variable [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.condition [ fhir:value "linkId = 'name'" ]
] ;
fhir:StructureMap.group.rule.target [
fhir:index 0 ;
fhir:StructureMap.group.rule.target.context [ fhir:value "immz" ] ;
fhir:StructureMap.group.rule.target.contextType [ fhir:value "variable" ] ;
fhir:StructureMap.group.rule.target.element [ fhir:value "name" ] ;
fhir:StructureMap.group.rule.target.variable [ fhir:value "field" ]
] ;
fhir:StructureMap.group.rule.dependent [
fhir:index 0 ;
fhir:StructureMap.group.rule.dependent.name [ fhir:value "ItemToValue" ] ;
fhir:StructureMap.group.rule.dependent.variable [
fhir:value "item" ;
fhir:index 0
], [
fhir:value "field" ;
fhir:index 1
]
]
], [
fhir:index 2 ;
fhir:StructureMap.group.rule.name [ fhir:value "firstName" ] ;
fhir:StructureMap.group.rule.source [
fhir:index 0 ;
fhir:StructureMap.group.rule.source.context [ fhir:value "qr" ] ;
fhir:StructureMap.group.rule.source.element [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.variable [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.condition [ fhir:value "linkId = 'firstName'" ]
] ;
fhir:StructureMap.group.rule.target [
fhir:index 0 ;
fhir:StructureMap.group.rule.target.context [ fhir:value "immz" ] ;
fhir:StructureMap.group.rule.target.contextType [ fhir:value "variable" ] ;
fhir:StructureMap.group.rule.target.element [ fhir:value "firstName" ] ;
fhir:StructureMap.group.rule.target.variable [ fhir:value "field" ]
] ;
fhir:StructureMap.group.rule.dependent [
fhir:index 0 ;
fhir:StructureMap.group.rule.dependent.name [ fhir:value "ItemToValue" ] ;
fhir:StructureMap.group.rule.dependent.variable [
fhir:value "item" ;
fhir:index 0
], [
fhir:value "field" ;
fhir:index 1
]
]
], [
fhir:index 3 ;
fhir:StructureMap.group.rule.name [ fhir:value "familyName" ] ;
fhir:StructureMap.group.rule.source [
fhir:index 0 ;
fhir:StructureMap.group.rule.source.context [ fhir:value "qr" ] ;
fhir:StructureMap.group.rule.source.element [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.variable [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.condition [ fhir:value "linkId = 'familyName'" ]
] ;
fhir:StructureMap.group.rule.target [
fhir:index 0 ;
fhir:StructureMap.group.rule.target.context [ fhir:value "immz" ] ;
fhir:StructureMap.group.rule.target.contextType [ fhir:value "variable" ] ;
fhir:StructureMap.group.rule.target.element [ fhir:value "familyName" ] ;
fhir:StructureMap.group.rule.target.variable [ fhir:value "field" ]
] ;
fhir:StructureMap.group.rule.dependent [
fhir:index 0 ;
fhir:StructureMap.group.rule.dependent.name [ fhir:value "ItemToValue" ] ;
fhir:StructureMap.group.rule.dependent.variable [
fhir:value "item" ;
fhir:index 0
], [
fhir:value "field" ;
fhir:index 1
]
]
], [
fhir:index 4 ;
fhir:StructureMap.group.rule.name [ fhir:value "sex" ] ;
fhir:StructureMap.group.rule.source [
fhir:index 0 ;
fhir:StructureMap.group.rule.source.context [ fhir:value "qr" ] ;
fhir:StructureMap.group.rule.source.element [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.variable [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.condition [ fhir:value "linkId = 'sex'" ]
] ;
fhir:StructureMap.group.rule.target [
fhir:index 0 ;
fhir:StructureMap.group.rule.target.context [ fhir:value "immz" ] ;
fhir:StructureMap.group.rule.target.contextType [ fhir:value "variable" ] ;
fhir:StructureMap.group.rule.target.element [ fhir:value "sex" ] ;
fhir:StructureMap.group.rule.target.variable [ fhir:value "field" ]
] ;
fhir:StructureMap.group.rule.dependent [
fhir:index 0 ;
fhir:StructureMap.group.rule.dependent.name [ fhir:value "ItemToCode" ] ;
fhir:StructureMap.group.rule.dependent.variable [
fhir:value "item" ;
fhir:index 0
], [
fhir:value "field" ;
fhir:index 1
]
]
], [
fhir:index 5 ;
fhir:StructureMap.group.rule.name [ fhir:value "dateOfBirth" ] ;
fhir:StructureMap.group.rule.source [
fhir:index 0 ;
fhir:StructureMap.group.rule.source.context [ fhir:value "qr" ] ;
fhir:StructureMap.group.rule.source.element [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.variable [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.condition [ fhir:value "linkId = 'dateOfBirth'" ]
] ;
fhir:StructureMap.group.rule.target [
fhir:index 0 ;
fhir:StructureMap.group.rule.target.context [ fhir:value "immz" ] ;
fhir:StructureMap.group.rule.target.contextType [ fhir:value "variable" ] ;
fhir:StructureMap.group.rule.target.element [ fhir:value "dateOfBirth" ] ;
fhir:StructureMap.group.rule.target.variable [ fhir:value "field" ]
] ;
fhir:StructureMap.group.rule.dependent [
fhir:index 0 ;
fhir:StructureMap.group.rule.dependent.name [ fhir:value "ItemToValue" ] ;
fhir:StructureMap.group.rule.dependent.variable [
fhir:value "item" ;
fhir:index 0
], [
fhir:value "field" ;
fhir:index 1
]
]
], [
fhir:index 6 ;
fhir:StructureMap.group.rule.name [ fhir:value "age" ] ;
fhir:StructureMap.group.rule.source [
fhir:index 0 ;
fhir:StructureMap.group.rule.source.context [ fhir:value "qr" ] ;
fhir:StructureMap.group.rule.source.element [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.variable [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.condition [ fhir:value "linkId = 'age'" ]
] ;
fhir:StructureMap.group.rule.target [
fhir:index 0 ;
fhir:StructureMap.group.rule.target.context [ fhir:value "immz" ] ;
fhir:StructureMap.group.rule.target.contextType [ fhir:value "variable" ] ;
fhir:StructureMap.group.rule.target.element [ fhir:value "age" ] ;
fhir:StructureMap.group.rule.target.variable [ fhir:value "field" ]
] ;
fhir:StructureMap.group.rule.dependent [
fhir:index 0 ;
fhir:StructureMap.group.rule.dependent.name [ fhir:value "ItemToValue" ] ;
fhir:StructureMap.group.rule.dependent.variable [
fhir:value "item" ;
fhir:index 0
], [
fhir:value "field" ;
fhir:index 1
]
]
], [
fhir:index 7 ;
fhir:StructureMap.group.rule.name [ fhir:value "caregiversMultiple" ] ;
fhir:StructureMap.group.rule.source [
fhir:index 0 ;
fhir:StructureMap.group.rule.source.context [ fhir:value "qr" ] ;
fhir:StructureMap.group.rule.source.element [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.variable [ fhir:value "caregiver" ] ;
fhir:StructureMap.group.rule.source.condition [ fhir:value "caregiver.linkId = 'caregiversMultiple'" ]
] ;
fhir:StructureMap.group.rule.target [
fhir:index 0 ;
fhir:StructureMap.group.rule.target.context [ fhir:value "immz" ] ;
fhir:StructureMap.group.rule.target.contextType [ fhir:value "variable" ] ;
fhir:StructureMap.group.rule.target.element [ fhir:value "caregiversMultiple" ] ;
fhir:StructureMap.group.rule.target.variable [ fhir:value "caretgt" ]
] ;
fhir:StructureMap.group.rule.rule [
fhir:index 0 ;
fhir:StructureMap.group.rule.name [ fhir:value "caregiversFullName" ] ;
fhir:StructureMap.group.rule.source [
fhir:index 0 ;
fhir:StructureMap.group.rule.source.context [ fhir:value "caregiver" ] ;
fhir:StructureMap.group.rule.source.element [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.variable [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.condition [ fhir:value "linkId = 'caregiversFullName'" ]
] ;
fhir:StructureMap.group.rule.target [
fhir:index 0 ;
fhir:StructureMap.group.rule.target.context [ fhir:value "caretgt" ] ;
fhir:StructureMap.group.rule.target.contextType [ fhir:value "variable" ] ;
fhir:StructureMap.group.rule.target.element [ fhir:value "caregiversFullName" ] ;
fhir:StructureMap.group.rule.target.variable [ fhir:value "field" ]
] ;
fhir:StructureMap.group.rule.dependent [
fhir:index 0 ;
fhir:StructureMap.group.rule.dependent.name [ fhir:value "ItemToValue" ] ;
fhir:StructureMap.group.rule.dependent.variable [
fhir:value "item" ;
fhir:index 0
], [
fhir:value "field" ;
fhir:index 1
]
]
], [
fhir:index 1 ;
fhir:StructureMap.group.rule.name [ fhir:value "caregiversFirstName" ] ;
fhir:StructureMap.group.rule.source [
fhir:index 0 ;
fhir:StructureMap.group.rule.source.context [ fhir:value "caregiver" ] ;
fhir:StructureMap.group.rule.source.element [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.variable [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.condition [ fhir:value "linkId = 'caregiversFirstName'" ]
] ;
fhir:StructureMap.group.rule.target [
fhir:index 0 ;
fhir:StructureMap.group.rule.target.context [ fhir:value "caretgt" ] ;
fhir:StructureMap.group.rule.target.contextType [ fhir:value "variable" ] ;
fhir:StructureMap.group.rule.target.element [ fhir:value "caregiversFirstName" ] ;
fhir:StructureMap.group.rule.target.variable [ fhir:value "field" ]
] ;
fhir:StructureMap.group.rule.dependent [
fhir:index 0 ;
fhir:StructureMap.group.rule.dependent.name [ fhir:value "ItemToValue" ] ;
fhir:StructureMap.group.rule.dependent.variable [
fhir:value "item" ;
fhir:index 0
], [
fhir:value "field" ;
fhir:index 1
]
]
], [
fhir:index 2 ;
fhir:StructureMap.group.rule.name [ fhir:value "caregiversFamilyName" ] ;
fhir:StructureMap.group.rule.source [
fhir:index 0 ;
fhir:StructureMap.group.rule.source.context [ fhir:value "caregiver" ] ;
fhir:StructureMap.group.rule.source.element [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.variable [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.condition [ fhir:value "linkId = 'caregiversFamilyName'" ]
] ;
fhir:StructureMap.group.rule.target [
fhir:index 0 ;
fhir:StructureMap.group.rule.target.context [ fhir:value "caretgt" ] ;
fhir:StructureMap.group.rule.target.contextType [ fhir:value "variable" ] ;
fhir:StructureMap.group.rule.target.element [ fhir:value "caregiversFamilyName" ] ;
fhir:StructureMap.group.rule.target.variable [ fhir:value "field" ]
] ;
fhir:StructureMap.group.rule.dependent [
fhir:index 0 ;
fhir:StructureMap.group.rule.dependent.name [ fhir:value "ItemToValue" ] ;
fhir:StructureMap.group.rule.dependent.variable [
fhir:value "item" ;
fhir:index 0
], [
fhir:value "field" ;
fhir:index 1
]
]
]
], [
fhir:index 8 ;
fhir:StructureMap.group.rule.name [ fhir:value "contactPhoneNumber" ] ;
fhir:StructureMap.group.rule.source [
fhir:index 0 ;
fhir:StructureMap.group.rule.source.context [ fhir:value "qr" ] ;
fhir:StructureMap.group.rule.source.element [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.variable [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.condition [ fhir:value "linkId = 'contactPhoneNumber'" ]
] ;
fhir:StructureMap.group.rule.target [
fhir:index 0 ;
fhir:StructureMap.group.rule.target.context [ fhir:value "immz" ] ;
fhir:StructureMap.group.rule.target.contextType [ fhir:value "variable" ] ;
fhir:StructureMap.group.rule.target.element [ fhir:value "contactPhoneNumber" ] ;
fhir:StructureMap.group.rule.target.variable [ fhir:value "field" ]
] ;
fhir:StructureMap.group.rule.dependent [
fhir:index 0 ;
fhir:StructureMap.group.rule.dependent.name [ fhir:value "ItemToValue" ] ;
fhir:StructureMap.group.rule.dependent.variable [
fhir:value "item" ;
fhir:index 0
], [
fhir:value "field" ;
fhir:index 1
]
]
], [
fhir:index 9 ;
fhir:StructureMap.group.rule.name [ fhir:value "address" ] ;
fhir:StructureMap.group.rule.source [
fhir:index 0 ;
fhir:StructureMap.group.rule.source.context [ fhir:value "qr" ] ;
fhir:StructureMap.group.rule.source.element [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.variable [ fhir:value "item" ] ;
fhir:StructureMap.group.rule.source.condition [ fhir:value "linkId = 'address'" ]
] ;
fhir:StructureMap.group.rule.target [
fhir:index 0 ;
fhir:StructureMap.group.rule.target.context [ fhir:value "immz" ] ;
fhir:StructureMap.group.rule.target.contextType [ fhir:value "variable" ] ;
fhir:StructureMap.group.rule.target.element [ fhir:value "address" ] ;
fhir:StructureMap.group.rule.target.variable [ fhir:value "field" ]
] ;
fhir:StructureMap.group.rule.dependent [
fhir:index 0 ;
fhir:StructureMap.group.rule.dependent.name [ fhir:value "ItemToValue" ] ;
fhir:StructureMap.group.rule.dependent.variable [
fhir:value "item" ;
fhir:index 0
], [
fhir:value "field" ;
fhir:index 1
]
]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/StructureMap/IMMZ.C4.QRToLM.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/StructureMap/IMMZ.C4.QRToLM.ttl> .
IG © 2023+ WHO. Package smart.who.int.immunizations#0.2.0 based on FHIR 4.0.1. Generated 2026-07-07
Links: Table of Contents |
QA Report
| Version History | License