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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeTask
IdTask-NgTask-001.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 NgTask-001

Profile: NG Task

status: In Progress

intent: order

priority: Routine

code: Coordinate referral

focus: ServiceRequest

for: Kemi Adebayo Female, DoB: 1995-02-14 ( nin)

authoredOn: 2024-11-11 10:00:00+0000

requester: Practitioner Kehinde Adebayo

owner: PractitionerRole

Inputs

-TypeValue[x]
*NotesPatient contacted; appointment set for 12 Nov 2025.

Outputs

-TypeValue[x]
*OutcomeReferral accepted by clinic.

Source1

{
  "resourceType": "Task",
  "id": "NgTask-001",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-task"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "in-progress",
  "intent": "order",
  "priority": "routine",
  "code": {
    "text": "Coordinate referral"
  },
  "focus": {
    "reference": "ServiceRequest/NgServiceRequest-001"
  },
  "for": {
    "reference": "Patient/00114455-e5f6-4789-a123-456789abcdef"
  },
  "authoredOn": "2024-11-11T10:00:00Z",
  "requester": {
    "reference": "Practitioner/00124455-e5f6-4789-a123-456789abcdef"
  },
  "owner": {
    "reference": "PractitionerRole/NgPractitionerRole-001"
  },
  "input": [
    {
      "type": {
        "text": "Notes"
      },
      "valueString": "Patient contacted; appointment set for 12 Nov 2025."
    }
  ],
  "output": [
    {
      "type": {
        "text": "Outcome"
      },
      "valueString": "Referral accepted by clinic."
    }
  ]
}