Medication Prescription and Delivery (MPD)
0.1.0 - ci-build International flag

Medication Prescription and Delivery (MPD), published by Integrating the Healthcare Enterprise (IHE). 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/IHE/pharm-mpd/ and changes regularly. See the Directory of published versions

: 300-dispense-for-2-requests - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:MedicationDispense ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "300-dispense-for-2-requests"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/IHEMedicationDispensation"^^xsd:anyURI ;
fhir:link <http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/IHEMedicationDispensation>     ] )
  ] ; # 
  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: MedicationDispense 300-dispense-for-2-requests</b></p><a name=\"300-dispense-for-2-requests\"> </a><a name=\"hc300-dispense-for-2-requests\"> </a><a name=\"300-dispense-for-2-requests-en-US\"> </a><p><b>status</b>: Completed</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-02A-ClotrimazoleCanifugCremolum.html\">Canifug Cremolum, cream + pessary</a></td></tr></table><p><b>subject</b>: <a href=\"Patient-patient1.html\">Thomas Engine  Male, DoB: 1950-09-15 ( 12345)</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-pharmacist1.html\">PractitionerRole Pharmacist</a></td></tr></table><p><b>authorizingPrescription</b>: </p><ul><li>Identifier: 300-1/2</li><li>Identifier: 300-2/2</li></ul><p><b>quantity</b>: 1 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></p><p><b>whenHandedOver</b>: 2024-10-06 19:54:00+0000</p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
fhir:reference [
fhir:reference [ fhir:v "Medication/02A-ClotrimazoleCanifugCremolum" ] ;
fhir:display [ fhir:v "Canifug Cremolum, cream + pessary" ]     ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient1" ]
  ] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "PractitionerRole/pharmacist1" ]     ]
  ] ) ; # 
  fhir:authorizingPrescription ( [
fhir:identifier [
fhir:value [ fhir:v "300-1/2" ]     ]
  ] [
fhir:identifier [
fhir:value [ fhir:v "300-2/2" ]     ]
  ] ) ; # 
  fhir:quantity [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ]
  ] ; # 
  fhir:whenHandedOver [ fhir:v "2024-10-06T19:54:00Z"^^xsd:dateTime] . #