FHIR IG analytics| Package | hl7.fhir.uv.sdc.r4b |
| Resource Type | Task |
| Id | Task-request-task-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task request-task-example
status: Rejected
statusReason: Unable to recall
intent: order
code: Fulfill the focal request
focus: ServiceRequest Complete Questionnaire
for: Annie Proband
authoredOn: 2021-09-06
requester: Dr. Adam Careful, Acme Hospital
owner: Annie Proband
{
"resourceType": "Task",
"id": "request-task-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-task"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "rejected",
"statusReason": {
"text": "Unable to recall"
},
"intent": "order",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/CodeSystem/task-code",
"code": "fulfill"
}
]
},
"focus": {
"reference": "ServiceRequest/example"
},
"for": {
"reference": "http://hl7.org/fhir/Patient/proband",
"display": "Annie Proband"
},
"authoredOn": "2021-09-06",
"requester": {
"reference": "http://hl7.org/fhir/PractitionerRole/example",
"display": "Dr. Adam Careful, Acme Hospital"
},
"owner": {
"reference": "http://hl7.org/fhir/Patient/proband",
"display": "Annie Proband"
}
}