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

: MedicationStatement-HDR Example: Paracetamol - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/MedicationStatement/f34114fc-138f-4bd8-8e1a-804d14ec9986> a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "f34114fc-138f-4bd8-8e1a-804d14ec9986"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.eu/fhir/base/StructureDefinition/medicationStatement-eu-core" ;
       fhir:index 0 ;
       fhir:link <http://hl7.eu/fhir/base/StructureDefinition/medicationStatement-eu-core>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "cs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"cs\" lang=\"cs\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement f34114fc-138f-4bd8-8e1a-804d14ec9986</b></p><a name=\"f34114fc-138f-4bd8-8e1a-804d14ec9986\"> </a><a name=\"hcf34114fc-138f-4bd8-8e1a-804d14ec9986\"> </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\">Language: cs</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.eu/fhir/base/2.0.0/StructureDefinition-medicationStatement-eu-core.html\">MedicationStatement (EU core)</a></p></div><p><b>identifier</b>: <code>http://hospital.example.org/medication-statements</code>/f34114fc-138f-4bd8-8e1a-804d14ec9986</p><p><b>status</b>: Active</p><p><b>statusReason</b>: <span title=\"Codes:\">Pokračuje</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medication-statement-category inpatient}\">Inpatient</span></p><p><b>medication</b>: <a href=\"Bundle-DischargeBundle-Novak-Petr-Subsections.html#urn-uuid-3f85726c-ad2f-441b-89ce-10000000002d\">Medication PARACETAMOL ZENTIVA K.S. 500MG TBL NOB 12</a></p><p><b>subject</b>: <a href=\"Bundle-DischargeBundle-Novak-Petr-Subsections.html#urn-uuid-3f85726c-ad2f-441b-89ce-100000000000\">Petr Novák  Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)</a></p><p><b>effective</b>: 2025-03-01 10:15:00+0100 --&gt; 2025-03-10 09:30:00+0100</p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 E03.9}\">Hypotyreóza</span></p><blockquote><p><b>dosage</b></p><p><b>text</b>: Dle potřeby, max 4 tablety denně</p><p><b>asNeeded</b>: true</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">perorální podání</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>500 mg</td></tr></table></blockquote></div>"
  ] ;
  fhir:MedicationStatement.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://hospital.example.org/medication-statements" ] ;
     fhir:Identifier.value [ fhir:value "f34114fc-138f-4bd8-8e1a-804d14ec9986" ]
  ] ;
  fhir:MedicationStatement.status [ fhir:value "active"] ;
  fhir:MedicationStatement.statusReason [
     fhir:index 0 ;
     fhir:CodeableConcept.text [ fhir:value "Pokračuje" ]
  ] ;
  fhir:MedicationStatement.category [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/medication-statement-category" ] ;
       fhir:Coding.code [ fhir:value "inpatient" ] ;
       fhir:Coding.display [ fhir:value "Inpatient" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Inpatient" ]
  ] ;
  fhir:MedicationStatement.medicationReference [
     fhir:Reference.reference [ fhir:value "urn:uuid:3f85726c-ad2f-441b-89ce-10000000002d" ]
  ] ;
  fhir:MedicationStatement.subject [
     fhir:Reference.reference [ fhir:value "urn:uuid:3f85726c-ad2f-441b-89ce-100000000000" ]
  ] ;
  fhir:MedicationStatement.effectivePeriod [
     fhir:Period.start [ fhir:value "2025-03-01T10:15:00+01:00"^^xsd:dateTime ] ;
     fhir:Period.end [ fhir:value "2025-03-10T09:30:00+01:00"^^xsd:dateTime ]
  ] ;
  fhir:MedicationStatement.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ;
       fhir:Coding.code [ fhir:value "E03.9" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Hypotyreóza" ]
  ] ;
  fhir:MedicationStatement.dosage [
     fhir:index 0 ;
     fhir:Dosage.text [ fhir:value "Dle potřeby, max 4 tablety denně" ] ;
     fhir:Dosage.asNeededBoolean [ fhir:value "true"^^xsd:boolean ] ;
     fhir:Dosage.route [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:26643006 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.version [ fhir:value "http://snomed.info/sct/11000279109" ] ;
         fhir:Coding.code [ fhir:value "26643006" ] ;
         fhir:Coding.display [ fhir:value "perorální podání" ]
       ]
     ] ;
     fhir:Dosage.doseAndRate [
       fhir:index 0 ;
       fhir:Dosage.doseAndRate.doseQuantity [
         fhir:Quantity.value [ fhir:value "500"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "mg" ]
       ]
     ]
  ] .

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

<http://hl7.org/fhir/MedicationStatement/f34114fc-138f-4bd8-8e1a-804d14ec9986.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationStatement/f34114fc-138f-4bd8-8e1a-804d14ec9986.ttl> .