@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 "ee292590-504a-4664-865a-bb61fa37f325"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-medication-request-draft"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-medication-request-draft> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest ee292590-504a-4664-865a-bb61fa37f325</b></p><a name=\"ee292590-504a-4664-865a-bb61fa37f325\"> </a><a name=\"hcee292590-504a-4664-865a-bb61fa37f325\"> </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-mr-medication-request-draft.html\">MR MedicationRequest Draft</a></p></div><p><b>Prescription Type Extension</b>: <a href=\"CodeSystem-mr-prescription-type.html#mr-prescription-type-3\">Prescription Type CodeSystem 3</a>: Paperless</p><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"#hcee292590-504a-4664-865a-bb61fa37f325/1\">Medication Vortioxetine 15 mg tablet, 28</a></p><p><b>subject</b>: <a href=\"Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html\">Mila Female, DoB: 1990-11-29 ( Medicare Number: 32788511952 (, period: (?) --> 2025-02))</a></p><p><b>encounter</b>: Identifier: <code>http://fhir.medirecords.com/id/tenant-scoped/encounter/77b523ca-dda8-4488-83ea-9f0553c107fb</code>/12345</p><p><b>authoredOn</b>: 2021-12-21 12:43:30+1100</p><p><b>requester</b>: <a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Practitioner John Smith </a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Timing</b></td></tr><tr><td style=\"display: none\">*</td><td>Once</td></tr></table><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>0</td><td>28</td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication #1</b></p><a name=\"ee292590-504a-4664-865a-bb61fa37f325/1\"> </a><a name=\"hcee292590-504a-4664-865a-bb61fa37f325/1\"> </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-mr-medication-draft.html\">MR Medication Draft</a></p></div><p><b>Medication Strength</b>: 15 mg</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 712781000168103}\">Vortioxetine MH 15mg</span></p><p><b>form</b>: <span title=\"Codes:\">Tablet</span></p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:contained ( [
a fhir:Medication ;
fhir:id [ fhir:v "1" ] ;
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-medication-draft"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-medication-draft> ] ) ] ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/medication-strength"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "15 mg" ] ] ) ;
fhir:code [
( fhir:coding [
a sct:712781000168103 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "712781000168103" ] ;
fhir:display [ fhir:v "Vortioxetine 15 mg tablet, 28" ] ] ) ;
fhir:text [ fhir:v "Vortioxetine MH 15mg" ] ] ;
fhir:form [
fhir:text [ fhir:v "Tablet" ] ]
] ) ; #
fhir:extension ( [
fhir:url [ fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-prescription-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://fhir.medirecords.com/CodeSystem/mr-prescription-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Paperless" ] ]
] ) ; #
fhir:status [ fhir:v "draft"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "#1" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c" ]
] ; #
fhir:encounter [
fhir:identifier [
fhir:system [ fhir:v "http://fhir.medirecords.com/id/tenant-scoped/encounter/77b523ca-dda8-4488-83ea-9f0553c107fb"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ] ]
] ; #
fhir:authoredOn [ fhir:v "2021-12-21T12:43:30+11:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054" ]
] ; #
fhir:dosageInstruction ( [
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2021-12-21T00:00:00+11:00"^^xsd:dateTime ] ] ] ]
] ) ; #
fhir:dispenseRequest [
fhir:numberOfRepeatsAllowed [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
fhir:quantity [
fhir:value [ fhir:v "28"^^xsd:decimal ] ]
] . #
IG © 2022+ . Package mr.r4.core#1.4.2 based on FHIR 4.0.1. Generated 2026-04-23
Links: Table of Contents |
QA Report