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

FHIR IG analytics

Packagesk.registry.core.r5
Resource TypeCodeSystem
IdCodeSystem-discharge-dept-cs.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=sk.registry.core.r5@4.0.0&canonical=http://testSK.org/CodeSystem/CodeSystem/discharge-dept-cs
URLhttp://testSK.org/CodeSystem/CodeSystem/discharge-dept-cs
Version0.1.0
Statusactive
Date2025-10-21T11:09:58+00:00
NameDischargeDeptCS
TitleDischarge Department/Service Code System
DescriptionCode system specifying the type of department or service the patient was discharged or transferred to.
Contentcomplete

Resources that use this resource

ValueSet
discharge-dept-vsDischarge Department/Service ValueSet

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplayDefinition
acute Acute RehabilitationPatient discharged to an acute rehabilitation setting.
post-care Post Care BedPatient discharged to a post care bed.
neurology NeurologyPatient discharged to a neurology department or service.
another-department Another DepartmentPatient discharged to a different department within the same hospital.

Source1

{
  "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."
    }
  ]
}