FHIR IG analytics| Package | sk.registry.core.r5 |
| Resource Type | CodeSystem |
| Id | CodeSystem-discharge-dept-cs.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=sk.registry.core.r5@4.0.0&canonical=http://testSK.org/CodeSystem/CodeSystem/discharge-dept-cs |
| URL | http://testSK.org/CodeSystem/CodeSystem/discharge-dept-cs |
| Version | 0.1.0 |
| Status | active |
| Date | 2025-10-21T11:09:58+00:00 |
| Name | DischargeDeptCS |
| Title | Discharge Department/Service Code System |
| Description | Code system specifying the type of department or service the patient was discharged or transferred to. |
| Content | complete |
| ValueSet | |
| discharge-dept-vs | Discharge Department/Service ValueSet |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem discharge-dept-cs
This code system http://testSK.org/CodeSystem/CodeSystem/discharge-dept-cs defines the following codes:
{
"resourceType": "CodeSystem",
"id": "discharge-dept-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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-21T11:09:58+00: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."
}
]
}