FHIR IG analytics| Package | hl7.fhir.us.davinci-cdex |
| Resource Type | Task |
| Id | Task-cdex-task-example3.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-example3
status: Completed
businessStatus: Results reviewed for release
intent: order
code: Data Request Query
for: Identifier: Member Number/Member123
authoredOn: 2020-10-26 02:58:55+0000
lastModified: 2020-10-26 04:04:52+0000
requester: Identifier: http://example.org/cdex/payer/payer-ids/Payer123
owner: Identifier: United States National Provider Identifier/9941339108
reasonReference: Identifier: Payer Claim ID/Claim123
input
type: data query input
value: Condition?patient=cdex-example-patient&clinical-status=active
input
type: Purpose Of Use
value: coverage under policy or program
| Type | Value[x] |
| data values output | Bundle: type = searchset; total = 1 |
Generated Narrative: Bundle #results
Bundle results of type searchset
Entry 1 - fullUrl = http://example.org/fhir/Condition/858
Search:Mode = match
Resource Condition:
Generated Narrative: Condition #858
identifier:
urn:oid:1.3.6.1.4.1.22812.4.111.0.4.1.2.1/1clinicalStatus: Active
category: Problem
code: Type 2 Diabetes Mellitus
subject: http://example.org/fhir/Patient/cdex-example-patient
onset: 2006
{
"resourceType": "Task",
"id": "cdex-task-example3",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Bundle",
"id": "results",
"type": "searchset",
"total": 1,
"link": [
{
"relation": "self",
"url": "https://example.com/base/Condition?patient=cdex-example-patient&clinical-status=active"
}
],
"entry": [
{
"fullUrl": "http://example.org/fhir/Condition/858",
"resource": {
"resourceType": "Condition",
"id": "858",
"identifier": [
{
"system": "urn:oid:1.3.6.1.4.1.22812.4.111.0.4.1.2.1",
"value": "1"
}
],
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active"
}
]
},
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "55607006",
"display": "Problem"
},
{
"system": "http://terminology.hl7.org/CodeSystem/condition-category",
"code": "problem-list-item",
"display": "Problem List Item"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "44054006",
"display": "Type 2 Diabetes Mellitus"
}
]
},
"subject": {
"reference": "http://example.org/fhir/Patient/cdex-example-patient"
},
"onsetDateTime": "2006",
"asserter": {
"reference": "http://example.org/fhir/PractitionerRole/126"
}
},
"search": {
"mode": "match"
}
}
]
}
],
"status": "completed",
"businessStatus": {
"text": "Results reviewed for release"
},
"intent": "order",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp",
"code": "data-request-query"
}
]
},
"for": {
"identifier": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MB",
"display": "Member Number"
}
],
"text": "Member Number"
},
"system": "http://example.org/cdex/payer/member-ids",
"value": "Member123"
}
},
"authoredOn": "2020-10-26T02:58:55.179Z",
"lastModified": "2020-10-26T04:04:52.019Z",
"requester": {
"identifier": {
"system": "http://example.org/cdex/payer/payer-ids",
"value": "Payer123"
}
},
"owner": {
"identifier": {
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "9941339108"
}
},
"reasonReference": {
"identifier": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "FILL",
"display": "Filler Identifier"
}
],
"text": "Payer Claim ID"
},
"system": "http://example.org/cdex/payer/claim-ids",
"value": "Claim123"
}
},
"input": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
"code": "data-query"
}
]
},
"valueString": "Condition?patient=cdex-example-patient&clinical-status=active"
},
{
"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": "COVERAGE"
}
]
}
}
],
"output": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
"code": "data-value"
}
]
},
"valueReference": {
"reference": "#results"
}
}
]
}