FHIR IG analytics| Package | hl7.fhir.uv.deqm |
| Resource Type | GuidanceResponse |
| Id | GuidanceResponse-guidanceresponse01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: GuidanceResponse guidanceresponse01
Language: en
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
{
"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"
}
]
}
]
}