@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 -------------------------------------------------------------------

<https://hl7.cz/fhir/hdr/MedicationAdministration/medadmin-fentanyl-epidural-jana> a fhir:MedicationAdministration ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medadmin-fentanyl-epidural-jana"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration medadmin-fentanyl-epidural-jana</b></p><a name=\"medadmin-fentanyl-epidural-jana\"> </a><a name=\"hcmedadmin-fentanyl-epidural-jana\"> </a><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Medication-med-fentanyl-epidural.html\">Medication Fentanyl</a></p><p><b>subject</b>: <a href=\"Patient-6c4f4d2c-5f24-4a91-a75e-1b0e2a1f7731.html\">Jana Novakova  Female, DoB: 1993-05-18 ( https://ncez.mzcr.cz/fhir/sid/rid#9001234567)</a></p><p><b>context</b>: <a href=\"Encounter-7d7a6f19-5dfb-45ee-8bcf-0f63d9fe49f2.html\">Encounter: status = finished; class = inpatient encounter (ActCode#IMP); priority = urgent; period = 2025-05-17 06:20:00+0200 --&gt; 2025-05-20 11:30:00+0200</a></p><p><b>effective</b>: 2025-05-18 09:40:00+0200 --&gt; 2025-05-18 10:50:00+0200</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 47625008}\">Epidural route</span></td><td>0.05 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
     a fhir:Reference ;
     fhir:l <https://hl7.cz/fhir/hdr/Medication/med-fentanyl-epidural> ;
     fhir:reference [ fhir:v "Medication/med-fentanyl-epidural" ]
  ] ; # 
  fhir:subject [
     fhir:l <https://hl7.cz/fhir/hdr/Patient/6c4f4d2c-5f24-4a91-a75e-1b0e2a1f7731> ;
     fhir:reference [ fhir:v "Patient/6c4f4d2c-5f24-4a91-a75e-1b0e2a1f7731" ]
  ] ; # 
  fhir:context [
     fhir:l <https://hl7.cz/fhir/hdr/Encounter/7d7a6f19-5dfb-45ee-8bcf-0f63d9fe49f2> ;
     fhir:reference [ fhir:v "Encounter/7d7a6f19-5dfb-45ee-8bcf-0f63d9fe49f2" ]
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2025-05-18T09:40:00+02:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2025-05-18T10:50:00+02:00"^^xsd:dateTime ]
  ] ; # 
  fhir:dosage [
     fhir:route [
       fhir:coding ( [
         a sct:47625008 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "47625008" ] ;
         fhir:display [ fhir:v "Epidural route" ]
       ] )
     ] ;
     fhir:dose [
       fhir:value [ fhir:v 0.05 ] ;
       fhir:unit [ fhir:v "mg" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "mg" ]
     ]
  ] . # 

# -------------------------------------------------------------------------------------

