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

FHIR IG analytics

Packagefhir.ph.core
Resource TypeTask
IdTask-task-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 task has been requested for Juan Dela Cruz by Dr. Maria Clara Santos. The task involves collecting a blood sample for routine CBC testing. The task status is requested with routine priority, scheduled for execution between 09:00 and 10:00 on March 15, 2024. The Department of Health - Central Office is the assigned owner for this task. Additional note: Patient has confirmed appointment. Please ensure fasting status is verified before sample collection.

Source1

{
  "resourceType": "Task",
  "id": "task-single-example",
  "meta": {
    "profile": [
      "http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-task"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "requested",
  "intent": "order",
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "82078001",
        "display": "Collection of blood specimen for laboratory"
      }
    ],
    "text": "Blood sample collection"
  },
  "description": "Collect blood sample for complete blood count (CBC) testing",
  "for": {
    "reference": "Patient/patient-single-example"
  },
  "encounter": {
    "reference": "Encounter/encounter-single-example"
  },
  "executionPeriod": {
    "start": "2024-03-15T09:00:00+08:00",
    "end": "2024-03-15T10:00:00+08:00"
  },
  "authoredOn": "2024-03-15T08:30:00+08:00",
  "lastModified": "2024-03-15T08:30:00+08:00",
  "requester": {
    "reference": "Practitioner/practitioner-single-example"
  },
  "owner": {
    "reference": "Organization/organization-single-example"
  },
  "note": [
    {
      "authorReference": {
        "reference": "Practitioner/practitioner-single-example"
      },
      "time": "2024-03-15T08:30:00+08:00",
      "text": "Patient has confirmed appointment. Please ensure fasting status is verified before sample collection."
    }
  ]
}