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

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

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

 a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "oncology-specialist"] ; # 
  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: PractitionerRole oncology-specialist</b></p><a name=\"oncology-specialist\"> </a><a name=\"hconcology-specialist\"> </a><a name=\"oncology-specialist-en-US\"> </a><p><b>active</b>: true</p><p><b>period</b>: 2021-11-24 --&gt; 2023-11-24</p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394593009}\">Medical Oncology</span></p></div>"
  ] ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:period [
fhir:start [ fhir:v "2021-11-24"^^xsd:date ] ;
fhir:end [ fhir:v "2023-11-24"^^xsd:date ]
  ] ; # 
  fhir:specialty ( [
    ( fhir:coding [
a sct:394593009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394593009" ] ;
fhir:display [ fhir:v "Medical Oncology" ]     ] )
  ] ) . #