Medication
1.1.1 - STU Belgium flag

Medication, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/medication/ and changes regularly. See the Directory of published versions

: Example Dispense entry - Community Pharmacy dispense, from prescription, with contained org.

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/medicationdispense-example-2> a fhir:MedicationDispense ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "medicationdispense-example-2"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeMedicationDispense" ;
       fhir:index -1 ;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeMedicationDispense>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ] ;
  fhir:DomainResource.contained [
     a fhir:Organization ;
     fhir:index -1 ;
     fhir:Resource.id [ fhir:value "apotheek-onder-de-toren" ] ;
     fhir:Resource.meta [
       fhir:Meta.profile [
         fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization" ;
         fhir:index -1 ;
         fhir:link <https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization>
       ]
     ] ;
     fhir:Organization.identifier [
       fhir:index -1 ;
       fhir:Identifier.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-organization" ] ;
       fhir:Identifier.value [ fhir:value "27457532" ]
     ] ;
     fhir:Organization.type [
       fhir:index -1 ;
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty" ] ;
         fhir:Coding.code [ fhir:value "orgpharmacy" ]
       ]
     ]
  ] ;
  fhir:MedicationDispense.identifier [
     fhir:index -1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.code [ fhir:value "dguid" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://www.gfd-dpp.be/fhir/reference/dguid" ] ;
     fhir:Identifier.value [ fhir:value "a8ca980c-aa4f-44f3-8cf7-547e6ad3dba0" ]
  ] ;
  fhir:MedicationDispense.status [ fhir:value "completed"] ;
  fhir:MedicationDispense.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-codes" ] ;
       fhir:Coding.code [ fhir:value "1439562" ] ;
       fhir:Coding.display [ fhir:value "Topazolam tab 50x 1,0mg" ]
     ]
  ] ;
  fhir:MedicationDispense.subject [
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin" ] ;
       fhir:Identifier.value [ fhir:value "64110219106" ]
     ]
  ] ;
  fhir:MedicationDispense.context [
     fhir:Reference.identifier [
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index -1 ;
           fhir:Coding.code [ fhir:value "sguid" ]
         ]
       ] ;
       fhir:Identifier.system [ fhir:value "https://www.gfd-dpp.be/fhir/reference/sguid" ] ;
       fhir:Identifier.value [ fhir:value "b8ca980c-72aa-11e7-8cf7-a6006ad3dba0" ]
     ]
  ] ;
  fhir:MedicationDispense.performer [
     fhir:index -1 ;
     fhir:MedicationDispense.performer.actor [
       fhir:Reference.reference [ fhir:value "#apotheek-onder-de-toren" ] ;
       fhir:Reference.identifier [
         fhir:Identifier.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-organization" ] ;
         fhir:Identifier.value [ fhir:value "27457532" ]
       ] ;
       fhir:Reference.display [ fhir:value "Apotheek onder de toren" ]
     ]
  ] ;
  fhir:MedicationDispense.authorizingPrescription [
     fhir:index -1 ;
     fhir:Reference.display [ fhir:value "Prescription" ]
  ] ;
  fhir:MedicationDispense.quantity [
     fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
     fhir:Quantity.system [ fhir:value "https://www.gfd-dpp.be/fhir/reference/packaging" ] ;
     fhir:Quantity.code [ fhir:value "package" ]
  ] ;
  fhir:MedicationDispense.whenHandedOver [ fhir:value "2020-03-10"^^xsd:date] ;
  fhir:MedicationDispense.dosageInstruction [
     fhir:index -1 ;
     fhir:Dosage.text [ fhir:value "3 x per dag" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/MedicationDispense/medicationdispense-example-2.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationDispense/medicationdispense-example-2.ttl> .