FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.ph.core
Resource TypeServiceRequest
IdServiceRequest-servicerequest-single-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

A laboratory service request for fasting blood glucose test ordered by Dr. Maria Clara Santos for patient Juan Dela Cruz during an ambulatory encounter.

Source1

{
  "resourceType": "ServiceRequest",
  "id": "servicerequest-single-example",
  "meta": {
    "profile": [
      "http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-serviceRequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "108252007",
          "display": "Laboratory procedure"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "33747003",
        "display": "Glucose measurement, blood"
      }
    ]
  },
  "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"
    }
  ]
}