2022 CDC Clinical Practice Guideline for Prescribing Opioids Implementation Guide, published by Centers for Disease Control and Prevention (CDC). This guide is not an authorized publication; it is the continuous build for version 2022.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/opioid-cds-r4/ and changes regularly. See the Directory of published versions
: CQFToolingDevice - TTL Representation
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:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "cqf-tooling"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/device-softwaresystem-cqfm"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/device-softwaresystem-cqfm> ] )
] ; #
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: Device cqf-tooling</b></p><a name=\"cqf-tooling\"> </a><a name=\"hccqf-tooling\"> </a><a name=\"cqf-tooling-en-US\"> </a><p><b>manufacturer</b>: CQFramework</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>cqf-tooling</td><td>Manufacturer name</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/cqfmeasures/CodeSystem/software-system-type tooling}\">Tooling</span></p><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>2.4.0-SNAPSHOT</td></tr></table></div>"
] ; #
fhir:manufacturer [ fhir:v "CQFramework"] ; #
fhir:deviceName ( [
fhir:name [ fhir:v "cqf-tooling" ] ;
fhir:type [ fhir:v "manufacturer-name" ]
] ) ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/software-system-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "tooling" ] ] )
] ; #
fhir:version ( [
fhir:value [ fhir:v "2.4.0-SNAPSHOT" ]
] ) . #