CH EMS (R4)
2.1.0-ci-build - ci-build Switzerland flag

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

: Taking Triatec - 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:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MedStatTriatec"] ; # 
  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 MedStatTriatec</b></p><a name=\"MedStatTriatec\"> </a><a name=\"hcMedStatTriatec\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <a href=\"#hcMedStatTriatec/Triatec\">Medication </a></p><p><b>subject</b>: <a href=\"Patient-PatientExample.html\">Patricia Muster (official) Female, DoB: 1999-11-11 ( urn:oid:2.16.756.5.32#7562295883070)</a></p><p><b>context</b>: <a href=\"Encounter-EncounterExample.html\">Encounter: extension = wedding ring,billfold,pickup by EMS,; identifier = Einsatznummer: S89898989; status = finished; class = emergency (ActCode#EMER); serviceType = primary mission; priority = with siren; period = 2016-12-10 --&gt; (ongoing); reasonCode = emergency mission</a></p><p><b>dateAsserted</b>: 2016-11-29 11:00:00+0100</p><p><b>reasonCode</b>: <span title=\"Codes:\">Bluthochdruck</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>0.5 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 #Triatec</b></p><a name=\"MedStatTriatec/Triatec\"> </a><a name=\"hcMedStatTriatec/Triatec\"> </a><p><b>code</b>: <span title=\"Codes:\">TRIATEC Tabl 2.5 mg</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 386872004}\">Ramipril</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:contained ( [
a fhir:Medication ;
fhir:id [ fhir:v "Triatec" ] ;
fhir:code [
fhir:text [ fhir:v "TRIATEC Tabl 2.5 mg" ]     ] ;
    ( fhir:ingredient [
fhir:item [
a fhir:CodeableConcept ;
        ( fhir:coding [
a sct:386872004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "386872004" ] ;
fhir:display [ fhir:v "Ramipril (substance)" ]         ] ) ;
fhir:text [ fhir:v "Ramipril" ]       ]     ] )
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "#Triatec" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample" ]
  ] ; # 
  fhir:context [
fhir:reference [ fhir:v "Encounter/EncounterExample" ]
  ] ; # 
  fhir:dateAsserted [ fhir:v "2016-11-29T11:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:reasonCode ( [
fhir:text [ fhir:v "Bluthochdruck" ]
  ] ) ; # 
  fhir:dosage ( [
fhir:timing [
fhir:repeat [
        ( fhir:when [ fhir:v "MORN" ] )       ]     ] ;
    ( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v 0.5 ] ;
fhir:unit [ fhir:v "Tablet (unit of presentation)" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "732936001" ]       ]     ] )
  ] ) . #