This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v5.0.0-ballot: STU5 (v5.0.0) Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.0.0. For a full list of available versions, see the Directory of published versions
Active as of 2019-03-14 |
@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 "executable-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ] [
fhir:v "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/executable-valueset-cqfm"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/executable-valueset-cqfm> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set contains 3 concepts</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>System</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"http---hl7.org-fhir-us-cqfmeasures-CodeSystem-artifact-comment-type-documentation\"> </a> <a href=\"CodeSystem-artifact-comment-type.html#artifact-comment-type-documentation\">documentation</a></td><td>http://hl7.org/fhir/us/cqfmeasures/CodeSystem/artifact-comment-type</td><td/><td><div><p>The comment is providing additional documentation from an authoring perspective</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"http---hl7.org-fhir-us-cqfmeasures-CodeSystem-artifact-comment-type-review\"> </a> <a href=\"CodeSystem-artifact-comment-type.html#artifact-comment-type-review\">review</a></td><td>http://hl7.org/fhir/us/cqfmeasures/CodeSystem/artifact-comment-type</td><td/><td><div><p>The comment is providing feedback from a reviewer and requires resolution</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"http---hl7.org-fhir-us-cqfmeasures-CodeSystem-artifact-comment-type-guidance\"> </a> <a href=\"CodeSystem-artifact-comment-type.html#artifact-comment-type-guidance\">guidance</a></td><td>http://hl7.org/fhir/us/cqfmeasures/CodeSystem/artifact-comment-type</td><td/><td><div><p>The comment is providing usage guidance to an artifact consumer</p>\n</div></td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/valueset-warning"^^xsd:anyURI ] ;
fhir:value [ fhir:v "This value set contains a point-in-time expansion enumerating the codes that meet the value set intent. As new versions of the code systems used by the value set are released, the contents of this expansion will need to be updated to incorporate newly defined codes that meet the value set intent. Before, and periodically during production use, the value set expansion contents SHOULD be updated." ]
] [
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/ValueSet/executable-example"^^xsd:anyURI] ; #
fhir:version [ fhir:v "5.0.0-ballot"] ; #
fhir:name [ fhir:v "ExecutableExample"] ; #
fhir:title [ fhir:v "Executable Example"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2019-03-14T23:21:03-06: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 "This value set is an illustration of an executable value set, based on the ArtifactCommentType value set, including all codes from the ArtifactCommentType code system."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:expansion [
fhir:timestamp [ fhir:v "2022-03-16T16:43:03-06:00"^^xsd:dateTime ] ;
( fhir:parameter [
fhir:name [ fhir:v "system-version" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/artifact-comment-type|3.0.0"^^xsd:anyURI ] ] ) ;
( fhir:contains [
fhir:system [ fhir:v "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/artifact-comment-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "documentation" ] ] [
fhir:system [ fhir:v "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/artifact-comment-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "review" ] ] [
fhir:system [ fhir:v "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/artifact-comment-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "guidance" ] ] )
] . #
IG © 2019+ HL7 International / Clinical Quality Information. Package hl7.fhir.us.cqfmeasures#5.0.0-ballot based on FHIR 4.0.1. Generated 2023-12-15
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change