FHIR IG analytics| Package | hl7.fhir.us.davinci-hrex.r4 |
| Resource Type | Task |
| Id | Task-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task min
status: Requested
intent: order
code: data request task
for: ??
authoredOn: 2020-07-30 20:07:15-0600
requester: ??
owner: ??
| Type | Value[x] |
| data query input | Condition?patient=Patient/pat1&clinical-status=active&code=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009 |
{
"resourceType": "Task",
"id": "min",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-task-data-request"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "requested",
"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"
},
"input": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
"code": "data-query"
}
]
},
"valueString": "Condition?patient=Patient/pat1&clinical-status=active&code=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009"
}
]
}