HL7 Europe Hospital Discharge Report
1.0.0-ci - draft 150

HL7 Europe Hospital Discharge Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/hdr/ and changes regularly. See the Directory of published versions

: MedicationDispense: 400D-dispense-1 - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/MedicationDispense/400D-dispense-1> a fhir:MedicationDispense ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "400D-dispense-1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.eu/fhir/hdr/StructureDefinition/medicationDispense-eu-hdr" ;
       fhir:index 0 ;
       fhir:link <http://hl7.eu/fhir/hdr/StructureDefinition/medicationDispense-eu-hdr>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense 400D-dispense-1</b></p><a name=\"400D-dispense-1\"> </a><a name=\"hc400D-dispense-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-medicationDispense-eu-hdr.html\">MedicationDispense (HDR)</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Medication-01C-Cefuroxime1500Branded.html\">Cefuroxime MIP 1500 mg, powder for solution for injection/infusion. N10.</a></p><p><b>subject</b>: <a href=\"Patient-patient-swart.html\">Fiona XXX_Swart</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>The best pharmacist</td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-400C-prescription-cefuroxime-singleline.html\">MedicationRequest: identifier = 10-123EP; status = active; intent = order; medication[x] = -&gt;Medication: extension = cefuroxime; form = Powder for solution for injection or infusion; authoredOn = 2024-12-06; reasonCode = Bronchopneumonia caused by bacteria (disorder)</a></p><p><b>quantity</b>: 1 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></p><p><b>daysSupply</b>: 3 day(s)<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  coded = 'd')</span></p><p><b>whenHandedOver</b>: 2024-12-06 19:54:00+0000</p></div>"
  ] ;
  fhir:MedicationDispense.status [ fhir:value "completed"] ;
  fhir:MedicationDispense.medicationReference [
     fhir:link <http://hl7.org/fhir/Medication/01C-Cefuroxime1500Branded> ;
     fhir:Reference.reference [ fhir:value "Medication/01C-Cefuroxime1500Branded" ] ;
     fhir:Reference.display [ fhir:value "Cefuroxime MIP 1500 mg, powder for solution for injection/infusion. N10." ]
  ] ;
  fhir:MedicationDispense.subject [
     fhir:link <http://hl7.org/fhir/Patient/patient-swart> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-swart" ] ;
     fhir:Reference.display [ fhir:value "Fiona XXX_Swart" ]
  ] ;
  fhir:MedicationDispense.performer [
     fhir:index 0 ;
     fhir:MedicationDispense.performer.actor [
       fhir:Reference.display [ fhir:value "The best pharmacist" ]
     ]
  ] ;
  fhir:MedicationDispense.authorizingPrescription [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/MedicationRequest/400C-prescription-cefuroxime-singleline> ;
     fhir:Reference.reference [ fhir:value "MedicationRequest/400C-prescription-cefuroxime-singleline" ]
  ] ;
  fhir:MedicationDispense.quantity [
     fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
     fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
     fhir:Quantity.code [ fhir:value "1" ]
  ] ;
  fhir:MedicationDispense.daysSupply [
     fhir:Quantity.value [ fhir:value "3"^^xsd:decimal ] ;
     fhir:Quantity.unit [ fhir:value "day(s)" ] ;
     fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
     fhir:Quantity.code [ fhir:value "d" ]
  ] ;
  fhir:MedicationDispense.whenHandedOver [ fhir:value "2024-12-06T19:54:00Z"^^xsd:dateTime] .

<http://hl7.org/fhir/Medication/01C-Cefuroxime1500Branded> a fhir:Medication .

<http://hl7.org/fhir/Patient/patient-swart> a fhir:Patient .

<http://hl7.org/fhir/MedicationRequest/400C-prescription-cefuroxime-singleline> a fhir:MedicationRequest .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/MedicationDispense/400D-dispense-1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationDispense/400D-dispense-1.ttl> .