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/ExampleRxMedicationDispense> a fhir:MedicationDispense ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ExampleRxMedicationDispense"] ; fhir:MedicationDispense.status [ fhir:value "completed"] ; fhir:MedicationDispense.medicationCodeableConcept [ fhir:CodeableConcept.text [ fhir:value "Sumatriptan 50 mg" ] ] ; 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.whenHandedOver [ fhir:value "2026-03-20T11:10:00+01:00"^^xsd:dateTime] . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/MedicationDispense/ExampleRxMedicationDispense.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/MedicationDispense/ExampleRxMedicationDispense.ttl> .