This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v4.0.0: STU4 (v4.0.0)) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: DetailedGuidanceResponse01 - JSON Representation
Raw json | Download
{
"resourceType" : "GuidanceResponse",
"id" : "detailedguidanceresponse01",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-guidanceresponse-detailedcaregap"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: GuidanceResponse</b><a name=\"detailedguidanceresponse01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource GuidanceResponse "detailedguidanceresponse01" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-gaps-guidanceresponse-detailedcaregap.html\">Detailed Care Gap Guidance Response</a></p></div><p><b>module</b>: <a href=\"http://someguidelineprovider.org/radiology-appropriateness-guidelines.html\">http://someguidelineprovider.org/radiology-appropriateness-guidelines.html</a></p><p><b>status</b>: success</p><p><b>subject</b>: <a href=\"Patient-patient01.html\">Patient/patient01</a> " WEBSTER"</p><p><b>reasonCode</b>: Missing Data Element <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-care-gap-reason.html\">Care Gap Reasons Code System</a>#Missing)</span></p><blockquote><p><b>dataRequirement</b></p><p><b>type</b>: Observation</p><p><b>profile</b>: <a href=\"http://hl7.org/fhir/us/qicore/STU5/StructureDefinition-qicore-observation.html\">QICore Observation</a></p><p><b>mustSupport</b>: code, status, status.value, effective</p><blockquote><p><b>codeFilter</b></p></blockquote></blockquote><blockquote><p><b>dataRequirement</b></p><p><b>type</b>: Patient</p><p><b>profile</b>: <a href=\"http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-patient.html\">US Core Patient Profile</a></p></blockquote></div>"
},
"moduleUri" : "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html",
"status" : "success",
"subject" : {
"reference" : "Patient/patient01"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/davinci-deqm/CodeSystem/care-gap-reason",
"code" : "Missing",
"display" : "Missing Data Element"
}
]
}
],
"dataRequirement" : [
{
"type" : "Observation",
"profile" : [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-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"
]
}
]
}