Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
1.9.1 - 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 1.9.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/clcore_ig/ and changes regularly. See the Directory of published versions

: Observación Ejemplo - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="ObservacinEjemplo"/>
  <meta>
    <profile
             value="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreObservacionCL"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation ObservacinEjemplo</b></p><a name="ObservacinEjemplo"> </a><a name="hcObservacinEjemplo"> </a><a name="ObservacinEjemplo-es-CL"> </a><p><b>status</b>: Registered</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}">Laboratory</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 8059-8}">Ab adrenal en Sérum</span></p><p><b>subject</b>: <a href="Patient-PacienteCL.html">Xime  Female, DoB: 1983-03-24 ( Chile: 15.236.327-k (use: official, ))</a></p><p><b>encounter</b>: <a href="Encounter-EjemploEncounterCL.html">Encounter: status = planned; class = Virtual (ActCode#VR); type = Programada; serviceType = Medicina General; period = 2022-06-23 00:00:00-0300 --&gt; 2022-06-23 00:50:00-0300</a></p><p><b>effective</b>: 2024-01-17 15:00:00-0300</p><p><b>performer</b>: <a href="Practitioner-EjemploPrestadorCL2.html">Practitioner María Luisa Soto (official)</a></p><p><b>value</b>: 10 arb'U/mL<span style="background: LightGoldenRodYellow"> (Details: UCUM  code[arb'U]/mL = '[arb'U]/mL')</span></p><p><b>interpretation</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation POS}">Positivo</span></p></div>
  </text>
  <status value="registered"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="8059-8"/>
    </coding>
    <text value="Ab adrenal en Sérum"/>
  </code>
  <subject>🔗 
    <reference value="Patient/PacienteCL"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/EjemploEncounterCL"/>
  </encounter>
  <effectiveDateTime value="2024-01-17T15:00:00-03:00"/>
  <performer>🔗 
    <reference value="Practitioner/EjemploPrestadorCL2"/>
  </performer>
  <valueQuantity>
    <value value="10"/>
    <unit value="arb'U/mL"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="[arb'U]/mL"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <code value="POS"/>
      <display value="Positive"/>
    </coding>
    <text value="Positivo"/>
  </interpretation>
</Observation>