GI Resumen IPS FALP
0.1.0 - ci-build Chile flag

GI Resumen IPS FALP, published by EstebanFredes. 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/SIMSADIs/GI_IPS_FALP/ and changes regularly. See the Directory of published versions

: Ejemplo Vacunas - XML Representation

Raw xml | Download


<Immunization xmlns="http://hl7.org/fhir">
  <id value="EjVacunas"/>
  <meta>
    <profile
             value="https://falp.cl/fhir/ig/IPSFalp/StructureDefinition/VacunasFalp"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization EjVacunas</b></p><a name="EjVacunas"> </a><a name="hcEjVacunas"> </a><a name="EjVacunas-es-CL"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title="Codes:{https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodigoVacunas pentavalente}">Pentavalente</span></p><p><b>patient</b>: <a href="Patient-EjPacienteinline.html">Franchesco Perez (official) (no stated gender), DoB: 1980-01-01 ( RUN: 30.696.558-7 (use: secondary, ))</a></p><p><b>occurrence</b>: 2014-11-27</p><p><b>site</b>: <span title="Codes:{http://snomed.info/sct 6894000}">Medial surface of arm</span></p><p><b>route</b>: <span title="Codes:{http://standardterms.edqm.eu 20025000}">Intrabursal use</span></p><h3>ProtocolApplieds</h3><table class="grid"><tr><td style="display: none">-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 32398004}">Bronchitis (disorder)</span></td><td>2</td></tr></table></div>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system
              value="https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodigoVacunas"/>
      <code value="pentavalente"/>
      <display value="Pentavalente"/>
    </coding>
  </vaccineCode>
  <patient>🔗 
    <reference value="Patient/EjPacienteinline"/>
  </patient>
  <occurrenceDateTime value="2014-11-27"/>
  <site>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="6894000"/>
      <display value="Medial surface of arm"/>
    </coding>
  </site>
  <route>
    <coding>
      <system value="http://standardterms.edqm.eu"/>
      <code value="20025000"/>
      <display value="Intrabursal use"/>
    </coding>
  </route>
  <protocolApplied>
    <targetDisease>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="32398004"/>
        <display value="Bronchitis (disorder)"/>
      </coding>
    </targetDisease>
    <doseNumberPositiveInt value="2"/>
  </protocolApplied>
</Immunization>