Quality Measure Implementation Guide
5.0.0 - STU5 United States of America flag

Quality Measure Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 5.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-measures/ and changes regularly. See the Directory of published versions

: Intended Venue Codes - TTL Representation

Active as of 2024-10-21

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "intended-venue-codes"] ; # 
  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: CodeSystem intended-venue-codes</b></p><a name=\"intended-venue-codes\"> </a><a name=\"hcintended-venue-codes\"> </a><a name=\"intended-venue-codes-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/us/cqfmeasures/CodeSystem/intended-venue-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">eh<a name=\"intended-venue-codes-eh\"> </a></td><td>EH</td><td>An eligible hospital is an acute care facility that is eligible to participate in a quality measurement initiative.</td></tr><tr><td style=\"white-space:nowrap\">ec<a name=\"intended-venue-codes-ec\"> </a></td><td>EC</td><td>An eligible clinician is a clinician who is eligible to participate in a quality measurement intiative.</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cqi" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/intended-venue-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.0"] ; # 
  fhir:name [ fhir:v "IntendedVenueCodes"] ; # 
  fhir:title [ fhir:v "Intended Venue Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-10-21T16:35:20+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Clinical Quality Information"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The Intended Venue code system defines codes used to distinguish measures that are developed with the intent to be used in a particular venue, establishing expectations for the types of data that will be available from systems in that environment."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://hl7.org/fhir/us/cqfmeasures/ValueSet/intended-venue"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cqfmeasures/ValueSet/intended-venue>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "eh" ] ;
fhir:display [ fhir:v "EH" ] ;
fhir:definition [ fhir:v "An eligible hospital is an acute care facility that is eligible to participate in a quality measurement initiative." ]
  ] [
fhir:code [ fhir:v "ec" ] ;
fhir:display [ fhir:v "EC" ] ;
fhir:definition [ fhir:v "An eligible clinician is a clinician who is eligible to participate in a quality measurement intiative." ]
  ] ) . #