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/IMMZD1MeaslesLMToResources | Version: 0.1.0 | |||
Draft as of 2024-05-30 | Computable Name: IMMZD1MeaslesLMToResources |
map "http://smart.who.int/ig/smart-immunizations/StructureMap/IMMZD1MeaslesLMToResources" = "IMMZD1MeaslesLMToResources" uses "http://smart.who.int/ig/smart-immunizations/StructureDefinition/IMMZD1ClientHistoryMeasles" alias IMMZD1 as source uses "http://hl7.org/fhir/StructureDefinition/Bundle" alias Bundle as target imports "http://smart.who.int/ig/smart-immunizations/StructureMap/IMMZD1LMToResources" group MeaslesIMMZD1ToBundle(source immz : IMMZD1, target bundle : Bundle) extends IMMZD1ToBundle { immz.patient as patient then { immz.severelyImmunosuppressed as content -> bundle.entry as entry, entry.resource = create('Observation') as obs then { patient -> obs.subject = patient "SetPatient"; content -> obs.code as code then { content -> code.coding as coding then { content -> coding.system = 'http://smart.who.int/ig/smart-immunizations/CodeSystem/IMMZ.D1' "SetObsSystem"; content -> coding.code = 'DE92' "SetObsCode"; } "SetObsCoding"; } "SetObsCode"; content -> obs.value = content "SetValue"; } "SetSeverelyImmunosuppressedObservation"; immz.artStartDate as content -> bundle.entry as entry, entry.resource = create('Observation') as obs then { patient -> obs.subject = patient "SetPatient"; content -> obs.code as code then { content -> code.coding as coding then { content -> coding.system = 'http://smart.who.int/ig/smart-immunizations/CodeSystem/IMMZ.D1' "SetObsSystem"; content -> coding.code = 'DE49' "SetObsCode"; } "SetObsCoding"; } "SetObsCode"; content -> obs.value = content "SetValue"; } "SetARTDateObservation"; } "GetPatient"; }