FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example GuidanceResponse/example (Turtle)

Clinical Decision Support Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient

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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

[a fhir:GuidanceResponse ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "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=\"example\"> </a><a name=\"hcexample\"> </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 &quot;example&quot; </p></div><p><b>requestIdentifier</b>: <code>http://example.org</code>/guidanceRequest1</p><p><b>identifier</b>: <code>http://example.org</code>/guidanceResponse1</p><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-example.html\">Patient/example</a> &quot;Peter CHALMERS&quot;</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 style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td>Guideline Appropriate Ordering Assessment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td></tr></table><p><b>outputParameters</b>: <a name=\"hcoutputParameters1\"> </a></p><blockquote><p/><p><a name=\"outputParameters1\"> </a></p><p><a name=\"hcoutputParameters1\"> </a></p><blockquote><p><b>parameter</b></p><p><b>name</b>: score</p><p><b>value</b>: 7</p></blockquote><blockquote><p><b>parameter</b></p><p><b>name</b>: item-assessed</p><p><b>value</b>: Computed tomography, head or brain; without contrast material <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-CPT.html\">Current Procedural Terminology (CPT®)</a>#70450)</span></p></blockquote><blockquote><p><b>parameter</b></p><p><b>name</b>: device</p><p><b>value</b>: <a href=\"broken-link.html\">Device/software</a></p></blockquote><blockquote><p><b>parameter</b></p><p><b>name</b>: guideline-followed</p><p><b>value</b>: <a href=\"http://someguidelineprovider.org/radiology-appropriateness-guidelines.html\">http://someguidelineprovider.org/radiology-appropriateness-guidelines.html</a></p></blockquote></blockquote><hr/><blockquote><p><b>Generated Narrative: Parameters #outputParameters1</b><a name=\"outputParameters1\"> </a><a name=\"hcoutputParameters1\"> </a></p><blockquote><p><b>parameter</b></p><p><b>name</b>: score</p><p><b>value</b>: 7</p></blockquote><blockquote><p><b>parameter</b></p><p><b>name</b>: item-assessed</p><p><b>value</b>: Computed tomography, head or brain; without contrast material <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-CPT.html\">Current Procedural Terminology (CPT®)</a>#70450)</span></p></blockquote><blockquote><p><b>parameter</b></p><p><b>name</b>: device</p><p><b>value</b>: <a href=\"broken-link.html\">Device/software</a></p></blockquote><blockquote><p><b>parameter</b></p><p><b>name</b>: guideline-followed</p><p><b>value</b>: <a href=\"http://someguidelineprovider.org/radiology-appropriateness-guidelines.html\">http://someguidelineprovider.org/radiology-appropriateness-guidelines.html</a></p></blockquote></blockquote></div>"
  ] ; #    This example demonstrates the response to a decision support guidance request using the GuidanceResponse resource.   
  fhir:contained ( [
     a fhir:Parameters ;
     fhir:id [ fhir:v "outputParameters1" ] ;
     fhir:parameter ( [
       fhir:name [ fhir:v "score" ] ;
       fhir:value [ fhir:v "7"^^xsd:decimal ]
     ] [
       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:code [ fhir:v "70450" ] ;
           fhir:display [ fhir:v "Computed tomography, head or brain; without contrast material" ]
         ] )
       ]
     ] [
       fhir:name [ fhir:v "device" ] ;
       fhir:value [
         a fhir:Reference ;
         fhir:reference [ fhir:v "Device/software" ]
       ]
     ] [
       fhir:name [ fhir:v "guideline-followed" ] ;
       fhir:value [ fhir:v "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html"^^xsd:anyURI ]
     ] )
  ] ) ; # 
  fhir:requestIdentifier [
     fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "guidanceRequest1" ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "guidanceResponse1" ]
  ] ) ; # 
  fhir:module [ fhir:v "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html"^^xsd:anyURI] ; # 
  fhir:status [ fhir:v "success"] ; # 
  fhir:subject [
     fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:encounter [
     fhir:reference [ fhir:v "Encounter/example" ]
  ] ; # 
  fhir:occurrenceDateTime [ fhir:v "2017-03-10T16:02:00Z"^^xsd:dateTime] ; # 
  fhir:performer [
     fhir:reference [ fhir:v "Device/software" ]
  ] ; # 
  fhir:reason ( [
     fhir:concept [
       fhir:text [ fhir:v "Guideline Appropriate Ordering Assessment" ]
     ]
  ] ) ; # 
  fhir:outputParameters [
     fhir:reference [ fhir:v "#outputParameters1" ]
  ]] . # 

# -------------------------------------------------------------------------------------


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.