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

: Oncology Participant 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Encounter/oncologist-participant> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "oncologist-participant"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter oncologist-participant</b></p><a name=\"oncologist-participant\"> </a><a name=\"hconcologist-participant\"> </a><blockquote><p><b>Data Date-Roller Extension</b></p><ul><li>dateLastUpdated: 2023-05-01</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/7.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (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: 1983-01-10</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://nucc.org/provider-taxonomy 207RX0202X}\">Medical Oncology Physician</span></td><td><a href=\"PractitionerRole-oncology-specialist.html\">PractitionerRole: period = 2021-11-24 --&gt; 2023-11-24; specialty = Medical Oncology Physician</a></td></tr></table><p><b>period</b>: 2022-11-29 --&gt; 2022-11-29</p></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:Encounter.status [ fhir:value "finished"] ;
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
     fhir:Coding.code [ fhir:value "AMB" ] ;
     fhir:Coding.display [ fhir:value "ambulatory" ]
  ] ;
  fhir:Encounter.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://www.ama-assn.org/go/cpt" ] ;
       fhir:Coding.code [ fhir:value "99203" ] ;
       fhir:Coding.display [ fhir:value "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:Encounter.subject [
     fhir:link <http://hl7.org/fhir/Patient/example-opioidcds> ;
     fhir:Reference.reference [ fhir:value "Patient/example-opioidcds" ]
  ] ;
  fhir:Encounter.participant [
     fhir:index 0 ;
     fhir:Encounter.participant.type [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://nucc.org/provider-taxonomy" ] ;
         fhir:Coding.code [ fhir:value "207RX0202X" ] ;
         fhir:Coding.display [ fhir:value "Medical Oncology Physician" ]
       ]
     ] ;
     fhir:Encounter.participant.individual [
       fhir:link <http://hl7.org/fhir/PractitionerRole/oncology-specialist> ;
       fhir:Reference.reference [ fhir:value "PractitionerRole/oncology-specialist" ]
     ]
  ] ;
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2022-11-29"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2022-11-29"^^xsd:date ]
  ] .

<http://hl7.org/fhir/Patient/example-opioidcds> a fhir:Patient .

<http://hl7.org/fhir/PractitionerRole/oncology-specialist> a fhir:PractitionerRole .

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

<http://hl7.org/fhir/Encounter/oncologist-participant.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Encounter/oncologist-participant.ttl> .