FHIR IG analytics| Package | hl7.fhir.uv.deqm |
| Resource Type | GuidanceResponse |
| Id | GuidanceResponse-detailedguidanceresponse02.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: GuidanceResponse detailedguidanceresponse02
Language: en
module: http://example.org/medication-adherence-guidelines.html
status: Success
subject: Darien Bernard (official) Male, DoB: 1967-06-13 ( Medical record number: 23456 (use: usual, ))
reasonCode: Count is out of specified range
note:
Consider providing patient education materials, optimizing medication schedules, and leveraging adherence monitoring tools.
dataRequirement
type: MedicationRequest
profile: QICore Medication Prohibited
mustSupport: authoredOn, authoredOn.value, medication, reasonCode
dataRequirement
type: Observation
profile: QICore Simple Observation
mustSupport: code, code.coding, code.coding.code, value, status, status.value, effective
CodeFilters
Path Code code.code LOINC: 99562-1 (Adherence panel [R-Outcomes])
dataRequirement
type: QuestionnaireResponse
{
"resourceType": "GuidanceResponse",
"id": "detailedguidanceresponse02",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-detailedcaregapguidanceresponse"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"moduleUri": "http://example.org/medication-adherence-guidelines.html",
"status": "success",
"subject": {
"reference": "Patient/patient02"
},
"reasonCode": [
{
"coding": [
{
"system": "http://hl7.org/fhir/uv/deqm/CodeSystem/deqm-care-gap-reason",
"code": "CountOutOfRange",
"display": "Count is out of specified range"
}
]
}
],
"note": [
{
"text": "Consider providing patient education materials, optimizing medication schedules, and leveraging adherence monitoring tools."
}
],
"dataRequirement": [
{
"type": "MedicationRequest",
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationprohibited"
],
"mustSupport": [
"authoredOn",
"authoredOn.value",
"medication",
"reasonCode"
]
},
{
"type": "Observation",
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-simple-observation"
],
"mustSupport": [
"code",
"code.coding",
"code.coding.code",
"value",
"status",
"status.value",
"effective"
],
"codeFilter": [
{
"path": "code.code",
"code": [
{
"system": "http://loinc.org",
"code": "99562-1",
"display": "Adherence panel [R-Outcomes]"
}
]
}
]
},
{
"type": "QuestionnaireResponse",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse"
]
}
]
}