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

FHIR IG analytics

Packagehl7.fhir.uv.deqm
Resource TypeGuidanceResponse
IdGuidanceResponse-detailedguidanceresponse01.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 detailedguidanceresponse01

module: http://example.org/radiology-appropriateness-guidelines.html

status: Success

subject: Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345 (use: usual, ))

reasonCode: Missing Data Element

dataRequirement

type: Observation

profile: QICore Simple Observation

mustSupport: code, status, status.value, effective

CodeFilters

-PathCode
*code.codeLOINC: 4548-4 (Hemoglobin A1c/Hemoglobin.total in Blood)

dataRequirement

type: Patient

profile: US Core Patient Profile


Source1

{
  "resourceType": "GuidanceResponse",
  "id": "detailedguidanceresponse01",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-detailedcaregapguidanceresponse"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "moduleUri": "http://example.org/radiology-appropriateness-guidelines.html",
  "status": "success",
  "subject": {
    "reference": "Patient/patient01"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/uv/deqm/CodeSystem/deqm-care-gap-reason",
          "code": "Missing",
          "display": "Missing Data Element"
        }
      ]
    }
  ],
  "dataRequirement": [
    {
      "type": "Observation",
      "profile": [
        "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-simple-observation"
      ],
      "mustSupport": [
        "code",
        "status",
        "status.value",
        "effective"
      ],
      "codeFilter": [
        {
          "path": "code.code",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "4548-4",
              "display": "Hemoglobin A1c/Hemoglobin.total in Blood"
            }
          ]
        }
      ]
    },
    {
      "type": "Patient",
      "profile": [
        "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
      ]
    }
  ]
}