FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | Task |
| Id | Task-ExampleSGHITask.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task ExampleSGHITask
Profile: SGHI Task
identifier: Placer Identifier/TASK123456 (use: official, )
status: In Progress
businessStatus: In Progress
intent: order
priority: Routine
for: James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)
authoredOn: 2023-11-20 09:00:00+0000
lastModified: 2023-11-20 09:30:00+0000
requester: James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)
| Reference |
| Organzation |
owner: Organization SGHI Healthcare Organization
| Type | Value[x] |
| Request | Patient blood test request |
| Type | Value[x] |
| Result | Blood test completed successfully |
{
"resourceType": "Task",
"id": "ExampleSGHITask",
"meta": {
"profile": [
"https://fhir.slade360.co.ke/fhir/StructureDefinition/task"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PLAC",
"display": "Placer Identifier"
}
]
},
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"value": "TASK123456",
"assigner": {
"reference": "Organization/ExampleSGHIOrganization"
}
}
],
"status": "in-progress",
"businessStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/task-status",
"code": "in-progress",
"display": "In Progress"
}
]
},
"intent": "order",
"priority": "routine",
"for": {
"reference": "Patient/ExampleSGHIPatient"
},
"encounter": {
"reference": "Encounter/ExampleSGHIEncounter"
},
"authoredOn": "2023-11-20T09:00:00Z",
"lastModified": "2023-11-20T09:30:00Z",
"requester": {
"reference": "Patient/ExampleSGHIPatient"
},
"requestedPerformer": [
{
"reference": {
"reference": "Organization/ExampleSGHIOrganization",
"display": "Organzation"
}
}
],
"owner": {
"reference": "Organization/ExampleSGHIOrganization"
},
"input": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/task-input-type",
"code": "request",
"display": "Request"
}
]
},
"valueString": "Patient blood test request"
}
],
"output": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/task-output-type",
"code": "result",
"display": "Result"
}
]
},
"valueString": "Blood test completed successfully"
}
]
}