Medication, published by HL7 Belgium. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/medication/tree/master and changes regularly. See the Directory of published versions
: Medication origin Type - TTL Representation
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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "BeMedicationLineOriginType"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem BeMedicationLineOriginType</b></p><a name=\"BeMedicationLineOriginType\"> </a><a name=\"hcBeMedicationLineOriginType\"> </a><p>This case-insensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/BeMedicationLineOriginType</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">ambulatory-request<a name=\"BeMedicationLineOriginType-ambulatory-request\"> </a></td><td>Ambulatory prescription</td></tr><tr><td style=\"white-space:nowrap\">hospital-request<a name=\"BeMedicationLineOriginType-hospital-request\"> </a></td><td>Hospital prescription</td></tr><tr><td style=\"white-space:nowrap\">self-medication<a name=\"BeMedicationLineOriginType-self-medication\"> </a></td><td>Upon patient demand - Self-medication</td></tr><tr><td style=\"white-space:nowrap\">with-request<a name=\"BeMedicationLineOriginType-with-request\"> </a></td><td>Medication not sold in Belgium, with prescription</td></tr><tr><td style=\"white-space:nowrap\">without-request<a name=\"BeMedicationLineOriginType-without-request\"> </a></td><td>Medication not sold in Belgium, without prescription</td></tr><tr><td style=\"white-space:nowrap\">pharmacist-advice<a name=\"BeMedicationLineOriginType-pharmacist-advice\"> </a></td><td>Upon pharmacist advice</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/BeMedicationLineOriginType"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.1.0"] ; #
fhir:name [ fhir:v "BeMedicationLineOriginType"] ; #
fhir:title [ fhir:v "Medication origin Type"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-07-25T19:42:47+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Belgium"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Belgium" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7belgium.org" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hl7belgium@hl7belgium.org" ] ] )
] [
fhir:name [ fhir:v "Message Structure eHealth" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "message-structure@ehealth.fgov.be" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Medication origin type"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BE" ] ;
fhir:display [ fhir:v "Belgium" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "ambulatory-request" ] ;
fhir:display [ fhir:v "Ambulatory prescription" ]
] [
fhir:code [ fhir:v "hospital-request" ] ;
fhir:display [ fhir:v "Hospital prescription" ]
] [
fhir:code [ fhir:v "self-medication" ] ;
fhir:display [ fhir:v "Upon patient demand - Self-medication" ]
] [
fhir:code [ fhir:v "with-request" ] ;
fhir:display [ fhir:v "Medication not sold in Belgium, with prescription" ]
] [
fhir:code [ fhir:v "without-request" ] ;
fhir:display [ fhir:v "Medication not sold in Belgium, without prescription" ]
] [
fhir:code [ fhir:v "pharmacist-advice" ] ;
fhir:display [ fhir:v "Upon pharmacist advice" ]
] ) . #