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

Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva), published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/clcore_2.0/ and changes regularly. 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/clcore2/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/clcore2/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 ( RUN: 15236327 (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/clcore2/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>