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/IMMZD5QRToLM | Version: 0.1.0 | |||
Draft as of 2024-05-30 | Computable Name: IMMZD5QRToLM |
map "http://smart.who.int/ig/smart-immunizations/StructureMap/IMMZD5QRToLM" = "IMMZD5QRToLM" uses "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" alias QResp as source uses "http://smart.who.int/ig/smart-immunizations/StructureDefinition/IMMZD5CheckContraindications" alias IMMZD5 as target group QRespToIMMZD5(source qr : QResp, target immz : IMMZD5) { qr.subject as patient -> immz.patient = patient "SetPatient"; qr.item as item then { item.answer as answer where item.linkId = 'contraindications' then { answer.value as content -> immz.contraindications = content "SetContraindication"; } "SetContraindicationAnswer"; } "processItems"; }