DischargeDeptCS

Metadata

NameDescriptionCanonical_URLStatusVersion
DischargeDeptCS

Code system specifying the type of department or service the patient was discharged or transferred to.

http://testSK.org/CodeSystem/CodeSystem/discharge-dept-csactive0.1.0

Concepts

  • acuteAcute Rehabilitation: Discharged to acute rehab.
  • post-carePost Care Bed: Discharged to a post-care bed.
  • neurologyNeurology: Discharged to a neurology service.
  • another-departmentAnother Department: Discharged to a different in-hospital department.

Resource content

Concepts

This code system http://testSK.org/CodeSystem/CodeSystem/discharge-dept-cs defines the following codes:

CodeDisplayDefinition
acuteAcute RehabilitationPatient discharged to an acute rehabilitation setting.
post-carePost Care BedPatient discharged to a post care bed.
neurologyNeurologyPatient discharged to a neurology department or service.
another-departmentAnother DepartmentPatient discharged to a different department within the same hospital.
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="discharge-dept-cs" />
<status value="generated" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<url value="http://testSK.org/CodeSystem/CodeSystem/discharge-dept-cs" />
<version value="0.1.0" />
<name value="DischargeDeptCS" />
<title value="Discharge Department/Service Code System" />
<status value="active" />
<date value="2025-10-07T17:56:22+02:00" />
<publisher value="UMU" />
<name value="UMU" />
<system value="url" />
<value value="http://testSK.org/umu" />
</telecom>
</contact>
<description value="Code system specifying the type of department or service the patient was discharged or transferred to." />
<content value="complete" />
<count value="4" />
<code value="acute" />
<display value="Acute Rehabilitation" />
<definition value="Patient discharged to an acute rehabilitation setting." />
</concept>
<code value="post-care" />
<display value="Post Care Bed" />
<definition value="Patient discharged to a post care bed." />
</concept>
<code value="neurology" />
<display value="Neurology" />
<definition value="Patient discharged to a neurology department or service." />
</concept>
<code value="another-department" />
<display value="Another Department" />
<definition value="Patient discharged to a different department within the same hospital." />
</concept>
</CodeSystem>
{
"resourceType": "CodeSystem",
"id": "discharge-dept-cs",
"text": {
"status": "generated",
--- We have skipped the narrative for better readability of the resource ---
},
"url": "http://testSK.org/CodeSystem/CodeSystem/discharge-dept-cs",
"version": "0.1.0",
"name": "DischargeDeptCS",
"title": "Discharge Department/Service Code System",
"status": "active",
"date": "2025-10-07T17:56:22+02:00",
"publisher": "UMU",
"contact": [
{
"name": "UMU",
"telecom": [
{
"system": "url",
"value": "http://testSK.org/umu"
}
]
}
],
"description": "Code system specifying the type of department or service the patient was discharged or transferred to.",
"content": "complete",
"count": 4,
"concept": [
{
"code": "acute",
"display": "Acute Rehabilitation",
"definition": "Patient discharged to an acute rehabilitation setting."
},
{
"code": "post-care",
"display": "Post Care Bed",
"definition": "Patient discharged to a post care bed."
},
{
"code": "neurology",
"display": "Neurology",
"definition": "Patient discharged to a neurology department or service."
},
{
"code": "another-department",
"display": "Another Department",
"definition": "Patient discharged to a different department within the same hospital."
}
]
}