This page is part of the HL7 Belgium FHIR Implementation Guide - Medication profiles (v1.1.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
@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:MedicationDispense ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-dispense-communitypharmacy-1med"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeMedicationDispense"^^xsd:anyURI ;
fhir:l <https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeMedicationDispense> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ]
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:code [ fhir:v "dguid" ] ] ) ] ;
fhir:system [
fhir:v "https://www.gfd-dpp.be/fhir/reference/dguid"^^xsd:anyURI ;
fhir:l <https://www.gfd-dpp.be/fhir/reference/dguid> ] ;
fhir:value [ fhir:v "a8c45fdc-72aa-11e7-8cf7-a6007ad37dc0" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-codes"^^xsd:anyURI ;
fhir:l <https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-codes> ] ;
fhir:code [ fhir:v "1439562" ] ;
fhir:display [ fhir:v "Topazolam tab 50x 1,0mg" ] ] )
] ; #
fhir:subject [
fhir:identifier [
fhir:system [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin"^^xsd:anyURI ;
fhir:l <https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin> ] ;
fhir:value [ fhir:v "64110219106" ] ]
] ; #
fhir:context [
fhir:identifier [
fhir:type [
( fhir:coding [
fhir:code [ fhir:v "sguid" ] ] ) ] ;
fhir:system [
fhir:v "https://www.gfd-dpp.be/fhir/reference/sguid"^^xsd:anyURI ;
fhir:l <https://www.gfd-dpp.be/fhir/reference/sguid> ] ;
fhir:value [ fhir:v "b8ca980c-72aa-11e7-8cf7-a6006ad3dba0" ] ]
] ; #
fhir:performer ( [
fhir:actor [
fhir:identifier [
fhir:system [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-practitioner"^^xsd:anyURI ;
fhir:l <https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-practitioner> ] ;
fhir:value [ fhir:v "6547432" ] ] ;
fhir:display [ fhir:v "Jan Janssen" ] ]
] [
fhir:actor [
fhir:identifier [
fhir:system [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-organization"^^xsd:anyURI ;
fhir:l <https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-organization> ] ;
fhir:value [ fhir:v "27457532" ] ] ;
fhir:display [ fhir:v "Apotheek onder de toren" ] ]
] ) ; #
fhir:authorizingPrescription ( [
fhir:identifier [
fhir:system [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/prescription-id"^^xsd:anyURI ;
fhir:l <https://www.ehealth.fgov.be/standards/fhir/NamingSystem/prescription-id> ] ;
fhir:value [ fhir:v "2d8dab92-5c38-4380-96a9-e461be2014fd" ] ] ;
fhir:display [ fhir:v "Prescription 2014fd" ]
] ) ; #
fhir:quantity [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:system [
fhir:v "https://www.gfd-dpp.be/fhir/reference/packaging"^^xsd:anyURI ;
fhir:l <https://www.gfd-dpp.be/fhir/reference/packaging> ] ;
fhir:code [ fhir:v "package" ]
] ; #
fhir:whenHandedOver [ fhir:v "2020-03-10"^^xsd:date] ; #
fhir:dosageInstruction ( [
fhir:text [ fhir:v "3 x par jour" ]
] ) . #
IG © 2021+ eHealth Platform.
Package hl7.fhir.be.medication#1.1.1 based on FHIR 4.0.1.
Generated
2026-04-24
Links:
Table of Contents |
QA Report