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
: 1 Aspirin Cardio - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "1-AspirinCardio"] ; #
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: MedicationStatement 1-AspirinCardio</b></p><a name=\"1-AspirinCardio\"> </a><a name=\"hc1-AspirinCardio\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <a href=\"#hc1-AspirinCardio/1-Aspirin\">Medication </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>: 2012-05 --> (ongoing)</p><p><b>reasonCode</b>: <span title=\"Codes:\">Herzvorfall vor 4 Jahren</span></p><blockquote><p><b>dosage</b></p><p><b>timing</b>: Morning, Once</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>1 Tablet (unit of presentation)<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')</span></td></tr></table></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication #1-Aspirin</b></p><a name=\"1-AspirinCardio/1-Aspirin\"> </a><a name=\"hc1-AspirinCardio/1-Aspirin\"> </a><p><b>code</b>: <span title=\"Codes:\">Aspirin Cardio 100</span></p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:contained ( [
a fhir:Medication ;
fhir:id [ fhir:v "1-Aspirin" ] ;
fhir:code [
fhir:text [ fhir:v "Aspirin Cardio 100" ] ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "#1-Aspirin" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/1-ThomasMueller" ]
] ; #
fhir:context [
fhir:reference [ fhir:v "Encounter/1-Einsatz" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2012-05"^^xsd:gYearMonth ]
] ; #
fhir:reasonCode ( [
fhir:text [ fhir:v "Herzvorfall vor 4 Jahren" ]
] ) ; #
fhir:dosage ( [
fhir:timing [
fhir:repeat [
( fhir:when [ fhir:v "MORN" ] ) ] ] ;
( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Tablet (unit of presentation)" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "732936001" ] ] ] )
] ) . #