WHO Immunization Implementation Guide
0.1.0 - CI Build
WHO Immunization Implementation Guide, published by World Health Organization (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-immunizations and changes regularly. See the Directory of published versions
| Official URL: http://smart.who.int/ig/smart-immunizations/StructureMap/IMMZD1MumpsQRToResources | Version: 0.1.0 | |||
| Draft as of 2024-04-04 | Computable Name: IMMZD1MumpsQRToResources | |||
Mumps Immunization Client History - Transform QuestionnaireResponse to resources
map "http://smart.who.int/ig/smart-immunizations/StructureMap/IMMZD1MumpsQRToResources" = "IMMZD1MumpsQRToResources" // Mumps Immunization Client History - Transform QuestionnaireResponse to resources uses "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" alias QResp as source uses "http://smart.who.int/ig/smart-immunizations/StructureDefinition/IMMZD1ClientHistoryMumps" alias IMMZD1 as source uses "http://hl7.org/fhir/StructureDefinition/Bundle" alias Bundle as target imports "http://smart.who.int/ig/smart-immunizations/StructureMap/IMMZD1QRToLM" imports "http://smart.who.int/ig/smart-immunizations/StructureMap/IMMZD1LMToResources" group QRespToBundle(source qr : QResp, target bundle : Bundle) { qr -> create('http://smart.who.int/ig/smart-immunizations/StructureDefinition/IMMZD1ClientHistoryMumps') as model then { qr -> model then QRespToIMMZD1(qr, model) "QRtoLM"; qr -> bundle then IMMZD1ToBundle(model, bundle) "LMtoBundle"; } "QRtoBundle"; }