FHIR IG analytics| Package | smart.who.int.immunizations |
| Resource Type | StructureMap |
| Id | StructureMap-IMMZ.D13.QRToLM.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/dhes/smart-immunizations/StructureMap-IMMZ.D13.QRToLM.html |
| URL | http://smart.who.int/immunizations/StructureMap/IMMZ.D13.QRToLM |
| Version | 0.2.0 |
| Status | draft |
| Date | 2025-12-05T23:35:21+00:00 |
| Name | IMMZ.D13.QRToLM |
| Authority | who |
| Description | Immunization Administer Vaccine - Transform QuestionnaireResponse to Logical Model |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureMap IMMZ.D13.QRToLM
map "http://smart.who.int/immunizations/StructureMap/IMMZ.D13.QRToLM" = "IMMZ.D13.QRToLM" // Immunization Administer Vaccine - Transform QuestionnaireResponse to Logical Model uses "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" alias QResp as source uses "http://smart.who.int/immunizations/StructureDefinition/IMMZD13" alias IMMZD13 as target imports "http://smart.who.int/immunizations/StructureMap/IMMZ.Helpers" group QRespToIMMZD13(source qr : QResp, target immz : IMMZD13) { qr.subject as subject -> immz.patient = subject "setPatient"; qr then D1andD13Questions(qr, immz) "D1andD13Questions"; qr then D13Questions(qr, immz) "D13Questions"; }
{
"resourceType": "StructureMap",
"id": "IMMZ.D13.QRToLM",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://smart.who.int/immunizations/StructureMap/IMMZ.D13.QRToLM",
"version": "0.2.0",
"name": "IMMZ.D13.QRToLM",
"status": "draft",
"date": "2025-12-05T23:35:21+00:00",
"publisher": "WHO",
"contact": [
{
"name": "WHO",
"telecom": [
{
"system": "url",
"value": "http://who.int"
}
]
}
],
"description": "Immunization Administer Vaccine - Transform QuestionnaireResponse to Logical Model",
"structure": [
{
"url": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse",
"mode": "source",
"alias": "QResp"
},
{
"url": "http://smart.who.int/immunizations/StructureDefinition/IMMZD13",
"mode": "target",
"alias": "IMMZD13"
}
],
"import": [
"http://smart.who.int/immunizations/StructureMap/IMMZ.Helpers"
],
"group": [
{
"name": "QRespToIMMZD13",
"typeMode": "none",
"input": [
{
"name": "qr",
"type": "QResp",
"mode": "source"
},
{
"name": "immz",
"type": "IMMZD13",
"mode": "target"
}
],
"rule": [
{
"name": "setPatient",
"source": [
{
"context": "qr",
"element": "subject",
"variable": "subject"
}
],
"target": [
{
"context": "immz",
"contextType": "variable",
"element": "patient",
"transform": "copy",
"parameter": [
{
"valueId": "subject"
}
]
}
]
},
{
"name": "D1andD13Questions",
"source": [
{
"context": "qr"
}
],
"dependent": [
{
"name": "D1andD13Questions",
"variable": [
"qr",
"immz"
]
}
]
},
{
"name": "D13Questions",
"source": [
{
"context": "qr"
}
],
"dependent": [
{
"name": "D13Questions",
"variable": [
"qr",
"immz"
]
}
]
}
]
}
]
}