Data Exchange Profiles for 2022 CDC Clinical Practice Guideline for Prescribing Opioids - Downloaded Version 1.0.0-ballot See the Directory of published versions
| Page standards status: Informative |
@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:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "oxycodone"] ; #
fhir:meta [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Oxycodone MedicationRequest Example" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ] ;
fhir:value [
a fhir:markdown ;
fhir:v "This is an oxycodone MedicationRequest example for the *Oxycodone MedicationRequest Profile*." ] ] ) ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/cdc-opioid-cpg/StructureDefinition/OxycodoneMedicationRequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cdc-opioid-cpg/StructureDefinition/OxycodoneMedicationRequest> ] )
] ; #
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: MedicationRequest oxycodone</b></p><a name=\"oxycodone\"> </a><a name=\"hcoxycodone\"> </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-OxycodoneMedicationRequest.html\">Oxycodone MedicationRequest Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Medication-oxycodone.html\">Medication acetaminophen 325 MG / oxycodone hydrochloride 5 MG Oral Tablet [Percocet]</a></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>authoredOn</b>: 2025-07-21</p><p><b>requester</b>: <a href=\"Practitioner-example.html\">Practitioner Ronald Bone </a></p><p><b>courseOfTherapyType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy continuous}\">Continuous long term therapy</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Once per 1.0 days</p><p><b>asNeeded</b>: false</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 TAB<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form codeTAB = 'Tablet')</span></td></tr></table></blockquote><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ValidityPeriod</b></td><td><b>NumberOfRepeatsAllowed</b></td></tr><tr><td style=\"display: none\">*</td><td>2025-07-21 00:00:00-0700 --> 2025-08-22 00:00:00-0700</td><td>1</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/oxycodone" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/opioid-review-useful" ]
] ; #
fhir:authoredOn [ fhir:v "2025-07-21"^^xsd:date] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/example" ]
] ; #
fhir:courseOfTherapyType [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "continuous" ] ] )
] ; #
fhir:dosageInstruction ( [
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v 1.0 ] ;
fhir:periodUnit [ fhir:v "d" ] ] ] ;
fhir:asNeeded [
a fhir:boolean ;
fhir:v false ] ;
( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "TAB" ] ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TAB" ] ] ] )
] ) ; #
fhir:dispenseRequest [
fhir:validityPeriod [
fhir:start [ fhir:v "2025-07-21T00:00:00-07:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-08-22T00:00:00-07:00"^^xsd:dateTime ] ] ;
fhir:numberOfRepeatsAllowed [ fhir:v "1"^^xsd:nonNegativeInteger ]
] . #
IG © 2024+ HL7 International / Clinical Decision Support. Package hl7.fhir.us.cdc-opioid-cpg#1.0.0-ballot based on FHIR 4.0.1. Generated 2025-08-01
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
