Data Exchange Profiles for 2022 CDC Clinical Practice Guideline for Prescribing Opioids - Downloaded Version 1.0.0-ballot See the Directory of published versions
: Barbiturate Urine Drug Screening Result Observation Example - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "barbiturate-urine-drug-screening-result"] ; #
fhir:meta [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Barbiturate Urine Drug Screening Result Observation Example" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ] ;
fhir:value [
a fhir:markdown ;
fhir:v "This is a barbiturate UDS result example for the *Barbiturate Urine Drug Screening Result Observation Profile*." ] ] ) ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/cdc-opioid-cpg/StructureDefinition/BarbiturateUrineDrugScreeningResultObservation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cdc-opioid-cpg/StructureDefinition/BarbiturateUrineDrugScreeningResultObservation> ] )
] ; #
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: Observation barbiturate-urine-drug-screening-result</b></p><a name=\"barbiturate-urine-drug-screening-result\"> </a><a name=\"hcbarbiturate-urine-drug-screening-result\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-BarbiturateUrineDrugScreeningResultObservation.html\">Barbiturate Urine Drug Screening Result Observation Profile</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 3372-0}\">Barbiturate Scn Absent Ur</span></p><p><b>subject</b>: <a href=\"Patient-opioid-review-useful.html\">Johnny Appleseed Male, DoB: 1983-01-10 ( Medical Record Number: 12345 (use: usual, ))</a></p><p><b>effective</b>: 2025-07-01</p><p><b>performer</b>: <a href=\"http://hl7.org/fhir/us/qicore/STU6/PractitionerRole-example.html\">PractitionerRole Clinic/Center</a></p><p><b>value</b>: negative</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ;
fhir:display [ fhir:v "Laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:3372-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3372-0" ] ;
fhir:display [ fhir:v "Barbiturate Scn Absent Ur" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/opioid-review-useful" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2025-07-01"^^xsd:date
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/example" ]
] ) ; #
fhir:value [
a fhir:string ;
fhir:v "negative"
] . #