@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:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Example-Initial-Medication-2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_PZN|1.3"^^xsd:anyURI ;
fhir:link <https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_PZN|1.3> ] )
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Medication_Type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:763158003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000274103/version/20240515" ] ;
fhir:code [ fhir:v "763158003" ] ;
fhir:display [ fhir:v "Medicinal product (product)" ] ] ) ]
] [
fhir:url [ fhir:v "https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Category"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Medication_Category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "00" ] ]
] [
fhir:url [ fhir:v "https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Vaccine"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ]
] [
fhir:url [ fhir:v "http://fhir.de/StructureDefinition/normgroesse"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "N1" ]
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.de/CodeSystem/ifa/pzn"^^xsd:anyURI ] ;
fhir:code [ fhir:v "02483617" ] ] ) ;
fhir:text [ fhir:v "Buscopan PLUS 20 St" ]
] ; #
fhir:form [
( fhir:coding [
fhir:system [ fhir:v "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FTA" ] ] )
] ; #
fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://fhir.de/CodeSystem/ask"^^xsd:anyURI ] ;
fhir:code [ fhir:v "A03BB01" ] ] ) ;
fhir:text [ fhir:v "Butylscopolaminium-bromid" ] ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Stück" ] ] ]
] [
fhir:item [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://fhir.de/CodeSystem/ask"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N02BE01" ] ] ) ;
fhir:text [ fhir:v "Paracetamol" ] ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "500"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Stück" ] ] ]
] ) . #
IG © 2025 . Paket de.gematik.erp-servicerequest#1.2.0 basierend auf FHIR 4.0.1. Generiert 2025-07-31
Links: Table of Contents |
QA Report