Clinical Practice Guidelines
2.0.0-ballot - ballot 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-ballot 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-jvp2 - TTL Representation

Raw ttl | Download


@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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "chf-scenario1-jvp2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/chf-jvp"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/chf-jvp>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"chf-scenario1-jvp2\"> </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 Observation &quot;chf-scenario1-jvp2&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-chf-jvp.html\">CHF Jugular Venous Pressure</a></p></div><p><b>CPG Instantiates Case Feature Extension</b>: <a href=\"StructureDefinition-chf-jvp.html\">CHF Jugular Venous Pressure</a></p><p><b>CPG Case Feature Type Extension</b>: asserted</p><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: Jugular venous pressure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-chf-codes.html\">CHF Codes</a>#jvp)</span></p><p><b>subject</b>: <a href=\"Patient-chf-scenario1-patient.html\">Patient/chf-scenario1-patient</a> &quot; PATTERSON&quot;</p><p><b>encounter</b>: <a href=\"Encounter-chf-scenario1-encounter.html\">Encounter/chf-scenario1-encounter</a></p><p><b>effective</b>: 2019-02-01 07:00:00+0000</p><p><b>issued</b>: Feb 1, 2019, 7:00:00 AM</p><p><b>performer</b>: <a href=\"PractitionerRole-chf-scenario1-practitionerrole.html\">PractitionerRole/chf-scenario1-practitionerrole</a></p><p><b>value</b>: 8.5 cmH2O<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code cm[H2O] = 'cm[H2O]')</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-jvp"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/chf-jvp>     ]
  ] [
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 [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/cpg/CodeSystem/chf-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "jvp" ]     ] )
  ] ; # 
  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-01T07:00:00Z"^^xsd:dateTime] ; # 
  fhir:issued [ fhir:v "2019-02-01T07:00:00Z"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/chf-scenario1-practitionerrole" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "8.5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "cmH2O" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cm[H2O]" ]
  ] . #