This page is part of the HL7 Belgium Medication Implementation Guide (v0.2.0: Trial Use Ballot 1) based on FHIR 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "DispenserTypes"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"https://simplifier.net/resolve?scope=ehealthplatform.be.r4.federalprofiles@1.2.2&canonical=https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-hcparty\"><code>https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-hcparty</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://simplifier.net/resolve?scope=ehealthplatform.be.r4.federalprofiles@1.2.2&canonical=https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-hcparty.html#cd-hcparty-deptpharmacy\">deptpharmacy</a></td><td>Pharmacy service or department within an organisation</td></tr><tr><td><a href=\"https://simplifier.net/resolve?scope=ehealthplatform.be.r4.federalprofiles@1.2.2&canonical=https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-hcparty.html#cd-hcparty-perspharmacist\">perspharmacist</a></td><td>pharmacist</td></tr><tr><td><a href=\"https://simplifier.net/resolve?scope=ehealthplatform.be.r4.federalprofiles@1.2.2&canonical=https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-hcparty.html#cd-hcparty-orgpharmacy\">orgpharmacy</a></td><td>Independent pharmacy</td></tr><tr><td><a href=\"https://simplifier.net/resolve?scope=ehealthplatform.be.r4.federalprofiles@1.2.2&canonical=https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-hcparty.html#cd-hcparty-perspharmacyassistant\">perspharmacyassistant</a></td><td>pharmacy assistant</td></tr><tr><td><a href=\"https://simplifier.net/resolve?scope=ehealthplatform.be.r4.federalprofiles@1.2.2&canonical=https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-hcparty.html#cd-hcparty-perspharmacistclinicalbiologist\">perspharmacistclinicalbiologist</a></td><td>pharmacist-clinical biologist</td></tr><tr><td><a href=\"https://simplifier.net/resolve?scope=ehealthplatform.be.r4.federalprofiles@1.2.2&canonical=https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-hcparty.html#cd-hcparty-persdentist\">persdentist</a></td><td>dentist</td></tr><tr><td><a href=\"https://simplifier.net/resolve?scope=ehealthplatform.be.r4.federalprofiles@1.2.2&canonical=https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-hcparty.html#cd-hcparty-deptdentistry\">deptdentistry</a></td><td>dentistry</td></tr></table></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "https://www.hl7belgium.org/profiles/hl7belgium/be-medication/ValueSet/DispenserTypes"];
fhir:ValueSet.version [ fhir:value "0.2.0"];
fhir:ValueSet.name [ fhir:value "DispenserTypes"];
fhir:ValueSet.title [ fhir:value "Dispenser Types"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.date [ fhir:value "2021-07-12T21:59:30+02:00"^^xsd:dateTime];
fhir:ValueSet.publisher [ fhir:value "HL7 Belgium"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://hl7belgium.org" ] ]
];
fhir:ValueSet.description [ fhir:value "Dispenser Types - from hcparty"];
fhir:ValueSet.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "056" ] ];
fhir:CodeableConcept.text [ fhir:value "Belgium" ]
];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-hcparty" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "deptpharmacy" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "perspharmacist" ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "orgpharmacy" ] ], [
fhir:index 3;
fhir:ValueSet.compose.include.concept.code [ fhir:value "perspharmacyassistant" ] ], [
fhir:index 4;
fhir:ValueSet.compose.include.concept.code [ fhir:value "perspharmacistclinicalbiologist" ] ], [
fhir:index 5;
fhir:ValueSet.compose.include.concept.code [ fhir:value "persdentist" ] ], [
fhir:index 6;
fhir:ValueSet.compose.include.concept.code [ fhir:value "deptdentistry" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.