Clinical
Reasoning
This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
| Responsible Owner: Clinical Decision Support Work Group | Standards Status : Informative |
Compartments
:
|
Raw Turtle (+ also see Turtle/RDF Format Specification )
Example of guidanceresponse
@prefix fhir: <http://hl7.org/fhir/> . @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 -------------------------------------------------------------------<http://hl7.org/fhir/GuidanceResponse/example> a fhir:GuidanceResponse; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>contained</b>: </p><p><b>requestIdentifier</b>: guidanceRequest1</p><p><b>identifier</b>: guidanceResponse1</p><p><b>module</b>: <a>http://someguidelineprovider.org/radiology-appropriateness-guidelines.html</a></p><p><b>status</b>: success</p><p><b>subject</b>: <a>Patient/example</a></p><p><b>encounter</b>: <a>Encounter/example</a></p><p><b>occurrenceDateTime</b>: 10/03/2017 4:02:00 PM</p><p><b>performer</b>: <a>Device/software</a></p><p><b>reasonCode</b>: Guideline Appropriate Ordering Assessment <span>(Details )</span></p><p><b>outputParameters</b>: id: outputParameters1</p></div>" ]; fhir:DomainResource.contained [ a fhir:Parameters; fhir:index 0; fhir:Resource.id [ fhir:value "outputParameters1" ]; fhir:Parameters.parameter [ fhir:index 0; fhir:Parameters.parameter.name [ fhir:value "score" ]; fhir:Parameters.parameter.valueDecimal [ fhir:value "7"^^xsd:decimal ] ], [ fhir:index 1; fhir:Parameters.parameter.name [ fhir:value "item-assessed" ]; fhir:Parameters.parameter.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.ama-assn.org/go/cpt" ]; fhir:Coding.code [ fhir:value "70450" ]; fhir:Coding.display [ fhir:value "CT, head, wo iv contrast" ] ]<http://hl7.org/fhir/GuidanceResponse/example> a fhir:GuidanceResponse ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example"] ; # fhir:contained ( [ a fhir:Parameters ; fhir:id [ fhir:v "outputParameters1" ] ; fhir:parameter ( [ fhir:name [ fhir:v "score" ] ; fhir:value [ a fhir:Decimal ; fhir:v "7"^^xsd:decimal ]], [ fhir:index 2; fhir:Parameters.parameter.name [ fhir:value "device" ]; fhir:Parameters.parameter.valueReference [ fhir:link <http://hl7.org/fhir/Device/software>; fhir:Reference.reference [ fhir:value "Device/software" ]] [ fhir:name [ fhir:v "item-assessed" ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ; fhir:l <http://www.ama-assn.org/go/cpt> ] ; fhir:code [ fhir:v "70450" ] ; fhir:display [ fhir:v "Computed tomography, head or brain; without contrast material" ] ] ) ]], [ fhir:index 3; fhir:Parameters.parameter.name [ fhir:value "guideline-followed" ]; fhir:Parameters.parameter.valueUri [ fhir:value "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html" ]] [ fhir:name [ fhir:v "device" ] ; fhir:value [ a fhir:Reference ; fhir:l <http://hl7.org/fhir/Device/software> ; fhir:reference [ fhir:v "Device/software" ] ] ] [ fhir:name [ fhir:v "guideline-followed" ] ; fhir:value [ a fhir:Uri ; fhir:v "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html"^^xsd:anyURI ; fhir:l <http://someguidelineprovider.org/radiology-appropriateness-guidelines.html> ] ] ) ] ) ; # fhir:requestIdentifier [ fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ; fhir:l <http://example.org> ] ; fhir:value [ fhir:v "guidanceRequest1" ] ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ; fhir:l <http://example.org> ] ; fhir:value [ fhir:v "guidanceResponse1" ] ] ) ; # fhir:module [ a fhir:Uri ; fhir:v "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html"^^xsd:anyURI ; fhir:l <http://someguidelineprovider.org/radiology-appropriateness-guidelines.html> ] ; # fhir:status [ fhir:v "success"] ; # fhir:subject [ fhir:l <http://hl7.org/fhir/Patient/example> ; fhir:reference [ fhir:v "Patient/example" ] ] ; # fhir:encounter [ fhir:l <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:l <http://hl7.org/fhir/Device/software> ; fhir:reference [ fhir:v "Device/software" ] ] ; # fhir:reason ( [ fhir:concept [ fhir:text [ fhir:v "Guideline Appropriate Ordering Assessment" ] ]]; fhir:GuidanceResponse.requestIdentifier [ fhir:Identifier.system [ fhir:value "http://example.org" ]; fhir:Identifier.value [ fhir:value "guidanceRequest1" ] ]; fhir:GuidanceResponse.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://example.org" ]; fhir:Identifier.value [ fhir:value "guidanceResponse1" ] ]; fhir:GuidanceResponse.moduleUri [ fhir:value "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html"]; fhir:GuidanceResponse.status [ fhir:value "success"]; fhir:GuidanceResponse.subject [ fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:GuidanceResponse.encounter [ fhir:link <http://hl7.org/fhir/Encounter/example>; fhir:Reference.reference [ fhir:value "Encounter/example" ] ]; fhir:GuidanceResponse.occurrenceDateTime [ fhir:value "2017-03-10T16:02:00Z"^^xsd:dateTime]; fhir:GuidanceResponse.performer [ fhir:link <http://hl7.org/fhir/Device/software>; fhir:Reference.reference [ fhir:value "Device/software" ] ]; fhir:GuidanceResponse.reasonCode [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "Guideline Appropriate Ordering Assessment" ] ]; fhir:GuidanceResponse.outputParameters [ fhir:Reference.reference [ fhir:value "#outputParameters1" ] ] .] ) ; # fhir:outputParameters [ fhir:l <#outputParameters1> ; fhir:reference [ fhir:v "#outputParameters1" ] ] . # <http://hl7.org/fhir/Device/software> a fhir:Device . <http://hl7.org/fhir/Patient/example> a fhir:Patient . <http://hl7.org/fhir/Encounter/example> a fhir:Encounter .# - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/GuidanceResponse/example.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/GuidanceResponse/example.ttl> .# -------------------------------------------------------------------------------------
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
Release
4
(Technical
Correction
#1)
(v4.0.1)
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Fri,
Sat,
Nov
1,
2019
09:35+1100.
QA
Page
8,
2025
03:18+0000.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
R3
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change