This page is part of the Structured Data Capture FHIR IG (v4.0.0-ballot: STU 4 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 3.0.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Task",
"id" : "request-task-example",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-task"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task request-task-example</b></p><a name=\"request-task-example\"> </a><a name=\"hcrequest-task-example\"> </a><a name=\"request-task-example-en-US\"> </a><p><b>status</b>: Rejected</p><p><b>statusReason</b>: <span title=\"Codes:\">Unable to recall</span></p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/CodeSystem/task-code fulfill}\">Fulfill the focal request</span></p><p><b>focus</b>: <a href=\"ServiceRequest-example.html\">ServiceRequest Complete Questionnaire</a></p><p><b>for</b>: <a href=\"http://hl7.org/fhir/Patient/proband\">Annie Proband</a></p><p><b>authoredOn</b>: 2021-09-06</p><p><b>requester</b>: <a href=\"http://hl7.org/fhir/PractitionerRole/example\">Dr. Adam Careful, Acme Hospital</a></p><p><b>owner</b>: <a href=\"http://hl7.org/fhir/Patient/proband\">Annie Proband</a></p></div>"
},
"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"
}
}