FHIR IG analytics| Package | fhir.onc.us-quality-core |
| Resource Type | Task |
| Id | Task-negation-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 negation-with-code-example
Profile: US Quality Core Task Rejected
identifier: http://www.acme.org/tasks/19009
status: Rejected
statusReason: Patient noncompliance - general (situation)
intent: proposal
code: Medication reconciliation (procedure)
focus: Procedure Excision of appendix (procedure)
executionPeriod: 2018-06-11 --> 2018-06-11
{
"resourceType": "Task",
"id": "negation-with-code-example",
"meta": {
"profile": [
"http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-taskrejected"
]
},
"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://snomed.info/sct",
"code": "430193006",
"display": "Medication reconciliation (procedure)"
}
]
},
"focus": {
"reference": "Procedure/example"
},
"for": {
"reference": "Patient/example"
},
"executionPeriod": {
"start": "2018-06-11",
"end": "2018-06-11"
}
}