Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
1.9.1 - draft Chile flag

This page is part of the Chile Core (v1.9.1: STU2 Draft) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Ejemplo de Recurso Immunization - XML Representation

Raw xml | Download


<Immunization xmlns="http://hl7.org/fhir">
  <id value="ImmunizationEj"/>
  <meta>
    <profile
             value="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ImmunizationCL"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization ImmunizationEj</b></p><a name="ImmunizationEj"> </a><a name="hcImmunizationEj"> </a><a name="ImmunizationEj-es-CL"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title="Codes:{https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodigoVacunas hep_B_adult}, {http://snomed.info/sct 836374004}">vacuna con antígeno de virus Hepatitis B</span></p><p><b>patient</b>: <a href="Patient-PacienteCL.html">Xime  Female, DoB: 1983-03-24 ( Chile: 15.236.327-k (use: official, ))</a></p><p><b>occurrence</b>: 2022-07-06 14:30:00+0100</p><p><b>recorded</b>: 2022-07-06 14:40:00+0100</p></div>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system
              value="https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodigoVacunas"/>
      <code value="hep_B_adult"/>
      <display value="Hepatitis B adulto"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="836374004"/>
      <display value="Hepatitis B virus antigen-containing vaccine product"/>
    </coding>
    <text value="vacuna con antígeno de virus Hepatitis B"/>
  </vaccineCode>
  <patient>🔗 
    <reference value="Patient/PacienteCL"/>
  </patient>
  <occurrenceDateTime value="2022-07-06T14:30:00+01:00"/>
  <recorded value="2022-07-06T14:40:00+01:00"/>
</Immunization>