FHIR IG analytics| Package | hl7.fhir.us.davinci-deqm |
| Resource Type | Task |
| Id | Task-task01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task task01
Information Source: http://example.org/fhir/server
Profile: QICore Task
identifier: http://example.org/tasks/19009
status: Completed
intent: plan
priority: Routine
code: Fulfill the focal request
for: Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345 (use: usual, ))
executionPeriod: 2017-06-11 --> 2017-06-11
authoredOn: 2018-09-25 14:24:23+0000
owner: Practitioner Ronald Bone
{
"resourceType": "Task",
"id": "task01",
"meta": {
"source": "http://example.org/fhir/server",
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-task"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/tasks",
"value": "19009"
}
],
"status": "completed",
"intent": "plan",
"priority": "routine",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/CodeSystem/task-code",
"code": "fulfill",
"display": "Fulfill the focal request"
}
]
},
"for": {
"reference": "Patient/patient01"
},
"encounter": {
"reference": "Encounter/encounter01"
},
"executionPeriod": {
"start": "2017-06-11",
"end": "2017-06-11"
},
"authoredOn": "2018-09-25T14:24:23.584Z",
"owner": {
"reference": "Practitioner/practitioner01"
}
}