Draft PH Core Implementation Guide
0.2.0 - ci-build PH

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

: Example PH Core HealthcareService

Raw json | Download

{
  "resourceType" : "HealthcareService",
  "id" : "healthcareservice-single-example",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-healthcareservice"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Philippine General Hospital Outpatient Department - General Medicine is an active healthcare service providing outpatient consultations. It is managed by the Department of Health - Satellite Office and located at Philippine General Hospital, Taft Avenue, Manila.</div>"
  },
  "identifier" : [
    {
      "system" : "http://pgh.gov.ph/fhir/Identifier/service-id",
      "value" : "PGH-OPD-GMED-001"
    }
  ],
  "active" : true,
  "providedBy" : {
    🔗 "reference" : "Organization/organization-single-example"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/service-category",
          "code" : "27",
          "display" : "Specialist Medical"
        }
      ],
      "text" : "Specialist Medical"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/service-type",
          "code" : "124",
          "display" : "General Practice"
        }
      ],
      "text" : "General Practice"
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394802001",
          "display" : "General medicine"
        }
      ],
      "text" : "General medicine"
    }
  ],
  "location" : [
    {
      🔗 "reference" : "Location/location-single-example"
    }
  ],
  "name" : "Outpatient Department - General Medicine",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+63-2-5548-0000",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "opd.gmed@pgh.gov.ph",
      "use" : "work"
    }
  ],
  "availableTime" : [
    {
      "daysOfWeek" : [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "availableStartTime" : "08:00:00",
      "availableEndTime" : "17:00:00"
    }
  ],
  "notAvailable" : [
    {
      "description" : "Closed on public holidays"
    }
  ]
}