Guia de implementação do Sumário Internacional do Paciente: Release 1 - BR Realm | STU1
1.0.0 - STU1 Brazil flag

This page is part of the IPS Brasil (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Exemplo de observação. - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="14d1729d-16c7-45a2-be7f-bc17f261ce85"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Narrativa gerada: Observation 14d1729d-16c7-45a2-be7f-bc17f261ce85</b></p><a name="14d1729d-16c7-45a2-be7f-bc17f261ce85"> </a><a name="hc14d1729d-16c7-45a2-be7f-bc17f261ce85"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title="Códigos:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}">Vital Signs</span></p><p><b>code</b>: <span title="Códigos:{http://loinc.org 8310-5}">Temperatura Corporal</span></p><p><b>subject</b>: <a href="Patient-b1997888-85fd-41b6-bf94-6242cf3c8265.html">Ana Beatriz Oliveira</a></p><p><b>effective</b>: 2025-04-03 16:50:39-0300</p><p><b>issued</b>: 2025-04-03 16:55:39-0300</p><p><b>performer</b>: <a href="Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html">Maria Clara</a></p><p><b>value</b>: 36.5 °C<span style="background: LightGoldenRodYellow"> (Detalhes: UCUM códigoCel = 'Cel')</span></p><p><b>interpretation</b>: <span title="Códigos:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}">Normal</span></p><p><b>bodySite</b>: <span title="Códigos:{http://snomed.info/sct 74262004}">Oral cavity</span></p><p><b>method</b>: <span title="Códigos:{http://snomed.info/sct 89003005}">Oral temperature taking</span></p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style="display: none">*</td><td>36.1 °C<span style="background: LightGoldenRodYellow"> (Detalhes: UCUM códigoCel = 'Cel')</span></td><td>37.2 °C<span style="background: LightGoldenRodYellow"> (Detalhes: UCUM códigoCel = 'Cel')</span></td></tr></table></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="vital-signs"/>
      <display value="Vital Signs"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="8310-5"/>
      <display value="Bdy temp"/>
    </coding>
    <text value="Temperatura Corporal"/>
  </code>
  <subject>🔗 
    <reference value="Patient/b1997888-85fd-41b6-bf94-6242cf3c8265"/>
    <display value="Ana Beatriz Oliveira"/>
  </subject>
  <effectiveDateTime value="2025-04-03T16:50:39-03:00"/>
  <issued value="2025-04-03T16:55:39-03:00"/>
  <performer>🔗 
    <reference value="Practitioner/d3b61455-f432-48f0-b83b-ba825922d735"/>
    <display value="Maria Clara"/>
  </performer>
  <valueQuantity>
    <value value="36.5"/>
    <unit value="°C"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="Cel"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <code value="N"/>
      <display value="Normal"/>
    </coding>
  </interpretation>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="74262004"/>
      <display value="Oral cavity"/>
    </coding>
  </bodySite>
  <method>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="89003005"/>
      <display value="Oral temperature taking"/>
    </coding>
  </method>
  <referenceRange>
    <low>
      <value value="36.1"/>
      <unit value="°C"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="Cel"/>
    </low>
    <high>
      <value value="37.2"/>
      <unit value="°C"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="Cel"/>
    </high>
  </referenceRange>
</Observation>