Guía de Implementación Vigilancia ESAVI
0.1.0 - ci-build International flag

Guía de Implementación Vigilancia ESAVI, published by CENS. 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/cens-chile/OPS-Esavi-IG/ and changes regularly. See the Directory of published versions

: Ejemplo de Composición - XML Representation

Raw xml | Download


<Composition xmlns="http://hl7.org/fhir">
  <id value="EjemploComposition"/>
  <meta>
    <profile
             value="https://paho.org/fhir/ops-esavi/StructureDefinition/CompositionOPSEsavi"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Composition EjemploComposition</b></p><a name="EjemploComposition"> </a><a name="hcEjemploComposition"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-CompositionOPSEsavi.html">Composotion Esavi</a></p></div><p><b>Pais</b>: <span title="Codes:{https://paho.org/fhir/ops-esavi/CodeSystem/CodPaisesCS CHL}">Chile</span></p><p><b>identifier</b>: <code>http://acme.com/fhir/Composition/EjemploComposition</code>/Composition1289741</p><p><b>status</b>: Final</p><p><b>type</b>: <span title="Codes:{http://loinc.org 11503-0}">Medical records</span></p><p><b>encounter</b>: <a href="Encounter-EjemploEncounter.html">Encounter: status = finished; class = AMB (AMB); period = (?) --&gt; 2024-11-02 13:33:52+0000</a></p><p><b>date</b>: 2024-12-01 10:00:00+0000</p><p><b>author</b>: <a href="PractitionerRole-EjemploPRole.html">PractitionerRole Médico</a></p><p><b>title</b>: Notificación de caso ESAVI</p></div>
  </text>
  <extension
             url="https://paho.org/fhir/ops-esavi/StructureDefinition/opsesavi-pais">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://paho.org/fhir/ops-esavi/CodeSystem/CodPaisesCS"/>
        <code value="CHL"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <system value="http://acme.com/fhir/Composition/EjemploComposition"/>
    <value value="Composition1289741"/>
  </identifier>
  <status value="final"/>
  <type>
    <coding>
      <system value="http://loinc.org"/>
      <code value="11503-0"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/EjemploPatient"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/EjemploEncounter"/>
  </encounter>
  <date value="2024-12-01T10:00:00Z"/>
  <author>🔗 
    <reference value="PractitionerRole/EjemploPRole"/>
  </author>
  <title value="Notificación de caso ESAVI"/>
  <section>
    <title value="QuestionnaireResponse"/>
    <entry>🔗 
      <reference
                 value="QuestionnaireResponse/EjemploESAVIQuestionnaireResponse"/>
    </entry>
  </section>
</Composition>