Belgium Medication Schema
1.0.0 - STU1 Belgium

Belgium Medication Schema, published by My Organization. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/hl7-be/kmehrms and changes regularly. See the Directory of published versions

: Medication Line consent - TTL Representation

Active as of 2023-03-07

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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "BEMedicationLineConsent"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://example.com/fhir/example/CodeSystem/BEMedicationLineConsent</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">consent<a name=\"BEMedicationLineConsent-consent\"> </a></td><td>Consent</td><td>Patient consents with sharing the information</td></tr><tr><td style=\"white-space:nowrap\">refuse<a name=\"BEMedicationLineConsent-refuse\"> </a></td><td>Refuse</td><td>Patient doesn't give consent for sharing the information</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://example.com/fhir/example/CodeSystem/BEMedicationLineConsent"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "BEMedicationLineConsent"] ; # 
  fhir:title [ fhir:v "Medication Line consent"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-03-07T20:58:02+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "My Organization"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "My Organization" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.com/committees" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "my-group@example.com" ]     ] )
  ] [
fhir:name [ fhir:v "Bob Smith" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "bobsmith@example.com" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Medication Line consent."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "056" ] ;
fhir:display [ fhir:v "Belgium" ]     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "consent" ] ;
fhir:display [ fhir:v "Consent" ] ;
fhir:definition [ fhir:v "Patient consents with sharing the information" ]
  ] [
fhir:code [ fhir:v "refuse" ] ;
fhir:display [ fhir:v "Refuse" ] ;
fhir:definition [ fhir:v "Patient doesn't give consent for sharing the information" ]
  ] ) . #