FHIR IG analytics| Package | hl7.fhir.us.qicore |
| Resource Type | Task |
| Id | Task-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task example
Language: en
Profile: QICore Task
identifier: http://www.acme.org/tasks/19009
status: Accepted
intent: proposal
priority: Routine
code: Medication Reconciliation
executionPeriod: 2018-06-11 --> 2018-06-11
{
"resourceType": "Task",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-task"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.acme.org/tasks",
"value": "19009"
}
],
"status": "accepted",
"intent": "proposal",
"priority": "routine",
"code": {
"coding": [
{
"system": "http://www.ama-assn.org/go/cpt",
"code": "99483"
}
],
"text": "Medication Reconciliation"
},
"for": {
"reference": "Patient/example"
},
"executionPeriod": {
"start": "2018-06-11",
"end": "2018-06-11"
}
}