FHIR IG analytics| Package | hl7.fhir.us.davinci-hrex.r4b |
| Resource Type | Task |
| Id | Task-query-complete.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task query-complete
basedOn: ??
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 query input | Condition?patient=Patient/pat1&clinical-status=active&code:below=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009 |
| Type | Value[x] |
| data values output | Bundle: type = searchset; total = 1 |
Generated Narrative: Bundle #results
Bundle results of type searchset
Entry 1 - fullUrl = http://local.fhir.org:960/r4/Condition/example
Search:Mode = match
Resource Condition:
Severe burn of left ear (Date: 24-June 2012)
{
"resourceType": "Task",
"id": "query-complete",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-task-data-request"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Bundle",
"id": "results",
"type": "searchset",
"total": 1,
"link": [
{
"relation": "self",
"url": "http://example.org/new-payer/fhir/Condition?patient=Patient/pat1&clinical-status=active&code:below=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009"
}
],
"entry": [
{
"fullUrl": "http://local.fhir.org:960/r4/Condition/example",
"resource": {
"resourceType": "Condition",
"id": "example",
"meta": {
"versionId": "1",
"lastUpdated": "2018-11-12T03:34:46.552Z"
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Severe burn of left ear (Date: 24-June 2012)</div>"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code": "confirmed"
}
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-category",
"code": "encounter-diagnosis",
"display": "Encounter Diagnosis"
},
{
"system": "http://snomed.info/sct",
"code": "359642000",
"display": "Type 2 diabetes mellitus in nonobese"
}
]
}
],
"subject": {
"reference": "http://example.org/new-payer/fhir/Patient/pat1"
},
"onsetDateTime": "2012-06-24"
},
"search": {
"mode": "match"
}
}
]
}
],
"basedOn": [
{
"reference": "http://example.org/new-payer/CommunicationRequest/57"
}
],
"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-query"
}
]
},
"valueString": "Condition?patient=Patient/pat1&clinical-status=active&code:below=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009"
}
],
"output": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
"code": "data-value"
}
]
},
"valueReference": {
"reference": "#results"
}
}
]
}