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 - Gravidez - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="exemplo-observation-pregnancy"/>
  <meta>
    <profile
             value="https://hl7.pt/fhir/community-health/StructureDefinition/observation-pregnancy"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation exemplo-observation-pregnancy</b></p><a name="exemplo-observation-pregnancy"> </a><a name="hcexemplo-observation-pregnancy"> </a><a name="exemplo-observation-pregnancy-en-US"> </a><p><b>status</b>: Registered</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 77386006}">Pregnant</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>effective</b>: 2024-12-01</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 49051-6}">Gestational age in weeks</span></p><p><b>value</b>: 20 weeks<span style="background: LightGoldenRodYellow"> (Details: UCUM  codewk = 'wk')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 63962-5}">Pregnancy number [PhenX]</span></p><p><b>value</b>: 2</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 11636-8}">Number of live births</span></p><p><b>value</b>: 1</p></blockquote></div>
  </text>
  <status value="registered"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="77386006"/>
      <display value="Pregnant"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/exemplo-patient-1"/>
  </subject>
  <effectiveDateTime value="2024-12-01"/>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="49051-6"/>
        <display value="Gestational age in weeks"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="20"/>
      <unit value="weeks"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="wk"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="63962-5"/>
        <display value="Pregnancy number [PhenX]"/>
      </coding>
    </code>
    <valueInteger value="2"/>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="11636-8"/>
        <display value="Number of live births"/>
      </coding>
    </code>
    <valueInteger value="1"/>
  </component>
</Observation>