HL7 Czech EMS Implementation Guide
0.0.2 - ci-build Czechia flag

HL7 Czech EMS Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-ems/ and changes regularly. See the Directory of published versions

: Medication Administration: VIAFLO - 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 "9be3ee4c-0844-450b-9d43-fde72ab1642a"] ; # 
  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 9be3ee4c-0844-450b-9d43-fde72ab1642a</b></p><a name=\"9be3ee4c-0844-450b-9d43-fde72ab1642a\"> </a><a name=\"hc9be3ee4c-0844-450b-9d43-fde72ab1642a\"> </a><p><b>identifier</b>: <code>https://www.nempriklad.cz/</code>/med-adm-2</p><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Bundle-cz-example-bundle.html#urn-uuid-782255e0-cd1d-4f31-ace3-08b278936b94\">Medication FYZIOLOGICKÝ ROZTOK VIAFLO</a></p><p><b>subject</b>: <a href=\"Bundle-cz-example-bundle.html#urn-uuid-3b46c18c-7e07-4232-af3e-f710dec8e766\">Petr Novotný  Female, DoB: 1977-11-26 ( https://ncez.mzcr.cz/fhir/sid/cpoj#7711260678)</a></p><p><b>effective</b>: 2025-09-03 10:50:00+0100</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}\">Intravenous route</span></td><td>250 ml<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeml = 'ml')</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "https://www.nempriklad.cz/"^^xsd:anyURI ;
fhir:l <https://www.nempriklad.cz/>     ] ;
fhir:value [ fhir:v "med-adm-2" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:l <urn:uuid:782255e0-cd1d-4f31-ace3-08b278936b94> ;
fhir:reference [ fhir:v "urn:uuid:782255e0-cd1d-4f31-ace3-08b278936b94" ]
  ] ; # 
  fhir:subject [
fhir:l <urn:uuid:3b46c18c-7e07-4232-af3e-f710dec8e766> ;
fhir:reference [ fhir:v "urn:uuid:3b46c18c-7e07-4232-af3e-f710dec8e766" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2025-09-03T10:50:00+01: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 "Intravenous route" ]       ] )     ] ;
fhir:dose [
fhir:value [ fhir:v "250"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ml" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "ml" ]     ]
  ] . #