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

FHIR IG analytics

Packageexample.fhir.ph.roadsafety
Resource TypeTask
IdTask-rs-example-task.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

Task monitoring completion of refusal-to-admit follow-up actions for rs-example-patient.

Source1

{
  "resourceType": "Task",
  "id": "rs-example-task",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-task"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "in-progress",
  "intent": "plan",
  "focus": {
    "reference": "ServiceRequest/rs-example-service-request"
  },
  "for": {
    "reference": "Patient/rs-example-patient"
  },
  "executionPeriod": {
    "start": "2025-10-31T16:15:00+08:00",
    "end": "2025-10-31T18:45:00+08:00"
  },
  "owner": {
    "reference": "Practitioner/rs-practitioner-receivedby"
  },
  "note": [
    {
      "text": "Coordinating ambulance standby while awaiting receiving facility confirmation."
    }
  ]
}