@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/Medication/ExampleISiKMedikament8> a fhir:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleISiKMedikament8"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament" ;
fhir:index 0 ;
fhir:link <https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "additional" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Zytostatikum mit absoluter Wirkstärken-Angabe:</div>"
] ;
fhir:Medication.code [
fhir:CodeableConcept.text [ fhir:value "Infusion bestehend aus 80 mg/m² KOF Paclitaxel aufgelöst zur Verabreichung in 5-%iger (50 mg/ml) Glucose-Infusionslösung" ]
] ;
fhir:Medication.status [ fhir:value "active"] ;
fhir:Medication.form [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://standardterms.edqm.eu" ] ;
fhir:Coding.code [ fhir:value "11210000" ] ;
fhir:Coding.display [ fhir:value "Solution for infusion" ]
]
] ;
fhir:Medication.ingredient [
fhir:index 0 ;
fhir:Medication.ingredient.itemCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/bfarm/atc" ] ;
fhir:Coding.version [ fhir:value "2024" ] ;
fhir:Coding.code [ fhir:value "L01CD01" ] ;
fhir:Coding.display [ fhir:value "Paclitaxel" ]
]
] ;
fhir:Medication.ingredient.isActive [ fhir:value "true"^^xsd:boolean ] ;
fhir:Medication.ingredient.strength [
fhir:Ratio.numerator [
fhir:Quantity.value [ fhir:value "80"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mg" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mg" ]
] ;
fhir:Ratio.denominator [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "m² KOF" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "m2" ]
]
]
], [
fhir:index 1 ;
fhir:Medication.ingredient.itemCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/bfarm/atc" ] ;
fhir:Coding.version [ fhir:value "2024" ] ;
fhir:Coding.code [ fhir:value "B05BA11" ] ;
fhir:Coding.display [ fhir:value "Glucose" ]
]
] ;
fhir:Medication.ingredient.isActive [ fhir:value "false"^^xsd:boolean ] ;
fhir:Medication.ingredient.strength [
fhir:Ratio.numerator [
fhir:Quantity.value [ fhir:value "50"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mg" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mg" ]
] ;
fhir:Ratio.denominator [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "Milliliter" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mL" ]
]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Medication/ExampleISiKMedikament8.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Medication/ExampleISiKMedikament8.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