Clinical Practice Guidelines
2.0.0-draft - draft International flag

Clinical Practice Guidelines, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cqf-recommendations/ and changes regularly. See the Directory of published versions

: chf-scenario1-o2sat1 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "chf-scenario1-o2sat1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/chf-o2-sat"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/chf-o2-sat>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation chf-scenario1-o2sat1</b></p><a name=\"chf-scenario1-o2sat1\"> </a><a name=\"hcchf-scenario1-o2sat1\"> </a><a name=\"chf-scenario1-o2sat1-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2708-6}\">Oxygen saturation in Arterial blood</span></p><p><b>subject</b>: <a href=\"Patient-chf-scenario1-patient.html\">Patterson, Jeremy Male, DoB: 1949-03-17</a></p><p><b>encounter</b>: <a href=\"Encounter-chf-scenario1-encounter.html\">Encounter: status = in-progress; class = inpatient encounter (ActCode#IMP); type = Inpatient stay 9 days; priority = High priority; period = 2019-01-31 05:03:00+0000 --&gt; (ongoing)</a></p><p><b>effective</b>: 2019-02-03 05:08:00+0000</p><p><b>issued</b>: 2019-02-03 05:08:00+0000</p><p><b>performer</b>: <a href=\"PractitionerRole-chf-scenario1-practitionerrole.html\">PractitionerRole Specialist medical practitioner</a></p><p><b>value</b>: 87 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-instantiatesCaseFeature"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/chf-o2-sat"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/chf-o2-sat>     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-caseFeatureType"^^xsd:anyURI ] ;
fhir:value [ fhir:v "asserted" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vital-signs" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:2708-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2708-6" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/chf-scenario1-patient" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/chf-scenario1-encounter" ]
  ] ; # 
  fhir:effective [ fhir:v "2019-02-03T05:08:00Z"^^xsd:dateTime] ; # 
  fhir:issued [ fhir:v "2019-02-03T05:08:00Z"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/chf-scenario1-practitionerrole" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "87"^^xsd:decimal ] ;
fhir:unit [ fhir:v "%" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "%" ]
  ] . #