FHIR IG analytics| Package | hl7.fhir.us.qicore |
| Resource Type | Task |
| Id | Task-rejected-with-code-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task rejected-with-code-example
Language: en
Profile: QICore Task Rejected
identifier: http://www.acme.org/tasks/19009
status: Rejected
statusReason: Patient noncompliance - general (situation)
intent: proposal
code: Fulfill the focal request
focus: ServiceRequest Graduated compression elastic hosiery (physical object)
executionPeriod: 2018-06-11 --> 2018-06-11
{
"resourceType": "Task",
"id": "rejected-with-code-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-taskrejected"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.acme.org/tasks",
"value": "19009"
}
],
"status": "rejected",
"statusReason": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "275936005",
"display": "Patient noncompliance - general (situation)"
}
]
},
"intent": "proposal",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/CodeSystem/task-code",
"code": "fulfill",
"display": "Fulfill the focal request"
}
]
},
"focus": {
"reference": "ServiceRequest/proposal-example-code"
},
"for": {
"reference": "Patient/example"
},
"executionPeriod": {
"start": "2018-06-11",
"end": "2018-06-11"
}
}