Raw ttl | Download
@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/MedicationDispense/Example-MedicationDispense-2> a fhir:MedicationDispense ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "Example-MedicationDispense-2"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense|2.0" ; fhir:index 0 ; fhir:link <https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense|2.0> ] ] ; fhir:MedicationDispense.identifier [ fhir:index 0 ; fhir:Identifier.system [ fhir:value "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId" ] ; fhir:Identifier.value [ fhir:value "160.000.033.491.280.78" ] ] ; fhir:MedicationDispense.status [ fhir:value "completed"] ; fhir:MedicationDispense.medicationReference [ fhir:link <http://hl7.org/fhir/Medication/SimpleMedication> ; fhir:Reference.reference [ fhir:value "Medication/SimpleMedication" ] ] ; fhir:MedicationDispense.subject [ fhir:Reference.identifier [ fhir:Identifier.system [ fhir:value "http://fhir.de/sid/gkv/kvid-10" ] ; fhir:Identifier.value [ fhir:value "X123456789" ] ] ] ; fhir:MedicationDispense.performer [ fhir:index 0 ; fhir:MedicationDispense.performer.actor [ fhir:Reference.identifier [ fhir:Identifier.system [ fhir:value "https://gematik.de/fhir/sid/telematik-id" ] ; fhir:Identifier.value [ fhir:value "3-SMC-B-Testkarte-883110000095957" ] ] ] ] ; fhir:MedicationDispense.whenHandedOver [ fhir:value "2028-10-01"^^xsd:date] . <http://hl7.org/fhir/Medication/SimpleMedication> a fhir:Medication . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/MedicationDispense/Example-MedicationDispense-2.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/MedicationDispense/Example-MedicationDispense-2.ttl> .