HL7 Europe Medication Prescription and Dispense, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/mpd/ and changes regularly. See the Directory of published versions
: 300C-2-medication-prescription-request1 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "300C-2-medication-prescription-request1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/mpd/StructureDefinition/MedicationRequest-eu-mpd"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/mpd/StructureDefinition/MedicationRequest-eu-mpd> ] )
] ; #
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 300C-2-medication-prescription-request1</b></p><a name=\"300C-2-medication-prescription-request1\"> </a><a name=\"hc300C-2-medication-prescription-request1\"> </a><a name=\"300C-2-medication-prescription-request1-en-US\"> </a><p><b>identifier</b>: 300-1/2</p><p><b>status</b>: Active</p><p><b>intent</b>: Option</p><p><b>medication</b>: <a href=\"Medication-02A2-CanifugCremolumPessaryItem.html\">Medication: extension = Pessary; form = Pessary; amount = 6 Pessary / 1</a></p><p><b>subject</b>: <a href=\"Patient-patient1.html\">Thomas Engine Male, DoB: 1950-09-15 ( 12345)</a></p><p><b>authoredOn</b>: 2024-10-06</p><p><b>requester</b>: <a href=\"PractitionerRole-doctor1.html\">PractitionerRole Clinical oncologist</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 72934000}\">Candidiasis of vagina</span></p><p><b>groupIdentifier</b>: 300</p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: , ?ngen-6?</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 Pessary<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code733007009 = 'Pessary (unit of presentation)')</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><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>2024-10-06 --> 2024-12-06</td><td>1</td><td>6 Pessary<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code733007009 = 'Pessary (unit of presentation)')</span></td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "300-1/2" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "option"] ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/02A2-CanifugCremolumPessaryItem" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient1" ]
] ; #
fhir:authoredOn [ fhir:v "2024-10-06"^^xsd:date] ; #
fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/doctor1" ]
] ; #
fhir:reasonCode ( [
( fhir:coding [
a sct:72934000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72934000" ] ;
fhir:display [ fhir:v "Candidiasis of vagina" ] ] )
] ) ; #
fhir:groupIdentifier [
fhir:value [ fhir:v "300" ]
] ; #
fhir:dosageInstruction ( [
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Duration ;
fhir:value [ fhir:v "6"^^xsd:decimal ] ;
fhir:unit [ fhir:v "day" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ] ] ;
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ;
( fhir:when [ fhir:v "EVE.late" ] ) ] ] ;
( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Pessary" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "733007009" ] ] ] )
] ) ; #
fhir:dispenseRequest [
fhir:validityPeriod [
fhir:start [ fhir:v "2024-10-06"^^xsd:date ] ;
fhir:end [ fhir:v "2024-12-06"^^xsd:date ] ] ;
fhir:numberOfRepeatsAllowed [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:quantity [
fhir:value [ fhir:v "6"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Pessary" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "733007009" ] ]
] . #