FHIR IG analytics| Package | hl7.fhir.us.davinci-deqm |
| Resource Type | Task |
| Id | Task-task02.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task task02
Information Source: http://example.org/fhir/server
Profile: QICore Task
identifier: http://example.org/tasks/19010
status: Completed
intent: plan
priority: Routine
code: Fulfill the focal request
for: Darien Bernard (official) Male, DoB: 1967-06-13 ( Medical record number: 23456 (use: usual, ))
executionPeriod: 2017-06-15 --> 2017-06-17
authoredOn: 2018-09-25 14:24:23+0000
{
"resourceType": "Task",
"id": "task02",
"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": "19010"
}
],
"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/patient02"
},
"encounter": {
"reference": "Encounter/encounter02"
},
"executionPeriod": {
"start": "2017-06-15",
"end": "2017-06-17"
},
"authoredOn": "2018-09-25T14:24:23.584Z",
"owner": {
"reference": "Practitioner/practitioner02"
}
}