Digital Referral Prescription Implementation Guide
1.0.0 - STU Belgium flag

Digital Referral Prescription Implementation Guide, published by eHealth Platform. 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 - JSON Representation

Active as of 2025-10-10

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "be-treatment-status-reason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem be-treatment-status-reason</b></p><a name=\"be-treatment-status-reason\"> </a><a name=\"hcbe-treatment-status-reason\"> </a><p>This case-insensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/drp/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>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/drp/CodeSystem/be-treatment-status-reason",
  "version" : "1.0.0",
  "name" : "BeTreatmentStatusReason",
  "title" : "BeTreatmentStatusReason",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-10-10T11:57:37+00:00",
  "publisher" : "eHealth Platform",
  "contact" : [
    {
      "name" : "eHealth Platform",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ehealth.fgov.be/standards/fhir"
        },
        {
          "system" : "email",
          "value" : "support@be-ehealth-standards.atlassian.net"
        }
      ]
    },
    {
      "name" : "Message Structure eHealth",
      "telecom" : [
        {
          "system" : "email",
          "value" : "support@be-ehealth-standards.atlassian.net",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "DEMONSTRATIVE EXAMPLE - Status reason for the treatment. Initially defined as supporting CodeSystem for the referral prescription.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "stoppedtemporarily",
      "display" : "Stopped temporarily"
    },
    {
      "code" : "blacklistedcaregiver",
      "display" : "Blacklisted Caregiver"
    },
    {
      "code" : "blacklistedprescriber",
      "display" : "Blacklisted Prescriber"
    }
  ]
}