FHIR IG analytics| Package | hl7.fhir.us.davinci-hrex.r4b |
| Resource Type | Task |
| Id | Task-document-complete.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task document-complete
status: Completed
intent: order
code: data request task
for: ??
authoredOn: 2020-07-30 20:07:15-0600
requester: ??
owner: ??
reasonCode: Support prior authorization decision-making
reasonReference: ??
| Type | Value[x] |
| data code input | Outpatient Note |
output
type: data values output
value: ??
output
type: data values output
value: ??
{
"resourceType": "Task",
"id": "document-complete",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-task-data-request"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "order",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
"code": "data-request"
}
]
},
"for": {
"reference": "http://example.org/new-payer/fhir/Patient/pat1"
},
"authoredOn": "2020-07-30T20:07:15-06:00",
"requester": {
"reference": "http://example.org/new-payer/fhir/Organization/hl7pay"
},
"owner": {
"reference": "http://example.org/provider/fhir/Organization/hl7prov"
},
"reasonCode": {
"text": "Support prior authorization decision-making"
},
"reasonReference": {
"reference": "http://example.org/new-payer/fhir/Claim/123"
},
"input": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
"code": "data-code"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "34108-1"
}
]
}
}
],
"output": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
"code": "data-value"
}
]
},
"valueReference": {
"reference": "http://example.org/new-payer/fhir/DocumentReference/727A23K5133"
}
},
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
"code": "data-value"
}
]
},
"valueReference": {
"reference": "http://example.org/new-payer/fhir/DocumentReference/287Q73J237"
}
}
]
}