Digital Referral Prescription
1.0.0 - STU Belgium flag

This page is part of the HL7 BE Digital referral prescription IG (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: BePrescriptionStatusReason - TTL Representation

Active as of 2025-09-29

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 "be-prescription-status-reason"] ; # 
  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 be-prescription-status-reason</b></p><a name=\"be-prescription-status-reason\"> </a><a name=\"hcbe-prescription-status-reason\"> </a><p>This case-insensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/drp/CodeSystem/be-prescription-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\">blackListed<a name=\"be-prescription-status-reason-blackListed\"> </a></td><td>Blacklisted prescriber</td></tr><tr><td style=\"white-space:nowrap\">multipleSteps<a name=\"be-prescription-status-reason-multipleSteps\"> </a></td><td>Multiple steps</td></tr><tr><td style=\"white-space:nowrap\">coSign<a name=\"be-prescription-status-reason-coSign\"> </a></td><td>Co-sign</td></tr><tr><td style=\"white-space:nowrap\">cancelledDraft<a name=\"be-prescription-status-reason-cancelledDraft\"> </a></td><td>Cancelled draft</td></tr><tr><td style=\"white-space:nowrap\">expiredDraft<a name=\"be-prescription-status-reason-expiredDraft\"> </a></td><td>Expired draft</td></tr><tr><td style=\"white-space:nowrap\">pending<a name=\"be-prescription-status-reason-pending\"> </a></td><td>Pending</td></tr><tr><td style=\"white-space:nowrap\">ready<a name=\"be-prescription-status-reason-ready\"> </a></td><td>Ready</td></tr><tr><td style=\"white-space:nowrap\">inProgress<a name=\"be-prescription-status-reason-inProgress\"> </a></td><td>In progress</td></tr><tr><td style=\"white-space:nowrap\">inactive<a name=\"be-prescription-status-reason-inactive\"> </a></td><td>Inactive</td></tr><tr><td style=\"white-space:nowrap\">cancelingReason<a name=\"be-prescription-status-reason-cancelingReason\"> </a></td><td>Canceling reason</td></tr><tr><td style=\"white-space:nowrap\">expired<a name=\"be-prescription-status-reason-expired\"> </a></td><td>Expired</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/drp/CodeSystem/be-prescription-status-reason"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "BePrescriptionStatusReason"] ; # 
  fhir:title [ fhir:v "BePrescriptionStatusReason"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-29T17:49:50+02:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Status reason for the prescription. 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] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "11"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "blackListed" ] ;
fhir:display [ fhir:v "Blacklisted prescriber" ]
  ] [
fhir:code [ fhir:v "multipleSteps" ] ;
fhir:display [ fhir:v "Multiple steps" ]
  ] [
fhir:code [ fhir:v "coSign" ] ;
fhir:display [ fhir:v "Co-sign" ]
  ] [
fhir:code [ fhir:v "cancelledDraft" ] ;
fhir:display [ fhir:v "Cancelled draft" ]
  ] [
fhir:code [ fhir:v "expiredDraft" ] ;
fhir:display [ fhir:v "Expired draft" ]
  ] [
fhir:code [ fhir:v "pending" ] ;
fhir:display [ fhir:v "Pending" ]
  ] [
fhir:code [ fhir:v "ready" ] ;
fhir:display [ fhir:v "Ready" ]
  ] [
fhir:code [ fhir:v "inProgress" ] ;
fhir:display [ fhir:v "In progress" ]
  ] [
fhir:code [ fhir:v "inactive" ] ;
fhir:display [ fhir:v "Inactive" ]
  ] [
fhir:code [ fhir:v "cancelingReason" ] ;
fhir:display [ fhir:v "Canceling reason" ]
  ] [
fhir:code [ fhir:v "expired" ] ;
fhir:display [ fhir:v "Expired" ]
  ] ) . #