@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/uv/deqm/GuidanceResponse/guidanceresponse01> a fhir:GuidanceResponse ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "guidanceresponse01"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-detailedcaregapguidanceresponse"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-detailedcaregapguidanceresponse>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: GuidanceResponse guidanceresponse01</b></p><a name=\"guidanceresponse01\"> </a><a name=\"hcguidanceresponse01\"> </a><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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-deqm-detailedcaregapguidanceresponse.html\">DEQM Detailed Care Gap Guidance Response</a></p></div><p><b>module</b>: <a href=\"http://example.org/radiology-appropriateness-guidelines.html\">http://example.org/radiology-appropriateness-guidelines.html</a></p><p><b>status</b>: Success</p><p><b>subject</b>: <a href=\"Patient-patient01.html\">Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345 (use: usual, ))</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/deqm/CodeSystem/deqm-care-gap-reason ValueInRange}\">Value is within specified range</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:module [
     a fhir:Uri ;
     fhir:v "http://example.org/radiology-appropriateness-guidelines.html"^^xsd:anyURI ;
     fhir:l <http://example.org/radiology-appropriateness-guidelines.html>
  ] ; # 
  fhir:status [ fhir:v "success"] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/uv/deqm/Patient/patient01> ;
     fhir:reference [ fhir:v "Patient/patient01" ]
  ] ; # 
  fhir:reasonCode ( [
     fhir:extension ( [
       fhir:extension ( [
         fhir:url [
           fhir:v "reference"^^xsd:anyURI ;
           fhir:l fhir:reference
         ] ;
         fhir:value [
           a fhir:Reference ;
           fhir:l <http://hl7.org/fhir/uv/deqm/Observation/observation01> ;
           fhir:reference [ fhir:v "Observation/observation01" ]
         ]
       ] [
         fhir:url [
           fhir:v "path"^^xsd:anyURI ;
           fhir:l fhir:path
         ] ;
         fhir:value [
           a fhir:String ;
           fhir:v "value"
         ]
       ] ) ;
       fhir:url [
         fhir:v "http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-reasonDetail"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-reasonDetail>
       ]
     ] ) ;
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/uv/deqm/CodeSystem/deqm-care-gap-reason"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/deqm/CodeSystem/deqm-care-gap-reason>
       ] ;
       fhir:code [ fhir:v "ValueInRange" ] ;
       fhir:display [ fhir:v "Value is within specified range" ]
     ] )
  ] ) . # 

<http://hl7.org/fhir/uv/deqm/Patient/patient01> a fhir:Uv .

<http://hl7.org/fhir/uv/deqm/Observation/observation01> a fhir:Uv .

# -------------------------------------------------------------------------------------

