CH EMS (R4), published by IVR Interverband für Rettungswesen. This guide is not an authorized publication; it is the continuous build for version 2.1.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-ems/ and changes regularly. See the Directory of published versions
@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 "1-Spray"] ; #
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 1-Spray</b></p><a name=\"1-Spray\"> </a><a name=\"hc1-Spray\"> </a><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"#hc1-Spray/1-Nitrolingual\">Medication NITROLINGUAL Pumpspray</a></p><p><b>subject</b>: <a href=\"Patient-1-ThomasMueller.html\">Thomas Müller (official) Male, DoB: 1961-10-01 ( urn:oid:2.16.756.5.32#7562295883070)</a></p><p><b>context</b>: <a href=\"Encounter-1-Einsatz.html\">Encounter: extension = wallet,Other,wrist watch,Other,Other; identifier = Einsatznummer: S12345678; status = finished; class = emergency (ActCode#EMER); period = 2016-12-10 --> (ongoing)</a></p><p><b>effective</b>: 2016-12-10 12:30:00+0100</p><p><b>reasonCode</b>: <span title=\"Codes:\">Verdacht auf Myokardinfarkt</span></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td><td><b>Method</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:oid:0.4.0.127.0.16.1.1.2.1 20067000}\">Sublingual</span></td><td><span title=\"Codes:{urn:oid:0.4.0.127.0.16.1.1.2.1 0017}\">Spraying</span></td><td>2 Actuation (unit of presentation)<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code732981002 = 'Actuation (unit of presentation)')</span></td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication #1-Nitrolingual</b></p><a name=\"1-Spray/1-Nitrolingual\"> </a><a name=\"hc1-Spray/1-Nitrolingual\"> </a><p><b>code</b>: <span title=\"Codes:{urn:oid:2.51.1.1 7680405580012}\">NITROLINGUAL Pumpspray</span></p><p><b>form</b>: <span title=\"Codes:{urn:oid:0.4.0.127.0.16.1.1.2.1 10309200}\">Sublingualspray, Lösung</span></p><p><b>amount</b>: 1 Inhaler (unit of presentation)<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code732997007 = 'Inhaler')</span>/1 Package - unit of product usage (qualifier value)<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code1681000175101 = 'Package - unit of product usage')</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 387404004}\">Nitroglycerin</span></td><td>0.4 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1 Actuation (unit of presentation)<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code732981002 = 'Actuation (unit of presentation)')</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:contained ( [
a fhir:Medication ;
fhir:id [ fhir:v "1-Nitrolingual" ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.51.1.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7680405580012" ] ;
fhir:display [ fhir:v "NITROLINGUAL Pumpspray" ] ] ) ;
fhir:text [ fhir:v "NITROLINGUAL Pumpspray" ] ] ;
fhir:form [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:0.4.0.127.0.16.1.1.2.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10309200" ] ;
fhir:display [ fhir:v "Sublingual spray, solution" ] ] ) ;
fhir:text [ fhir:v "Sublingualspray, Lösung" ] ] ;
fhir:amount [
fhir:numerator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Inhaler (unit of presentation)" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "732997007" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Package - unit of product usage (qualifier value)" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1681000175101" ] ] ] ;
( fhir:ingredient [
fhir:item [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:387404004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "387404004" ] ;
fhir:display [ fhir:v "Glyceryl trinitrate (substance)" ] ] ) ;
fhir:text [ fhir:v "Nitroglycerin" ] ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v 0.4 ] ;
fhir:unit [ fhir:v "milligram" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Actuation (unit of presentation)" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "732981002" ] ] ] ] )
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "#1-Nitrolingual" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/1-ThomasMueller" ]
] ; #
fhir:context [
fhir:reference [ fhir:v "Encounter/1-Einsatz" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2016-12-10T12:30:00.000+01:00"^^xsd:dateTime
] ; #
fhir:reasonCode ( [
fhir:text [ fhir:v "Verdacht auf Myokardinfarkt" ]
] ) ; #
fhir:dosage [
fhir:route [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:0.4.0.127.0.16.1.1.2.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20067000" ] ;
fhir:display [ fhir:v "Sublingual use" ] ] ) ;
fhir:text [ fhir:v "Sublingual" ] ] ;
fhir:method [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:0.4.0.127.0.16.1.1.2.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0017" ] ;
fhir:display [ fhir:v "Spraying" ] ] ) ] ;
fhir:dose [
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Actuation (unit of presentation)" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "732981002" ] ]
] . #
IG © 2020+ IVR Interverband für Rettungswesen. Package ch.fhir.ig.ch-ems#2.1.0-ci-build based on FHIR 4.0.1. Generated 2025-09-01
Links: Table of Contents |
QA Report
| Propose a change