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

FHIR IG analytics

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

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: Value is within specified range


Source1

{
  "resourceType": "GuidanceResponse",
  "id": "guidanceresponse01",
  "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": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "reference",
              "valueReference": {
                "reference": "Observation/observation01"
              }
            },
            {
              "url": "path",
              "valueString": "value"
            }
          ],
          "url": "http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-reasonDetail"
        }
      ],
      "coding": [
        {
          "system": "http://hl7.org/fhir/uv/deqm/CodeSystem/deqm-care-gap-reason",
          "code": "ValueInRange",
          "display": "Value is within specified range"
        }
      ]
    }
  ]
}