Clinical Practice Guidelines
2.0.0 - trial-use 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 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-groupdefinition - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "chf-groupdefinition"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-groupdefinition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-groupdefinition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group chf-groupdefinition</b></p><a name=\"chf-groupdefinition\"> </a><a name=\"hcchf-groupdefinition\"> </a><a name=\"chf-groupdefinition-en-US\"> </a><p><b>CQF Expression</b>: <a href=\"http://hl7.org/fhir/uv/cpg/Library/CHF\"><span title=\"text/cql-identifier\"><code>Eligibility Criteria</code></span></a></p><p><b>active</b>: true</p><p><b>type</b>: Person</p><p><b>actual</b>: false</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 42343007}\">Congestive heart failure (disorder)</span></p><p><b>name</b>: Congestive Heart Failure Patients (definition)</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-expression"^^xsd:anyURI ] ;
fhir:value [
a fhir:Expression ;
fhir:language [ fhir:v "text/cql-identifier" ] ;
fhir:expression [ fhir:v "Eligibility Criteria" ] ;
fhir:reference [ fhir:v "http://hl7.org/fhir/uv/cpg/Library/CHF"^^xsd:anyURI ]     ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:actual [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:code [
    ( fhir:coding [
a sct:42343007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "42343007" ] ;
fhir:display [ fhir:v "Congestive heart failure (disorder)" ]     ] )
  ] ; # 
  fhir:name [ fhir:v "Congestive Heart Failure Patients (definition)"] . #