Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 "medication-request-full-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-medicationrequest"^^xsd:anyURI ;
fhir:link <https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-medicationrequest> ] ) ;
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "U" ] ;
fhir:display [ fhir:v "unrestricted" ] ] ) ;
( fhir:tag [
fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/writeback-action-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "approved" ] ;
fhir:display [ fhir:v "Approved write back" ] ] )
] ; #
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 medication-request-full-example</b></p><a name=\"medication-request-full-example\"> </a><a name=\"hcmedication-request-full-example\"> </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-alex-medicationrequest.html\">Medication Request Profile</a></p><p style=\"margin-bottom: 0px\">Tag: Approved write back (Details: Writeback Action Type CodeSystem code approved = 'Approved write back')</p><p style=\"margin-bottom: 0px\">Security Label: unrestricted (Details: Confidentiality code U = 'unrestricted')</p></div><p><b>Medication Long Term extension</b>: true</p><p><b>Medication Scheme extension</b>: <a href=\"CodeSystem-medication-scheme.html#medication-scheme-pbs\">Medication Scheme Code System pbs</a>: pbs</p><p><b>Medication Unusual Dose extension</b>: true</p><p><b>Medication Regulation 24 extension</b>: true</p><p><b>Medication Authority Number extension</b>: 123456</p><p><b>Medication Approved Number extension</b>: 123456</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: Urgent</p><p><b>medication</b>: <span title=\"Codes:{http://www.mims.com.au/codes m018510101}\">ACICLOVIR 200 MG TABLET: DISPERSIBLE</span></p><p><b>subject</b>: <a href=\"https://alexapitest.medtechglobal.com.au/fhir/Patient/317b783845c89c677bad0dcce08ae0d3\">Medication Sally</a></p><p><b>authoredOn</b>: 2023-03-23 17:14:43+1300</p><p><b>requester</b>: <a href=\"https://alexapitest.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91\">Dr Alex Api</a></p><p><b>note</b>: </p><blockquote><div><p>This is a note</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 2 tablet, Twice Daily, 1 week</p><p><b>patientInstruction</b>: After food.</p><p><b>timing</b>: Code </p><p><b>route</b>: <span title=\"Codes:{https://alexapi.medtechglobal.com.au/fhir/CodeSystem/route-of-administration left-ear}\">left ear</span></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>2 tablet</td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 2</p><p><b>quantity</b>: 12 tablet</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>week</td><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td><td>wk</td></tr></table></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/medication-long-term"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v true ]
] [
fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/medication-scheme"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/medication-scheme"^^xsd:anyURI ] ;
fhir:code [ fhir:v "pbs" ] ;
fhir:display [ fhir:v "pbs" ] ]
] [
fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/medication-unusual-dose"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v true ]
] [
fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/medication-regulation-24"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v true ]
] [
fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/medication-authority-number"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "123456" ]
] [
fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/medication-approved-number"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "123456" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:priority [ fhir:v "urgent"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://www.mims.com.au/codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "m018510101" ] ;
fhir:display [ fhir:v "ACICLOVIR 200 MG TABLET: DISPERSIBLE" ] ] ) ;
fhir:text [ fhir:v "ACICLOVIR 200 MG TABLET: DISPERSIBLE" ]
] ; #
fhir:subject [
fhir:link <https://alexapitest.medtechglobal.com.au/fhir/Patient/317b783845c89c677bad0dcce08ae0d3> ;
fhir:reference [ fhir:v "https://alexapitest.medtechglobal.com.au/fhir/Patient/317b783845c89c677bad0dcce08ae0d3" ] ;
fhir:display [ fhir:v "Medication Sally" ]
] ; #
fhir:authoredOn [ fhir:v "2023-03-23T17:14:43+13:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:link <https://alexapitest.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91> ;
fhir:reference [ fhir:v "https://alexapitest.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91" ] ;
fhir:display [ fhir:v "Dr Alex Api" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "This is a note" ]
] ) ; #
fhir:dosageInstruction ( [
fhir:text [ fhir:v "2 tablet, Twice Daily, 1 week" ] ;
fhir:patientInstruction [ fhir:v "After food." ] ;
fhir:timing [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/daily-frequency"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TW" ] ;
fhir:display [ fhir:v "Twice weekly" ] ] ) ] ] ;
fhir:route [
( fhir:coding [
fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/route-of-administration"^^xsd:anyURI ] ;
fhir:code [ fhir:v "left-ear" ] ;
fhir:display [ fhir:v "left ear" ] ] ) ] ;
( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tablet" ] ] ] )
] ) ; #
fhir:dispenseRequest [
fhir:numberOfRepeatsAllowed [ fhir:v "2"^^xsd:nonNegativeInteger ] ;
fhir:quantity [
fhir:value [ fhir:v "12"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tablet" ] ] ;
fhir:expectedSupplyDuration [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "week" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "wk" ] ]
] . #
IG © 2024+ Medtech Global. Package medtechglobal.fhir.alex#0.0.1 based on FHIR 4.0.1. Generated 2025-07-09
Links: Table of Contents |
QA Report