eCQM QICore Content Subset Implementation Guide
2024.0.0 - CI Build

eCQM QICore Content Subset Implementation Guide, published by cqframework. This guide is not an authorized publication; it is the continuous build for version 2024.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/ecqm-content-qicore-2024-subset/ and changes regularly. See the Directory of published versions

: Extended Usage Context Type - TTL Representation

Active as of 2024-09-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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "extended-usage-context-type"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablevalueset>     ] )
  ] ; # 
  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: ValueSet extended-usage-context-type</b></p><a name=\"extended-usage-context-type\"> </a><a name=\"hcextended-usage-context-type\"> </a><a name=\"extended-usage-context-type-en-US\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-extended-usage-context-type-codes.html\"><code>http://terminology.hl7.org/CodeSystem/extended-usage-context-type-codes</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/extended-usage-context-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "ExtendedUsageContextType"] ; # 
  fhir:title [ fhir:v "Extended Usage Context Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-21T18:47:49+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Clinical Quality Information Workgroup"] ; # 
  fhir:description [ fhir:v "Additional codes for use in identifying usage contexts for conformance artifacts."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/extended-usage-context-type-codes"^^xsd:anyURI ]     ] )
  ] . #