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 "ExampleISiKMedikationsInformation5"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation"^^xsd:anyURI ; fhir:l <https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Beispiel für Medikation/Einnahme am ersten Dienstag jedes dritten Monats</div>"^^rdf:XMLLiteral ] ] ; # fhir:status [ fhir:v "active"] ; # fhir:medication [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://fhir.de/CodeSystem/ifa/pzn"^^xsd:anyURI ; fhir:l <http://fhir.de/CodeSystem/ifa/pzn> ] ; fhir:code [ fhir:v "07260796" ] ; fhir:display [ fhir:v "Vitamin-B12-ratiopharm® N Ampullen zur Injektion" ] ] ) ] ; # fhir:subject [ fhir:l fhir:Patient/PatientinMusterfrau ; fhir:reference [ fhir:v "Patient/PatientinMusterfrau" ] ] ; # fhir:context [ fhir:l fhir:Encounter/FachabteilungskontaktMinimal ; fhir:reference [ fhir:v "Encounter/FachabteilungskontaktMinimal" ] ] ; # fhir:effective [ a fhir:Period ; fhir:start [ fhir:v "2024-02-06"^^xsd:date ] ] ; # fhir:dateAsserted [ fhir:v "2024-01-31"^^xsd:date] ; # fhir:dosage ( [ fhir:patientInstruction [ fhir:v "alle 3 Monate am 1. Dienstag" ] ; fhir:timing [ fhir:repeat [ fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:period [ fhir:v "3"^^xsd:decimal ] ; fhir:periodUnit [ fhir:v "mo" ] ; ( fhir:dayOfWeek [ fhir:v "tue" ] ) ] ] ; ( fhir:doseAndRate [ fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "1"^^xsd:decimal ] ; fhir:unit [ fhir:v "Tabl." ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "1" ] ] ] ) ] ) . #