@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 -------------------------------------------------------------------
<http://hl7.org/fhir/MedicationStatement/ExampleISiKMedikationsInformation4> a fhir:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleISiKMedikationsInformation4"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation" ;
fhir:index 0 ;
fhir:link <https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "additional" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Beispiel für Medikation/Einnahme zu jeder Mahlzeit (auch Zwischenmahlzeiten)</div>"
] ;
fhir:MedicationStatement.status [ fhir:value "active"] ;
fhir:MedicationStatement.medicationCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/ifa/pzn" ] ;
fhir:Coding.code [ fhir:value "10557318" ] ;
fhir:Coding.display [ fhir:value "Sevelamercarbonat AL 800 mg" ]
]
] ;
fhir:MedicationStatement.subject [
fhir:link <http://hl7.org/fhir/Patient/PatientinMusterfrau> ;
fhir:Reference.reference [ fhir:value "Patient/PatientinMusterfrau" ]
] ;
fhir:MedicationStatement.context [
fhir:link <http://hl7.org/fhir/Encounter/FachabteilungskontaktMinimal> ;
fhir:Reference.reference [ fhir:value "Encounter/FachabteilungskontaktMinimal" ]
] ;
fhir:MedicationStatement.effectivePeriod [
fhir:Period.start [ fhir:value "2024-01-22"^^xsd:date ]
] ;
fhir:MedicationStatement.dateAsserted [ fhir:value "2024-02-16"^^xsd:date] ;
fhir:MedicationStatement.dosage [
fhir:index 0 ;
fhir:Dosage.patientInstruction [ fhir:value "auch zu Zwischenmahlzeiten" ] ;
fhir:Dosage.timing [
fhir:Timing.repeat [
fhir:Timing.repeat.when [
fhir:value "C" ;
fhir:index 0
]
]
] ;
fhir:Dosage.doseAndRate [
fhir:index 0 ;
fhir:Dosage.doseAndRate.doseQuantity [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "Tabl." ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "1" ]
]
]
] .
<http://hl7.org/fhir/Patient/PatientinMusterfrau> a fhir:Patient .
<http://hl7.org/fhir/Encounter/FachabteilungskontaktMinimal> a fhir:Encounter .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MedicationStatement/ExampleISiKMedikationsInformation4.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationStatement/ExampleISiKMedikationsInformation4.ttl> .
IG © 2026+ gematik GmbH. Paket amts#6.0.0 basierend auf FHIR 4.0.1. Generiert 2026-07-01
Links: Table of Contents |
QA Report