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-uhmep/ and changes regularly. See the Directory of published versions

: DRP Note Types - JSON Representation

Active as of 2026-02-12

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "be-cs-note-types",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem be-cs-note-types</b></p><a name=\"be-cs-note-types\"> </a><a name=\"hcbe-cs-note-types\"> </a><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/be-cs-note-types</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\">contraindication<a name=\"be-cs-note-types-contraindication\"> </a></td><td>Contraindication</td></tr><tr><td style=\"white-space:nowrap\">general-remarks<a name=\"be-cs-note-types-general-remarks\"> </a></td><td>General remarks</td></tr><tr><td style=\"white-space:nowrap\">medical-reason<a name=\"be-cs-note-types-medical-reason\"> </a></td><td>Medical reason</td></tr><tr><td style=\"white-space:nowrap\">comment-prescriber<a name=\"be-cs-note-types-comment-prescriber\"> </a></td><td>Comment from the doctor/prescriber</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>French (Belgium) (fr)</b></td><td><b>Nederlands (België) (Dutch (Belgium), nl)</b></td></tr><tr><td>contraindication</td><td>Contre-indications</td><td>Contra-indicaties</td></tr><tr><td>general-remarks</td><td>Remarques générales</td><td>Algemene opmerkingen</td></tr><tr><td>medical-reason</td><td>Raison médicale</td><td>Medische reden</td></tr><tr><td>comment-prescriber</td><td>Commentaire du médecin/prescripteur</td><td>Opmerking van de arts/voorschrijver</td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/be-cs-note-types",
  "version" : "1.0.0",
  "name" : "BeCSNoteTypes",
  "title" : "DRP Note Types",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-02-12T14:27:46+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" : "Types of notes that can be associated with a prescription.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "contraindication",
      "display" : "Contraindication",
      "designation" : [
        {
          "language" : "nl-BE",
          "value" : "Contra-indicaties"
        },
        {
          "language" : "fr-BE",
          "value" : "Contre-indications"
        }
      ]
    },
    {
      "code" : "general-remarks",
      "display" : "General remarks",
      "designation" : [
        {
          "language" : "nl-BE",
          "value" : "Algemene opmerkingen"
        },
        {
          "language" : "fr-BE",
          "value" : "Remarques générales"
        }
      ]
    },
    {
      "code" : "medical-reason",
      "display" : "Medical reason",
      "designation" : [
        {
          "language" : "nl-BE",
          "value" : "Medische reden"
        },
        {
          "language" : "fr-BE",
          "value" : "Raison médicale"
        }
      ]
    },
    {
      "code" : "comment-prescriber",
      "display" : "Comment from the doctor/prescriber",
      "designation" : [
        {
          "language" : "nl-BE",
          "value" : "Opmerking van de arts/voorschrijver"
        },
        {
          "language" : "fr-BE",
          "value" : "Commentaire du médecin/prescripteur"
        }
      ]
    }
  ]
}