PH eReferral Implementation Guide
0.3.0-draft - draft Philippines

PH eReferral Implementation Guide - Local Development build (v0.3.0-draft) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Condition — Pregnancy - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="condition-pregnancy-ex"/>
  <meta>
    <tag>
      <system value="https://example.com/peref-dd"/>
      <code value="REF-40"/>
      <display value="REF-40"/>
    </tag>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition condition-pregnancy-ex</b></p><a name="condition-pregnancy-ex"> </a><a name="hccondition-pregnancy-ex"> </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">Tag: REF-40 (Details: peref-dd code REF-40)</p></div><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</span></p><p><b>verificationStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status provisional}">Provisional</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 77386006}">Pregnant</span></p><p><b>subject</b>: <a href="Bundle-registration-transaction-ex.html#urn-uuid-f47ac10b-58cc-4372-a567-0e02b2c3d479">Charity Santos (official) Female, DoB: 2001-08-15 ( http://doh.gov.ph/fhir/ph-core/NamingSystem/philsys-id-ns#1234-5678901-2)</a></p><p><b>encounter</b>: <a href="Bundle-anc-contact-transaction-ex.html#urn-uuid-b2c3d4e5-f6a7-8901-bcde-f12345678901">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = Prenatal initial visit; period = 2026-02-24 08:30:00+0800 --&gt; 2026-02-24 10:00:00+0800; reasonCode = Pregnant</a></p><p><b>onset</b>: 2026-01-01</p><p><b>note</b>: </p><blockquote><div><p>LMP approximately around the New Year holiday; gestational age estimated 12–15 weeks.</p>
</div></blockquote></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
      <display value="Active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
      <code value="provisional"/>
      <display value="Provisional"/>
    </coding>
  </verificationStatus>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="77386006"/>
      <display value="Pregnant"/>
    </coding>
  </code>
  <subject>
    <reference value="urn:uuid:f47ac10b-58cc-4372-a567-0e02b2c3d479"/>
  </subject>
  <encounter>
    <reference value="urn:uuid:b2c3d4e5-f6a7-8901-bcde-f12345678901"/>
  </encounter>
  <onsetDateTime value="2026-01-01"/>
  <note>
    <text
          value="LMP approximately around the New Year holiday; gestational age estimated 12–15 weeks."/>
  </note>
</Condition>