FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.be.referral
Resource TypeCodeSystem
IdCodeSystem-be-prescription-status-reason.json
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/referral/1.0.0/CodeSystem-be-prescription-status-reason.html
URLhttps://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-prescription-status-reason
Version1.0.0
Statusactive
Date2026-08-25T14:26:35+02:00
NameBePrescriptionStatusReason
TitleBePrescriptionStatusReason
Realmbe
Authorityhl7
DescriptionDEMONSTRATIVE EXAMPLE - Status reason for the prescription. Initially defined as supporting CodeSystem for the referral prescription.
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.be.referral#1.0.0be-vs-prescription-status-reasonBeVSPrescriptionStatusReason

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem be-prescription-status-reason

This case-insensitive code system https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-prescription-status-reason defines the following codes:

CodeDisplay
cancelled Cancelled
expired Expired
patient-cancelled-ssin Cancelled SSIN
blacklisted-prescriber Blacklisted Prescriber
deceased-patient Deceased patient

Source1

{
  "resourceType": "CodeSystem",
  "id": "be-prescription-status-reason",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-prescription-status-reason",
  "version": "1.0.0",
  "name": "BePrescriptionStatusReason",
  "title": "BePrescriptionStatusReason",
  "status": "active",
  "experimental": false,
  "date": "2026-08-25T14:26:35+02: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 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": 5,
  "concept": [
    {
      "code": "cancelled",
      "display": "Cancelled"
    },
    {
      "code": "expired",
      "display": "Expired"
    },
    {
      "code": "patient-cancelled-ssin",
      "display": "Cancelled SSIN"
    },
    {
      "code": "blacklisted-prescriber",
      "display": "Blacklisted Prescriber"
    },
    {
      "code": "deceased-patient",
      "display": "Deceased patient"
    }
  ]
}