MyHealth@Eu Hospital Discharge Report
0.0.1 - qa-preview 150

MyHealth@Eu Hospital Discharge Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedicationAdministration - TTL Representation

Raw ttl | Download


@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:MedicationAdministration ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ADM-001"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.ehdsi.eu/hdr/StructureDefinition/medicationAdministration-hdr-myhealtheu"^^xsd:anyURI ;
fhir:link <http://fhir.ehdsi.eu/hdr/StructureDefinition/medicationAdministration-hdr-myhealtheu>     ] )
  ] ; # 
  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: MedicationAdministration ADM-001</b></p><a name=\"ADM-001\"> </a><a name=\"hcADM-001\"> </a><a name=\"ADM-001-en-US\"> </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-medicationAdministration-hdr-myhealtheu.html\">MedicationAdministration: HDR</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 322236009}\">Paracetamol 500 mg oral tablet</span></p><p><b>subject</b>: <a href=\"Bundle-BundleExampleHdr.html#urn-uuid-1d4bbc93-63b7-4f2b-8f0f-8380aa138f49\">Bundle: identifier = http://example.org#7c8218d6-7a5b-4974-8221-c9102ad4fb41; type = document; timestamp = 2024-11-18 14:30:00+0100</a></p><p><b>effective</b>: 2025-05-27 08:30:00+0200</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=\"Bundle-BundleExampleHdr.html#urn-uuid-b06b2c2c-15dd-4e58-b27e-37326ba51407\">Bundle: identifier = http://example.org#7c8218d6-7a5b-4974-8221-c9102ad4fb41; type = document; timestamp = 2024-11-18 14:30:00+0100</a></td></tr></table><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 R50.9}\">Fever, unspecified</span></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td>Take one tablet orally every 6 hours as needed for fever.</td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route</span></td><td>500 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:322236009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "322236009" ] ;
fhir:display [ fhir:v "Paracetamol 500 mg oral tablet" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2025-05-27T08:30:00+02:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "urn:uuid:b06b2c2c-15dd-4e58-b27e-37326ba51407" ]     ]
  ] ) ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R50.9" ] ;
fhir:display [ fhir:v "Fever, unspecified" ]     ] )
  ] ) ; # 
  fhir:dosage [
fhir:text [ fhir:v "Take one tablet orally every 6 hours as needed for fever." ] ;
fhir:route [
      ( fhir:coding [
a sct:26643006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Oral route" ]       ] )     ] ;
fhir:dose [
fhir:value [ fhir:v "500"^^xsd:decimal ] ;
fhir:unit [ fhir:v "milligram" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]     ]
  ] . #