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 - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "encounter-anc-ex",
  "meta" : {
    "profile" : [
      🔗 "http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-encounter"
    ],
    "tag" : [
      {
        "system" : "https://example.com/peref-dd",
        "code" : "REF-43",
        "display" : "REF-43"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "424619006",
          "display" : "Prenatal initial visit"
        }
      ],
      "text" : "First antenatal care contact"
    }
  ],
  "subject" : {
    "reference" : "urn:uuid:f47ac10b-58cc-4372-a567-0e02b2c3d479"
  },
  "participant" : [
    {
      "individual" : {
        "reference" : "urn:uuid:5f9a7c1d-6b8e-7d4f-2c1a-0e9b8a7f6e5d"
      }
    }
  ],
  "period" : {
    "start" : "2026-02-24T08:30:00+08:00",
    "end" : "2026-02-24T10:00:00+08:00"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "77386006",
          "display" : "Pregnant"
        }
      ]
    }
  ],
  "serviceProvider" : {
    "reference" : "urn:uuid:7c9e6679-7425-40de-944b-e07fc1f90ae7"
  }
}