2022 CDC Clinical Practice Guideline for Prescribing Opioids Implementation Guide, published by CDC / Security Risk Solutions, Inc. (SRS). This guide is not an authorized publication; it is the continuous build for version 2022.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/security-rs/opioid-cds-r4/ and changes regularly. See the Directory of published versions
| Active as of 2019-08-08 |
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Library/FHIR-ModelInfo> a fhir:Library ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "FHIR-ModelInfo"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table class=\"grid dict\">\n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td style=\"padding-left: 4px;\">FHIR-ModelInfo</td>\n </tr>\n \n \n <tr>\n <th scope=\"row\"><b>Url: </b></th>\n <td style=\"padding-left: 4px;\"><a href=\"Library-FHIR-ModelInfo.html\">FHIR Model Definition</a></td>\n </tr>\n \n \n <tr>\n <th scope=\"row\"><b>Version: </b></th>\n <td style=\"padding-left: 4px;\">4.0.1</td>\n </tr>\n \n \n <tr>\n <th scope=\"row\"><b>Identifier: </b></th>\n <td style=\"padding-left: 4px;\">\n \n \n <p style=\"margin-bottom: 5px;\">\n <b>value: </b> <span>FHIR</span>\n </p>\n \n </td>\n </tr>\n \n <tr>\n <th scope=\"row\"><b>Identifier: </b></th>\n <td style=\"padding-left: 4px;\">\n \n \n <p style=\"margin-bottom: 5px;\">\n <b>value: </b> <span>urn:oid:2.16.840.1.114222.28.3</span>\n </p>\n \n </td>\n </tr>\n \n \n <tr>\n <th scope=\"row\"><b>Name: </b></th>\n <td style=\"padding-left: 4px;\">FHIR</td>\n </tr>\n \n \n <tr>\n <th scope=\"row\"><b>Title: </b></th>\n <td style=\"padding-left: 4px;\">FHIR Model Definition</td>\n </tr>\n \n \n \n <tr>\n <th scope=\"row\"><b>Status: </b></th>\n <td style=\"padding-left: 4px;\">active</td>\n </tr>\n \n \n \n <tr>\n <th scope=\"row\"><b>Type: </b></th>\n <td style=\"padding-left: 4px;\">\n \n \n \n <p style=\"margin-bottom: 5px;\">\n <b>system: </b> <span><a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-library-type.html\">http://terminology.hl7.org/CodeSystem/library-type</a></span>\n </p>\n \n \n <p style=\"margin-bottom: 5px;\">\n <b>code: </b> <span>model-definition</span>\n </p>\n \n \n \n \n \n </td>\n </tr>\n \n \n \n <tr>\n <th scope=\"row\"><b>Date: </b></th>\n <td style=\"padding-left: 4px;\">2019-08-08</td>\n </tr>\n \n \n <tr>\n <th scope=\"row\"><b>Publisher: </b></th>\n <td style=\"padding-left: 4px;\">CDC / Security Risk Solutions, Inc. (SRS)</td>\n </tr>\n \n \n <tr>\n <th scope=\"row\"><b>Description: </b></th>\n <td style=\"padding-left: 4px;\"><div><p>Model definition for the FHIR R4 (v4.0.1) Model</p>\n</div></td>\n </tr>\n \n \n \n \n \n \n \n \n <tr>\n <th scope=\"row\"><b>Copyright: </b></th>\n <td style=\"padding-left: 4px;\"><div><p>Centers for Disease Control and Prevention (CDC)</p>\n</div></td>\n </tr>\n \n \n <tr>\n <th scope=\"row\"><b>Approval Date: </b></th>\n <td style=\"padding-left: 4px;\">2019-08-08</td>\n </tr>\n \n \n <tr>\n <th scope=\"row\"><b>Last Review Date: </b></th>\n <td style=\"padding-left: 4px;\">2020-06-19</td>\n </tr>\n \n \n \n \n \n \n \n \n <tr>\n <td colspan=\"2\">\n <table>\n <tr><th><b>Content: </b> application/xml</th></tr>\n <tr><td><pre style=\"max-width: 1084px;\"><code/></pre></td></tr>\n </table>\n </td>\n </tr>\n \n \n </table>\n</div>"
] ;
fhir:Library.url [ fhir:value "http://fhir.org/guides/cdc/opioid-cds/Library/FHIR-ModelInfo"] ;
fhir:Library.identifier [
fhir:index 0 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "http://example.org/fhir/cqi/ecqm/Library/Identifier" ] ;
fhir:Identifier.value [ fhir:value "FHIR" ]
], [
fhir:index 1 ;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.114222.28.3" ]
] ;
fhir:Library.version [ fhir:value "4.0.1"] ;
fhir:Library.name [ fhir:value "FHIR"] ;
fhir:Library.title [ fhir:value "FHIR Model Definition"] ;
fhir:Library.status [ fhir:value "active"] ;
fhir:Library.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/library-type" ] ;
fhir:Coding.code [ fhir:value "model-definition" ]
]
] ;
fhir:Library.date [ fhir:value "2019-08-08"^^xsd:date] ;
fhir:Library.publisher [ fhir:value "CDC / Security Risk Solutions, Inc. (SRS)"] ;
fhir:Library.contact [
fhir:index 0 ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://www.securityrisksolutions.com" ]
]
] ;
fhir:Library.description [ fhir:value "Model definition for the FHIR R4 (v4.0.1) Model"] ;
fhir:Library.copyright [ fhir:value "Centers for Disease Control and Prevention (CDC)"] ;
fhir:Library.approvalDate [ fhir:value "2019-08-08"^^xsd:date] ;
fhir:Library.lastReviewDate [ fhir:value "2020-06-19"^^xsd:date] ;
fhir:Library.topic [
fhir:index 0 ;
fhir:CodeableConcept.text [ fhir:value "FHIR" ]
] ;
fhir:Library.content [
fhir:index 0 ;
fhir:Attachment.contentType [ fhir:value "application/xml" ] ;
fhir:Attachment.url [ fhir:value "https://github.com/cqframework/clinical_quality_language/blob/master/Src/java/quick/src/main/resources/org/hl7/fhir/fhir-modelinfo-4.0.1.xml" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Library/FHIR-ModelInfo.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Library/FHIR-ModelInfo.ttl> .
IG © 2019+ CDC / Security Risk Solutions, Inc. (SRS). Package fhir.cdc.opioid-cds-r4#2022.1.1 based on FHIR 4.0.1. Generated 2026-06-27
Links: Table of Contents |
QA Report
| New Issue | Issues
| Version History | License