Draft PH Core Implementation Guide
0.1.0 - ci-build Philippines

Draft PH Core Implementation Guide, published by UP Manila National TeleHealth Center. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/UP-Manila-SILab/ph-core/ and changes regularly. See the Directory of published versions

: Example PH Core Organization - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "organization-single-example",
  "meta" : {
    "profile" : [
      🔗 "http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">The Department of Health - Central Office (NHFR: 1234567890, PAN: PAN-2024-56789, PEN: PEN-987654321) is an active PH Core Organization located at 123, Barangay 1, City of Las Piñas, Benguet, 1740, Philippines. The organization can be contacted via phone at +63-2-8651-7800 or email at contact@doh.gov.ph.</div>"
  },
  "identifier" : [
    {
      "system" : "http://doh.gov.ph/fhir/Identifier/doh-nhfr-code",
      "value" : "1234567890"
    },
    {
      "system" : "http://nhdr.gov.ph/fhir/Identifier/philhealthaccreditationnumber",
      "value" : "PAN-2024-56789"
    },
    {
      "system" : "http://nhdr.gov.ph/fhir/Identifier/philhealthemployernumber",
      "value" : "PEN-987654321"
    },
    {
      "system" : "http://my-hospital.org/internal-id",
      "value" : "HOSP-INT-12345"
    }
  ],
  "active" : true,
  "name" : "Department of Health - Sattelite Office",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+63-2-8651-7800",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "contact@doh.gov.ph",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/region",
          "valueCoding" : {
            "system" : "http://doh.gov.ph/fhir/ph-core/CodeSystem/PSGC",
            "code" : "1401100000",
            "display" : "Benguet"
          }
        },
        {
          "url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/city-municipality",
          "valueCoding" : {
            "system" : "http://doh.gov.ph/fhir/ph-core/CodeSystem/PSGC",
            "code" : "1380200000",
            "display" : "City of Las Piñas"
          }
        },
        {
          "url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/barangay",
          "valueCoding" : {
            "system" : "http://doh.gov.ph/fhir/ph-core/CodeSystem/PSGC",
            "code" : "1380100001",
            "display" : "Barangay 1"
          }
        }
      ],
      "use" : "work",
      "line" : [
        "123 Hospital Street"
      ],
      "postalCode" : "1740",
      "country" : "PH"
    }
  ],
  "contact" : [
    {
      "name" : {
        "text" : "Health Facility Contact"
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "+63-2-8651-7800"
        }
      ],
      "address" : {
        "extension" : [
          {
            "url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/region",
            "valueCoding" : {
              "system" : "http://doh.gov.ph/fhir/ph-core/CodeSystem/PSGC",
              "code" : "1401100000",
              "display" : "Benguet"
            }
          },
          {
            "url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/city-municipality",
            "valueCoding" : {
              "system" : "http://doh.gov.ph/fhir/ph-core/CodeSystem/PSGC",
              "code" : "1380200000",
              "display" : "City of Las Piñas"
            }
          },
          {
            "url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/barangay",
            "valueCoding" : {
              "system" : "http://doh.gov.ph/fhir/ph-core/CodeSystem/PSGC",
              "code" : "1380100001",
              "display" : "Barangay 1"
            }
          }
        ],
        "use" : "work",
        "line" : [
          "125 Central Office Street"
        ],
        "postalCode" : "1740",
        "country" : "PH"
      }
    }
  ]
}