FHIR IG analytics| Package | hl7.fhir.uv.cpg |
| Resource Type | Task |
| Id | Task-stp-scenario3-request.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task stp-scenario3-request
instantiatesCanonical: Activity Example Stop Medication AD
status: Rejected
intent: order
code: Stop (discontinue) an activity in progress
{
"resourceType": "Task",
"id": "stp-scenario3-request",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-stoptask"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"instantiatesCanonical": "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-stopmedication-ad",
"status": "rejected",
"intent": "order",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
"code": "stop-activity",
"display": "Stop (discontinue) an activity in progress"
}
]
},
"focus": {
"reference": "MedicationRequest/stp-scenario3"
},
"for": {
"reference": "Patient/stp-scenario3-patient"
}
}