Opioid Prescribing Support Implementation Guide
2016.4.0 - CI Build

Opioid Prescribing Support 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 2016.4.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

: Cancer Diagnosis Encounter - 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:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cancer-diagnosis"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter cancer-diagnosis</b></p><a name=\"cancer-diagnosis\"> </a><a name=\"hccancer-diagnosis\"> </a><a name=\"cancer-diagnosis-en-US\"> </a><blockquote><p><b>Data Date-Roller Extension</b></p><ul><li>dateLastUpdated: 2022-12-13</li><li>frequency: No display for Duration  (value: 30.0; unit: days; system: http://unitsofmeasure.org; code: d)</li></ul></blockquote><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode</a> AMB: ambulatory</p><p><b>type</b>: <span title=\"Codes:{http://www.ama-assn.org/go/cpt 99203}\">Office or other outpatient visit for the evaluation and management of a new patient, which requires a medically appropriate history and/or examination and low level of medical decision making. When using time for code selection, 30-44 minutes of total time is spent on the date of the encounter.</span></p><p><b>subject</b>: <a href=\"Patient-example-opioidcds.html\">opioidcds example  Male, DoB: 1982-08-24</a></p><p><b>period</b>: 2022-08-13 --&gt; 2022-08-13</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-cancer-diagnosis.html\">Condition Malignant melanoma of skin</a></td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "dateLastUpdated"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2022-12-13"^^xsd:date ]     ] [
fhir:url [ fhir:v "frequency"^^xsd:anyURI ] ;
fhir:value [
a fhir:Duration ;
fhir:value [ fhir:v "30.0"^^xsd:decimal ] ;
fhir:unit [ fhir:v "days" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]       ]     ] ) ;
fhir:url [ fhir:v "http://fhir.org/guides/cdc/opioid-cds/StructureDefinition/dataDateRoller"^^xsd:anyURI ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ] ;
fhir:display [ fhir:v "ambulatory" ]
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
fhir:version [ fhir:v "2021" ] ;
fhir:code [ fhir:v "99203" ] ;
fhir:display [ fhir:v "Office or other outpatient visit for the evaluation and management of a new patient, which requires a medically appropriate history and/or examination and low level of medical decision making. When using time for code selection, 30-44 minutes of total time is spent on the date of the encounter." ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-opioidcds" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2022-08-13"^^xsd:date ] ;
fhir:end [ fhir:v "2022-08-13"^^xsd:date ]
  ] ; # 
  fhir:diagnosis ( [
fhir:condition [
fhir:reference [ fhir:v "Condition/cancer-diagnosis" ]     ]
  ] ) . #