HL7 PT FHIR Implementation Guide: Community Health
1.0.1 - STU1 International flag

HL7 PT FHIR Implementation Guide: Community Health, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AnaCeciliaCoimbra/community-health-ig/ and changes regularly. See the Directory of published versions

: Exemplo Observation - Duração de sintomas e localização - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="exemplo-observation-duracao-sintomas-localizacao"/>
  <meta>
    <profile
             value="https://hl7.pt/fhir/community-health/StructureDefinition/observation-symptom-duration-body-site"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation exemplo-observation-duracao-sintomas-localizacao</b></p><a name="exemplo-observation-duracao-sintomas-localizacao"> </a><a name="hcexemplo-observation-duracao-sintomas-localizacao"> </a><a name="exemplo-observation-duracao-sintomas-localizacao-en-US"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://loinc.org 64748-7}">Symptoms duration</span></p><p><b>subject</b>: <a href="Patient-exemplo-patient-1.html">John Doe  Male, DoB: 2009-02-09 ( https://ehr.testing.p5.pt/api/fhir#12345678)</a></p><p><b>encounter</b>: <a href="Encounter-exemplo-encounter-ia-registo.html">Encounter: status = finished; class = emergency (ActCode#EMER); type = Avaliador de Sintomas; serviceType = Algoritmo de Inteligência Artificial; period = 2024-11-18 19:20:00+0000 --&gt; 2024-11-18 19:20:00+0000</a></p><p><b>value</b>: 2 days</p><p><b>bodySite</b>: <span title="Codes:{https://ehr.p5.pt/terminology/CodeSystem/body-silhouette 2}">Head</span></p></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="64748-7"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/exemplo-patient-1"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/exemplo-encounter-ia-registo"/>
  </encounter>
  <valueQuantity>
    <value value="2"/>
    <unit value="days"/>
  </valueQuantity>
  <bodySite>
    <coding>
      <system
              value="https://ehr.p5.pt/terminology/CodeSystem/body-silhouette"/>
      <code value="2"/>
      <display value="Head"/>
    </coding>
  </bodySite>
</Observation>