Data Exchange Profiles for 2022 CDC Clinical Practice Guideline for Prescribing Opioids - Downloaded Version 1.0.0-ballot See the Directory of published versions
: Opioid Review Useful Patient Example - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@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:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "opioid-review-useful"] ; #
fhir:meta [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Opioid Review Useful Patient Example" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ] ;
fhir:value [
a fhir:markdown ;
fhir:v "This is an opioid review useful patient example for the *Opioid Review Useful Patient Profile*." ] ] ) ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/cdc-opioid-cpg/StructureDefinition/OpioidReviewUsefulPatient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cdc-opioid-cpg/StructureDefinition/OpioidReviewUsefulPatient> ] )
] ; #
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: Patient opioid-review-useful</b></p><a name=\"opioid-review-useful\"> </a><a name=\"hcopioid-review-useful\"> </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-OpioidReviewUsefulPatient.html\">Opioid Review Useful Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Johnny Appleseed Male, DoB: 1983-01-10 ( Medical Record Number: 12345 (use: usual, ))</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></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical Record Number" ] ] ) ;
fhir:text [ fhir:v "Medical Record Number" ] ] ;
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Appleseed" ] ;
( fhir:given [ fhir:v "Johnny" ] )
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1983-01-10"^^xsd:date] ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "postal" ] ;
( fhir:line [ fhir:v "751 E Apple Drive" ] ) ;
fhir:city [ fhir:v "Novi" ] ;
fhir:district [ fhir:v "Oakland County" ] ;
fhir:state [ fhir:v "MI" ] ;
fhir:postalCode [ fhir:v "48376" ]
] ) . #