2022 CDC Clinical Practice Guideline for Prescribing Opioids Implementation Guide
2022.1.0 - CI Build

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

: OpioidCDS CarePlan - 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:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-opioidcds"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.org/guides/cdc/opioid-cds/StructureDefinition/cdc-careplan"^^xsd:anyURI ;
fhir:link <http://fhir.org/guides/cdc/opioid-cds/StructureDefinition/cdc-careplan>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CarePlan</b><a name=\"example-opioidcds\"> </a><a name=\"hcexample-opioidcds\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource CarePlan &quot;example-opioidcds&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdc-careplan.html\">CDC_CarePlan</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: proposal</p><p><b>subject</b>: <a href=\"Patient-example-opioidcds.html\">Patient/example-opioidcds</a> &quot; EXAMPLE&quot;</p><h3>Activities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"RequestGroup-example-opioidcds.html\">RequestGroup/example-opioidcds</a></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "proposal"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-opioidcds" ]
  ] ; # 
  fhir:activity ( [
fhir:reference [
fhir:reference [ fhir:v "RequestGroup/example-opioidcds" ]     ]
  ] ) . #