Quality Measure Implementation Guide (STU5)
5.0.0-ballot2 - ballot United States of America flag

Quality Measure Implementation Guide (STU5), published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 5.0.0-ballot2 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

: Artifact Comment Type Codes - TTL Representation

Active as of 2024-05-02

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 "artifact-comment-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/cqfmeasures/CodeSystem/artifact-comment-type</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\">documentation<a name=\"artifact-comment-type-documentation\"> </a></td><td>Documentation</td><td>The comment is providing additional documentation from an authoring perspective</td></tr><tr><td style=\"white-space:nowrap\">review<a name=\"artifact-comment-type-review\"> </a></td><td>Review</td><td>The comment is providing feedback from a reviewer and requires resolution</td></tr><tr><td style=\"white-space:nowrap\">guidance<a name=\"artifact-comment-type-guidance\"> </a></td><td>Guidance</td><td>The comment is providing usage guidance to an artifact consumer</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/artifact-comment-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.0"] ; # 
  fhir:name [ fhir:v "ArtifactCommentType"] ; # 
  fhir:title [ fhir:v "Artifact Comment Type Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-05-02T17:31:23+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 type of artifact comment (documentation, review, guidance)"] ; # 
  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/artifact-comment-type"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cqfmeasures/ValueSet/artifact-comment-type>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "documentation" ] ;
fhir:display [ fhir:v "Documentation" ] ;
fhir:definition [ fhir:v "The comment is providing additional documentation from an authoring perspective" ]
  ] [
fhir:code [ fhir:v "review" ] ;
fhir:display [ fhir:v "Review" ] ;
fhir:definition [ fhir:v "The comment is providing feedback from a reviewer and requires resolution" ]
  ] [
fhir:code [ fhir:v "guidance" ] ;
fhir:display [ fhir:v "Guidance" ] ;
fhir:definition [ fhir:v "The comment is providing usage guidance to an artifact consumer" ]
  ] ) . #