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

: servicerequest-single-example - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "servicerequest-single-example",
  "meta" : {
    "profile" : [
      🔗 "http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-serviceRequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">A laboratory service request for fasting blood glucose test ordered by Dr. Maria Clara Santos for patient Juan Dela Cruz during an ambulatory encounter.</div>"
  },
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "108252007",
          "display" : "Laboratory procedure"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "271061004",
        "display" : "Fasting blood glucose measurement"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-single-example"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/encounter-single-example"
  },
  "occurrenceDateTime" : "2024-03-15T10:00:00+08:00",
  "authoredOn" : "2024-03-15T09:30:00+08:00",
  "requester" : {
    🔗 "reference" : "Practitioner/practitioner-single-example"
  },
  "supportingInfo" : [
    {
      🔗 "reference" : "Condition/condition-single-example"
    }
  ]
}