CPG Opioid Prescribing Guideline Examples
1.0.0 - ci-build International flag

CPG Opioid Prescribing Guideline Examples, published by HL7 International - Clinical Decision Support WG. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/cpg-example-opioids/ and changes regularly. See the Directory of published versions

: CDC Opioid Prescribing Guideline Recommendation #7 - Risk Assessment ProcedureRequest - TTL Representation

Draft as of 2024-08-23

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ActivityDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "opioidcds-riskassessment-request"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computableactivity"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computableactivity>     ] )
  ] ; # 
  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: ActivityDefinition opioidcds-riskassessment-request</b></p><a name=\"opioidcds-riskassessment-request\"> </a><a name=\"hcopioidcds-riskassessment-request\"> </a><a name=\"opioidcds-riskassessment-request-en-US\"> </a><p><b>url</b>: <a href=\"ActivityDefinition-opioidcds-riskassessment-request.html\">ActivityDefinition CDC Opioid Prescribing Guideline Recommendation #7 - Risk Assessment ProcedureRequest</a></p><p><b>version</b>: 1.0.0</p><p><b>name</b>: OpioidCDS_RiskAssessment_Request</p><p><b>title</b>: CDC Opioid Prescribing Guideline Recommendation #7 - Risk Assessment ProcedureRequest</p><p><b>status</b>: Draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2024-08-23 15:50:14+0000</p><p><b>publisher</b>: HL7 International - Clinical Decision Support WG</p><p><b>contact</b>: HL7 International - Clinical Decision Support WG: <a href=\"http://www.hl7.org/Special/committees/dss/index.cfm\">http://www.hl7.org/Special/committees/dss/index.cfm</a></p><p><b>description</b>: </p><div><p>As part of the workflow for recommendation 7, it is recommended that a risk assessment be conducted if the inclusion criteria is met.</p>\n</div><h3>UseContexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-usage-context-type.html#usage-context-type-focus\">UsageContextType</a> focus: Clinical Focus</td><td><span title=\"Codes:{http://snomed.info/sct 225314003}\">Risk management (procedure)</span></td></tr></table><p><b>jurisdiction</b>: <span title=\"Codes:{http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">World</span></p><p><b>purpose</b>: </p><div><p>Provides dynamic risk assessment suggestion as part of recommendation 7 workflow.</p>\n</div><p><b>usage</b>: Used to create a risk assessment ProcedureRequest when the inclusion criteria is satisfied for recommendation 7.</p><p><b>copyright</b>: </p><div><p>CDC 2016+</p>\n</div><p><b>topic</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/definition-topic assessment}\">Opioid Prescribing</span></p><p><b>author</b>: Kensaku Kawamoto, MD, PhD, MHS: , Bryn Rhodes: , Floyd Eisenberg, MD, MPH: , Robert McClure, MD, MPH: </p><p><b>kind</b>: ServiceRequest</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 454281000124100}\">Assessment of risk for opioid abuse (procedure)</span></p></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/opiods/ActivityDefinition/opioidcds-riskassessment-request"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "OpioidCDS_RiskAssessment_Request"] ; # 
  fhir:title [ fhir:v "CDC Opioid Prescribing Guideline Recommendation #7 - Risk Assessment ProcedureRequest"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-08-23T15:50:14+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International - Clinical Decision Support WG"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Clinical Decision Support WG" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss/index.cfm" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "As part of the workflow for recommendation 7, it is recommended that a risk assessment be conducted if the inclusion criteria is met."] ; # 
  fhir:useContext ( [
fhir:code [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "focus" ] ;
fhir:display [ fhir:v "Clinical Focus" ]     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:225314003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "225314003" ] ;
fhir:display [ fhir:v "Risk management (procedure)" ]       ] )     ]
  ] ) ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:purpose [ fhir:v "Provides dynamic risk assessment suggestion as part of recommendation 7 workflow."] ; # 
  fhir:usage [ fhir:v "Used to create a risk assessment ProcedureRequest when the inclusion criteria is satisfied for recommendation 7."] ; # 
  fhir:copyright [ fhir:v "CDC 2016+"] ; # 
  fhir:topic ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/definition-topic"^^xsd:anyURI ] ;
fhir:code [ fhir:v "assessment" ] ;
fhir:display [ fhir:v "Assessment" ]     ] ) ;
fhir:text [ fhir:v "Opioid Prescribing" ]
  ] ) ; # 
  fhir:author ( [
fhir:name [ fhir:v "Kensaku Kawamoto, MD, PhD, MHS" ]
  ] [
fhir:name [ fhir:v "Bryn Rhodes" ]
  ] [
fhir:name [ fhir:v "Floyd Eisenberg, MD, MPH" ]
  ] [
fhir:name [ fhir:v "Robert McClure, MD, MPH" ]
  ] ) ; # 
  fhir:kind [ fhir:v "ServiceRequest"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:454281000124100 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "454281000124100" ] ;
fhir:display [ fhir:v "Assessment of risk for opioid abuse (procedure)" ]     ] )
  ] . #