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

FHIR IG analytics

Packagefhir.ph.ereferral
Resource TypeTask
IdTask-ExampleERefTaskCompleted.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

Generated Narrative: Task ExampleERefTaskCompleted

status: Completed

businessStatus: Accepted

intent: order

code: eReferral for cardiology consultation

focus: ServiceRequest Referral to cardiology service

for: Juan Dela Cruz Male, DoB: 1965-07-20 ( urn:oid:2.16.840.1.113883.2.9.4.3.2#PH-123456789)

executionPeriod: 2025-03-15 14:22:00+0800 --> 2025-03-18 16:45:00+0800

authoredOn: 2025-03-15 09:30:00+0800

lastModified: 2025-03-18 16:45:00+0800

requester: PractitionerRole Medical practitioner

owner: Organization Manila General Hospital

note: , ,

New referral for patient with chest pain. Awaiting receiving-facility response.

Accepted by Manila General Hospital. Care navigator assigned.

Patient seen by Dr. Reyes. Angiography performed. Patient stable, discharged with medications.

Outputs

-TypeValue[x]
*Consultation summaryCardiology consultation completed. No acute coronary syndrome. Medication adjustment recommended.

Source1

{
  "resourceType": "Task",
  "id": "ExampleERefTaskCompleted",
  "meta": {
    "profile": [
      "https://fhir.doh.gov.ph/pheref/StructureDefinition/ereferral-task"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "businessStatus": {
    "coding": [
      {
        "system": "https://fhir.doh.gov.ph/pheref/CodeSystem/ereferral-workflow",
        "code": "accepted",
        "display": "Accepted"
      }
    ]
  },
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "3457005",
        "display": "Patient referral"
      }
    ],
    "text": "eReferral for cardiology consultation"
  },
  "focus": {
    "reference": "ServiceRequest/ExampleERefServiceRequestTask"
  },
  "for": {
    "reference": "Patient/ExampleERefPatientTask"
  },
  "executionPeriod": {
    "start": "2025-03-15T14:22:00+08:00",
    "end": "2025-03-18T16:45:00+08:00"
  },
  "authoredOn": "2025-03-15T09:30:00+08:00",
  "lastModified": "2025-03-18T16:45:00+08:00",
  "requester": {
    "reference": "PractitionerRole/ExampleERefPractitionerRoleRequester"
  },
  "owner": {
    "reference": "Organization/ExampleERefOrganizationReceiving"
  },
  "note": [
    {
      "text": "New referral for patient with chest pain. Awaiting receiving-facility response."
    },
    {
      "text": "Accepted by Manila General Hospital. Care navigator assigned."
    },
    {
      "text": "Patient seen by Dr. Reyes. Angiography performed. Patient stable, discharged with medications."
    }
  ],
  "output": [
    {
      "type": {
        "coding": [
          {
            "system": "https://fhir.doh.gov.ph/pheref/CodeSystem/ereferral-workflow",
            "code": "consultation-summary",
            "display": "Consultation summary"
          }
        ],
        "text": "Consultation summary"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.doh.gov.ph/pheref/CodeSystem/ereferral-workflow",
            "code": "consultation-summary",
            "display": "Consultation summary"
          }
        ],
        "text": "Cardiology consultation completed. No acute coronary syndrome. Medication adjustment recommended."
      }
    }
  ]
}