Quality Measure STU2 for FHIR R4 Implementation Guide

This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v2.0.0: STU 2) based on FHIR R4. The current version which supercedes this version is 3.0.0. For a full list of available versions, see the Directory of published versions

ArtifactCommentType

@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:Resource.id [ fhir:value "artifact-comment-type"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/cqfmeasures/CodeSystem/artifact-comment-type 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:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/artifact-comment-type"];
  fhir:CodeSystem.version [ fhir:value "2.0.0"];
  fhir:CodeSystem.name [ fhir:value "ArtifactCommentType"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2019-03-14T23:21:03-06:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "Clinical Quality Information Workgroup"];
  fhir:CodeSystem.description [ fhir:value "The type of artifact comment (documentation, review, guidance)"];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ];
       fhir:Coding.display [ fhir:value "United States of America" ]     ]
  ];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [
     fhir:value "http://hl7.org/fhir/us/cqfmeasures/ValueSet/artifact-comment-type";
     fhir:link <http://hl7.org/fhir/us/cqfmeasures/ValueSet/artifact-comment-type>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "documentation" ];
     fhir:CodeSystem.concept.display [ fhir:value "Documentation" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The comment is providing additional documentation from an authoring perspective" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "review" ];
     fhir:CodeSystem.concept.display [ fhir:value "Review" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The comment is providing feedback from a reviewer and requires resolution" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "guidance" ];
     fhir:CodeSystem.concept.display [ fhir:value "Guidance" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The comment is providing usage guidance to an artifact consumer" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.