Clinical
Reasoning
Publish-box (todo)
| Clinical Decision Support Work Group | Maturity Level : N/A | Standards Status : Informative | Compartments : Group , Patient |
Raw Turtle (+ also see Turtle/RDF Format Specification )
Example of guidanceresponse requesting additional data
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <https://loinc.org/rdf/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource -------------------------------------------------------------------[a fhir:GuidanceResponse ;<http://hl7.org/fhir/GuidanceResponse/additional-data-example> a fhir:GuidanceResponse ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "additional-data-example"] ; #fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: GuidanceResponse</b><a name=\"additional-data-example\"> </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 "additional-data-example" </p></div><p><b>requestIdentifier</b>: <span title=\" This example demonstrates the response to a decision support guidance request where additional information is requested using the GuidanceResponse resource. \">id: guidanceRequest2</span></p><p><b>identifier</b>: id: guidanceResponse2</p><p><b>module</b>: <a href=\"http://someguidelineprovider.org/diabetes-guidelines.html\">http://someguidelineprovider.org/diabetes-guidelines.html</a></p><p><b>status</b>: data-required</p><p><b>subject</b>: <a href=\"patient-example.html\">Patient/example</a> "Peter CHALMERS"</p><p><b>encounter</b>: <a href=\"encounter-example.html\">Encounter/example</a></p><p><b>occurrenceDateTime</b>: 2017-03-10T16:02:00Z</p><p><b>performer</b>: <a href=\"broken-link.html\">Device/software</a></p><h3>Reasons</h3><table class=\"grid\"><tr><td>-</td><td><b>Concept</b></td></tr><tr><td>*</td><td>Diabetes Guideline <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td></tr></table><blockquote><p><b>dataRequirement</b></p><p><b>type</b>: Observation</p><p><b>mustSupport</b>: value</p><blockquote><p><b>codeFilter</b></p></blockquote></blockquote></div>" ] ; # This example demonstrates the response to a decision support guidance request where additional information is requested using the GuidanceResponse resource.fhir:requestIdentifier [ fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ; fhir:value [ fhir:v "guidanceRequest2" ]] ; #] ; # This example demonstrates the response to a decision support guidance request where additional information is requested using the GuidanceResponse resource. fhir:identifier ( [ fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ; fhir:value [ fhir:v "guidanceResponse2" ] ] ) ; #fhir:module [ fhir:v "http://someguidelineprovider.org/diabetes-guidelines.html"^^xsd:anyURI] ; #fhir:module [ a fhir:uri ; fhir:v "http://someguidelineprovider.org/diabetes-guidelines.html"^^xsd:anyURI ] ; # fhir:status [ fhir:v "data-required"] ; # fhir:subject [ fhir:link <http://hl7.org/fhir/Patient/example> ; fhir:reference [ fhir:v "Patient/example" ] ] ; # fhir:encounter [ fhir:link <http://hl7.org/fhir/Encounter/example> ; fhir:reference [ fhir:v "Encounter/example" ] ] ; # fhir:occurrenceDateTime [ fhir:v "2017-03-10T16:02:00Z"^^xsd:dateTime] ; # fhir:performer [ fhir:link <http://hl7.org/fhir/Device/software> ; fhir:reference [ fhir:v "Device/software" ] ] ; # fhir:reason ( [ fhir:concept [ fhir:text [ fhir:v "Diabetes Guideline" ] ] ] ) ; # fhir:dataRequirement ( [ fhir:type [ fhir:v "Observation" ] ; fhir:mustSupport ( [ fhir:v "value" ] ) ; fhir:codeFilter ( [ fhir:path [ fhir:v "code" ] ; fhir:code ( [ a loinc:4548-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "4548-4" ] ; fhir:display [ fhir:v "Hemoglobin A1c/Hemoglobin.total in Blood" ] ] ) ] )] )] . #] ) . # <http://hl7.org/fhir/Patient/example> a fhir:Patient . <http://hl7.org/fhir/Encounter/example> a fhir:Encounter . <http://hl7.org/fhir/Device/software> a fhir:Device . # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR
®©
HL7.org
2011+.
FHIR
R5
hl7.fhir.core#5.0.0
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Sun,
Mar
26,
2023
15:24+1100.
Tue,
Apr
1,
2025
12:25+1100.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R4B
R5
|
|
Propose
a
change