Referral Prescription
1.0.0 - STU Belgium flag

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

: BeTreatmentStatusReason - TTL Representation

Draft as of 2024-03-15

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 "be-treatment-status-reason"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-treatment-status-reason</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\">stoppedtemporarily<a name=\"be-treatment-status-reason-stoppedtemporarily\"> </a></td><td>Stopped temporarily</td></tr><tr><td style=\"white-space:nowrap\">blacklistedcaregiver<a name=\"be-treatment-status-reason-blacklistedcaregiver\"> </a></td><td>Blacklisted Caregiver</td></tr><tr><td style=\"white-space:nowrap\">blacklistedprescriber<a name=\"be-treatment-status-reason-blacklistedprescriber\"> </a></td><td>Blacklisted Prescriber</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-treatment-status-reason"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "BeTreatmentStatusReason"] ; # 
  fhir:title [ fhir:v "BeTreatmentStatusReason"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-03-15T09:14:52+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Status reason for the treatment. Initially defined as supporting CodeSystem for the referral prescription."] ; # 
  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"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "stoppedtemporarily" ] ;
fhir:display [ fhir:v "Stopped temporarily" ]
  ] [
fhir:code [ fhir:v "blacklistedcaregiver" ] ;
fhir:display [ fhir:v "Blacklisted Caregiver" ]
  ] [
fhir:code [ fhir:v "blacklistedprescriber" ] ;
fhir:display [ fhir:v "Blacklisted Prescriber" ]
  ] ) . #