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

: Encounter — First Antenatal Care Contact - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="encounter-anc-ex"/>
  <meta>
    <profile
             value="http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-encounter"/>
    <tag>
      <system value="https://example.com/peref-dd"/>
      <code value="REF-43"/>
      <display value="REF-43"/>
    </tag>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter encounter-anc-ex</b></p><a name="encounter-anc-ex"> </a><a name="hcencounter-anc-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">Profile: <a href="https://build.fhir.org/ig/UP-Manila-SILab/ph-core/StructureDefinition-ph-core-encounter.html">PH Core Encounter</a></p><p style="margin-bottom: 0px">Tag: REF-43 (Details: peref-dd code REF-43)</p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActCode.html#v3-ActCode-AMB">ActCode: AMB</a> (ambulatory)</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 424619006}">First antenatal care contact</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><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td><a href="Bundle-anc-contact-transaction-ex.html#urn-uuid-5f9a7c1d-6b8e-7d4f-2c1a-0e9b8a7f6e5d">PractitionerRole Nurse</a></td></tr></table><p><b>period</b>: 2026-02-24 08:30:00+0800 --&gt; 2026-02-24 10:00:00+0800</p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 77386006}">Pregnant</span></p><p><b>serviceProvider</b>: <a href="Bundle-registration-transaction-ex.html#urn-uuid-7c9e6679-7425-40de-944b-e07fc1f90ae7">Organization Barangay Malusog Health Centre</a></p></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="424619006"/>
      <display value="Prenatal initial visit"/>
    </coding>
    <text value="First antenatal care contact"/>
  </type>
  <subject>
    <reference value="urn:uuid:f47ac10b-58cc-4372-a567-0e02b2c3d479"/>
  </subject>
  <participant>
    <individual>
      <reference value="urn:uuid:5f9a7c1d-6b8e-7d4f-2c1a-0e9b8a7f6e5d"/>
    </individual>
  </participant>
  <period>
    <start value="2026-02-24T08:30:00+08:00"/>
    <end value="2026-02-24T10:00:00+08:00"/>
  </period>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="77386006"/>
      <display value="Pregnant"/>
    </coding>
  </reasonCode>
  <serviceProvider>
    <reference value="urn:uuid:7c9e6679-7425-40de-944b-e07fc1f90ae7"/>
  </serviceProvider>
</Encounter>