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

: VaccineProposal1 - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="VaccineProposal1"/>
  <meta>
    <profile
             value="http://smart.who.int/immunizations-measles/StructureDefinition/SGVaccineProposal"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest VaccineProposal1</b></p><a name="VaccineProposal1"> </a><a name="hcVaccineProposal1"> </a><a name="VaccineProposal1-en-US"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</p><p><b>medication</b>: <span title="Codes:{http://id.who.int/icd/release/11/mms XM28X5}">Measles vaccines</span></p><p><b>subject</b>: <a href="Patient-P123456.html">Test Patient Female, DoB: 2023-03-02 ( 123456)</a></p></div>
  </text>
  <status value="active"/>
  <intent value="proposal"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://id.who.int/icd/release/11/mms"/>
      <code value="XM28X5"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/P123456"/>
  </subject>
</MedicationRequest>