2022 CDC Clinical Practice Guideline for Prescribing Opioids Implementation Guide
2022.1.1 - Release 2022.1

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

: OpioidCDS Patient - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Patient/example-opioidcds> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-opioidcds"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient example-opioidcds</b></p><a name=\"example-opioidcds\"> </a><a name=\"hcexample-opioidcds\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">opioidcds example  Male, DoB: 1983-01-10</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">751 E Apple Drive Novi MI 48376 (home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Declares the DateLastUpdated and Frequency arguments to be used by the Data Date Roller for maintaining/rolling test data dates to keep them from going stale.\">Data Date-Roller Extension:</td><td colspan=\"3\"><ul><li>dateLastUpdated: 2023-05-01</li><li>frequency: No display for Duration </li></ul></td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "dateLastUpdated" ] ;
       fhir:Extension.valueDateTime [ fhir:value "2023-05-01"^^xsd:date ]
     ], [
       fhir:index 1 ;
       fhir:Extension.url [ fhir:value "frequency" ] ;
       fhir:Extension.valueDuration [
         fhir:Quantity.value [ fhir:value "30.0"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "days" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "d" ]
       ]
     ] ;
     fhir:Extension.url [ fhir:value "http://fhir.org/guides/cdc/opioid-cds/StructureDefinition/dataDateRoller" ]
  ] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:HumanName.family [ fhir:value "example" ] ;
     fhir:HumanName.given [
       fhir:value "opioidcds" ;
       fhir:index 0
     ]
  ] ;
  fhir:Patient.gender [ fhir:value "male"] ;
  fhir:Patient.birthDate [ fhir:value "1983-01-10"^^xsd:date] ;
  fhir:Patient.address [
     fhir:index 0 ;
     fhir:Address.use [ fhir:value "home" ] ;
     fhir:Address.type [ fhir:value "postal" ] ;
     fhir:Address.line [
       fhir:value "751 E Apple Drive" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Novi" ] ;
     fhir:Address.district [ fhir:value "Oakland County" ] ;
     fhir:Address.state [ fhir:value "MI" ] ;
     fhir:Address.postalCode [ fhir:value "48376" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Patient/example-opioidcds.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Patient/example-opioidcds.ttl> .