FHIR IG analytics| Package | hl7.fhir.us.davinci-deqm.r4 |
| Resource Type | Task |
| Id | Task-task03.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task task03
Information Source: http://example.org/fhir/server
Profile: QICore Task
identifier: http://example.org/tasks/19011
status: Completed
intent: plan
priority: Routine
code: Fulfill the focal request
for: Virginia Hartman (official) Female, DoB: 1983-09-12 ( Medical record number: 34567 (use: usual, ))
executionPeriod: 2017-08-11 --> 2017-08-11
authoredOn: 2018-09-25 14:24:23+0000
{
"resourceType": "Task",
"id": "task03",
"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": "19011"
}
],
"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/patient03"
},
"encounter": {
"reference": "Encounter/encounter03"
},
"executionPeriod": {
"start": "2017-08-11",
"end": "2017-08-11"
},
"authoredOn": "2018-09-25T14:24:23.584Z",
"owner": {
"reference": "Practitioner/practitioner03"
}
}