WHO SMART Guidelines - Measles Immunization
0.1.0 - ci-build

WHO SMART Guidelines - Measles Immunization, published by 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-example-immz/ and changes regularly. See the Directory of published versions

StructureMap:

Official URL: http://smart.who.int/immunizations-measles/StructureMap/IMMZD4QRToResources Version: 0.1.0
Draft as of 2024-08-12 Computable Name: IMMZD4QRToResources

Immunization - Administer Vaccine - Extract QuestionnaireResponse to resources

Generated Narrative: StructureMap IMMZD4QRToResources

map "http://smart.who.int/immunizations-measles/StructureMap/IMMZD4QRToResources" = "IMMZD4QRToResources"

// Immunization - Administer Vaccine - Extract QuestionnaireResponse to resources

uses "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" alias QResp as source
uses "http://smart.who.int/immunizations-measles/StructureDefinition/IMMZD4CheckContraindicationsMeasles" alias IMMZD4 as source
uses "http://hl7.org/fhir/StructureDefinition/Bundle" alias Bundle as target

imports "http://smart.who.int/immunizations-measles/StructureMap/IMMZD4QRToLM"
imports "http://smart.who.int/immunizations-measles/StructureMap/IMMZD4LMToResources"

group QRespToBundle(source qr : QResp, target bundle : Bundle) {
  qr -> create('http://smart.who.int/immunizations-measles/StructureDefinition/IMMZD4CheckContraindicationsMeasles') as model then {
    qr -> model then QRespToIMMZD4(qr, model) "QRtoLM";
    qr -> bundle then IMMZD4ToBundle(model, bundle) "LMtoBundle";
  } "QRtoBundle";
}