FHIR IG analytics| Package | hl7.fhir.us.davinci-cdex.r4 |
| Resource Type | Task |
| Id | Task-cdex-task-example6.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task cdex-task-example6
status: Requested
intent: order
code: Data Request Code
for: http://example.org/fhir/Patient/cdex-example-patient
authoredOn: 2020-10-27 11:05:34-0700
lastModified: 2020-10-27 11:05:34-0700
requester: http://example.org/fhir/Organization/cdex-example-payer
owner: http://example.org/fhir/Organization/cdex-example-provider
input
type: data code input
value: Progress notes
input
type: Purpose Of Use
value: coordination of care
{
"resourceType": "Task",
"id": "cdex-task-example6",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "requested",
"intent": "order",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp",
"code": "data-request-code"
}
]
},
"for": {
"reference": "http://example.org/fhir/Patient/cdex-example-patient"
},
"authoredOn": "2020-10-27T11:05:34-07:00",
"lastModified": "2020-10-27T11:05:34-07:00",
"requester": {
"reference": "http://example.org/fhir/Organization/cdex-example-payer"
},
"owner": {
"reference": "http://example.org/fhir/Organization/cdex-example-provider"
},
"input": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
"code": "data-code"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "11506-3"
}
],
"text": "Progress notes"
}
},
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp",
"code": "purpose-of-use"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "COC"
}
]
}
}
]
}