Structured Data Capture, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 3.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/sdc/ and changes regularly. See the Directory of published versions
: Request-based solicitation example - Task - JSON Representation
Raw json | Download
{
"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><b>Generated Narrative: Task</b><a name=\"request-task-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Task "request-task-example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-sdc-task.html\">Task Questionnaire</a></p></div><p><b>status</b>: rejected</p><p><b>statusReason</b>: Unable to recall <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>intent</b>: order</p><p><b>code</b>: Fulfill the focal request <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-task-code.html\">Task Codes</a>#fulfill)</span></p><p><b>focus</b>: <a href=\"ServiceRequest-example.html\">ServiceRequest/example</a></p><p><b>for</b>: <a href=\"http://hl7.org/fhir/Patient/proband\">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\">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\">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"
}
}