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

: BePrescriptionStatusReason - JSON Representation

Draft as of 2024-03-15

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "be-prescription-status-reason",
  "text" : {
    "status" : "generated",
    "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-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>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-prescription-status-reason",
  "version" : "1.0.0",
  "name" : "BePrescriptionStatusReason",
  "title" : "BePrescriptionStatusReason",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-03-15T09:14:52+00:00",
  "description" : "Status reason for the prescription. 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" : 11,
  "concept" : [
    {
      "code" : "blackListed",
      "display" : "Blacklisted prescriber"
    },
    {
      "code" : "multipleSteps",
      "display" : "Multiple steps"
    },
    {
      "code" : "coSign",
      "display" : "Co-sign"
    },
    {
      "code" : "cancelledDraft",
      "display" : "Cancelled draft"
    },
    {
      "code" : "expiredDraft",
      "display" : "Expired draft"
    },
    {
      "code" : "pending",
      "display" : "Pending"
    },
    {
      "code" : "ready",
      "display" : "Ready"
    },
    {
      "code" : "inProgress",
      "display" : "In progress"
    },
    {
      "code" : "inactive",
      "display" : "Inactive"
    },
    {
      "code" : "cancelingReason",
      "display" : "Canceling reason"
    },
    {
      "code" : "expired",
      "display" : "Expired"
    }
  ]
}