Draft PH Core Implementation Guide
0.2.0 - ci-build Philippines flag

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.2.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

: PH Core Server - JSON Representation

Draft as of 2026-04-22

Raw json | Download

{
  "resourceType" : "ActorDefinition",
  "id" : "Server",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ActorDefinition Server</b></p><a name=\"Server\"> </a><a name=\"hcServer\"> </a><table class=\"grid\"><tr><td><b>Actor: Server </b></td><td>PH Core Server</td><td>Type: system </td></tr><tr><td colspan=\"3\"><div><p>A PH Core Server is a FHIR server that stores and provides access to PH Core resources. This includes health information exchanges (HIEs), national health data repositories, and facility-based FHIR servers that store and serve PH Core conformant resources.</p>\n</div></td></tr></table></div>"
  },
  "url" : "http://doh.gov.ph/fhir/ph-core/ActorDefinition/Server",
  "version" : "0.2.0",
  "name" : "Server",
  "title" : "PH Core Server",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-04-22T03:27:28+00:00",
  "publisher" : "UP Manila National TeleHealth Center",
  "contact" : [
    {
      "name" : "UP Manila National TeleHealth Center",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/UP-NTHC"
        }
      ]
    }
  ],
  "description" : "A PH Core Server is a FHIR server that stores and provides access to PH Core resources in response to FHIR API requests.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "PH",
          "display" : "Philippines"
        }
      ]
    }
  ],
  "type" : "system",
  "documentation" : "A PH Core Server is a FHIR server that stores and provides access to PH Core resources. This includes health information exchanges (HIEs), national health data repositories, and facility-based FHIR servers that store and serve PH Core conformant resources."
}