This page is part of the CH LAB-Order (R4) (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: MedicationStatement: Acetylsalicylat Verordnung - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "Acetylsalicylat"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationStatement </b><a name=\"Acetylsalicylat\"> </a><a name=\"hcAcetylsalicylat\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceMedicationStatement "Acetylsalicylat" </p></div><p><b>status</b>: active</p><p><b>medication</b>: <a href=\"Medication-Aspirin.html\">Medication/Aspirin</a></p><p><b>subject</b>: <a href=\"Patient-HansGuggindieluft.html\">Patient/HansGuggindieluft: HansGuggindieluft</a> " GUGGINDIELUFT"</p><p><b>effective</b>: 2023-11-11</p><p><b>dateAsserted</b>: 2023-11-11</p><p><b>informationSource</b>: <a href=\"Patient-HansGuggindieluft.html\">Patient/HansGuggindieluft: HansGuggindieluft</a> " GUGGINDIELUFT"</p><p><b>note</b>: Patient takes it every day in the morning back pain</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>1 tablet per day</td></tr></table></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/Aspirin" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/HansGuggindieluft" ] ;
fhir:display [ fhir:v "HansGuggindieluft" ]
] ; #
fhir:effective [ fhir:v "2023-11-11"^^xsd:date] ; #
fhir:dateAsserted [ fhir:v "2023-11-11"^^xsd:date] ; #
fhir:informationSource [
fhir:reference [ fhir:v "Patient/HansGuggindieluft" ] ;
fhir:display [ fhir:v "HansGuggindieluft" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Patient takes it every day in the morning back pain" ]
] ) ; #
fhir:dosage ( [
fhir:sequence [ fhir:v "1"^^xsd:integer ] ;
fhir:text [ fhir:v "1 tablet per day" ]
] ) . #