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:Medication ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "4B5557E5-4900-47FE-A8D9-407611E05BD2"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2026-08-08T14:43:33.244Z"^^xsd:dateTime ] ; ( fhir:profile [ fhir:v "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication"^^xsd:anyURI ; fhir:link <https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication> ] ) ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://gematik.de/fhir/epa-medication/sid/epa-medication-unique-identifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "004C0F718C63EFADC20D838B772BD4DC4C4E6EB31293B6F689E624534A9C56CD" ] ] ) ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://fhir.de/CodeSystem/ifa/pzn"^^xsd:anyURI ] ; fhir:code [ fhir:v "11722423" ] ; fhir:display [ fhir:v "IBU-RATIOPHARM direkt 400 mg Pulver zum Einnehmen 20 St Pulver" ] ] ) ] ; # fhir:form [ ( fhir:coding [ fhir:system [ fhir:v "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM"^^xsd:anyURI ] ; fhir:code [ fhir:v "PUE" ] ; fhir:display [ fhir:v "Pulver zum Einnehmen" ] ] ) ] . #