This page is part of the International Patient Access (v1.1.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MedRecExample1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medicationrequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medicationrequest> ] )
] ; #
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 MedRecExample1</b></p><a name=\"MedRecExample1\"> </a><a name=\"hcMedRecExample1\"> </a><a name=\"MedRecExample1-en-US\"> </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-ipa-medicationrequest.html\">IPA-MedicationRequest</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.840.114350.1.13.861.1.7.2.798268</code>/2454978 (use: usual, )</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location outpatient}\">Outpatient</span></p><p><b>medication</b>: <a href=\"Medication-MedExample1.html\">Percocet tablet</a></p><p><b>subject</b>: <a href=\"Patient-PatientExample1.html\">Friend, All</a></p><p><b>authoredOn</b>: 2018-09-20 15:41:39+0000</p><p><b>requester</b>: <a href=\"Practitioner-PractitionerExample1.html\">Clinician User</a></p><p><b>recorder</b>: <a href=\"Practitioner-PractitionerExample1.html\">Clinician User</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Code , Once</p><p><b>asNeeded</b>: false</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral</span></p><blockquote><p><b>doseAndRate</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type calculated}\">calculated</span></p><p><b>dose</b>: 15 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></p></blockquote><blockquote><p><b>doseAndRate</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type ordered}\">ordered</span></p><p><b>dose</b>: 10 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></p></blockquote></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "urn:oid:1.2.840.114350.1.13.861.1.7.2.798268"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2454978" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location"^^xsd:anyURI ] ;
fhir:code [ fhir:v "outpatient" ] ;
fhir:display [ fhir:v "Outpatient" ] ] ) ;
fhir:text [ fhir:v "Outpatient" ]
] ) ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/MedExample1" ] ;
fhir:display [ fhir:v "Percocet tablet" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample1" ] ;
fhir:display [ fhir:v "Friend, All" ]
] ; #
fhir:authoredOn [ fhir:v "2018-09-20T15:41:39Z"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/PractitionerExample1" ] ;
fhir:display [ fhir:v "Clinician User" ]
] ; #
fhir:recorder [
fhir:reference [ fhir:v "Practitioner/PractitionerExample1" ] ;
fhir:display [ fhir:v "Clinician User" ]
] ; #
fhir:dosageInstruction ( [
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2018-09-21T04:00:00Z"^^xsd:dateTime ] ] ] ;
fhir:code [
fhir:text [ fhir:v "2100" ] ] ] ;
fhir:asNeeded [
a fhir:boolean ;
fhir:v false ] ;
fhir:route [
( fhir:coding [
a sct:26643006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Oral route" ] ] ) ;
fhir:text [ fhir:v "Oral" ] ] ;
( fhir:doseAndRate [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "calculated" ] ;
fhir:display [ fhir:v "calculated" ] ] ) ;
fhir:text [ fhir:v "calculated" ] ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "15"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ] ] ] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ordered" ] ;
fhir:display [ fhir:v "ordered" ] ] ) ;
fhir:text [ fhir:v "ordered" ] ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ] ] ] )
] ) . #
IG © 2022+ HL7 International / Patient Care. Package hl7.fhir.uv.ipa#1.1.0 based on FHIR 4.0.1. Generated 2025-03-19
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change