Digital Referral Prescription Implementation Guide
1.0.0 - STU
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
| Active as of 2026-02-12 |
{
"resourceType" : "CodeSystem",
"id" : "be-cs-session-types",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem be-cs-session-types</b></p><a name=\"be-cs-session-types\"> </a><a name=\"hcbe-cs-session-types\"> </a><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/be-cs-session-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\">individual-session<a name=\"be-cs-session-types-individual-session\"> </a></td><td>Individual session</td></tr><tr><td style=\"white-space:nowrap\">group-session<a name=\"be-cs-session-types-group-session\"> </a></td><td>Group session</td></tr><tr><td style=\"white-space:nowrap\">combination-session<a name=\"be-cs-session-types-combination-session\"> </a></td><td>Combination</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>individual-session</td><td>Sessions individuelles</td><td>Individuele sessies</td></tr><tr><td>group-session</td><td>Sessions de groupe</td><td>Groepsessies</td></tr><tr><td>combination-session</td><td>Combinaison</td><td>Combinatie</td></tr></table></div>"
},
"url" : "https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/be-cs-session-types",
"version" : "1.0.0",
"name" : "BeCSSessionTypes",
"title" : "DRP Session 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 sessions for education or care activities.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "BE",
"display" : "Belgium"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "individual-session",
"display" : "Individual session",
"designation" : [
{
"language" : "nl-BE",
"value" : "Individuele sessies"
},
{
"language" : "fr-BE",
"value" : "Sessions individuelles"
}
]
},
{
"code" : "group-session",
"display" : "Group session",
"designation" : [
{
"language" : "nl-BE",
"value" : "Groepsessies"
},
{
"language" : "fr-BE",
"value" : "Sessions de groupe"
}
]
},
{
"code" : "combination-session",
"display" : "Combination",
"designation" : [
{
"language" : "nl-BE",
"value" : "Combinatie"
},
{
"language" : "fr-BE",
"value" : "Combinaison"
}
]
}
]
}