FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.deqm
Resource TypeGuidanceResponse
IdGuidanceResponse-detailedguidanceresponse02.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: GuidanceResponse detailedguidanceresponse02

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

-PathCode
*code.codeLOINC: 99562-1 (Adherence panel [R-Outcomes])

dataRequirement

type: QuestionnaireResponse

profile: US Core QuestionnaireResponse Profile


Source1

{
  "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"
      ]
    }
  ]
}