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

FHIR IG analytics

Packagesk.registry.core.r5
Resource TypeValueSet
IdValueSet-discharge-destination-vs.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=sk.registry.core.r5@4.0.0&canonical=http://testSK.org/ValueSet/discharge-destination-vs
URLhttp://testSK.org/ValueSet/discharge-destination-vs
Version0.1.0
Statusdraft
Date2025-03-31
NameDischargeDestinationValueSet
TitleDischarge Destination ValueSet
DescriptionDefines possible patient discharge destinations.
PurposeTo support consistent recording of discharge destinations for analytics, reporting, and care coordination.
CopyrightThis value set includes SNOMED CT® content. SNOMED CT® is distributed by SNOMED International.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
sctSNOMED codes used in this IG

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet discharge-destination-vs

  • Include these codes as defined in http://snomed.info/sct version Not Stated (use latest from terminology server)
    CodeDisplay
    306689006Discharge to home (procedure)
    306706006Discharge to ward (procedure)
    19712007Patient transfer, to another health care facility (procedure)
    306691003Discharge to residential home (procedure)
    305398007Admission to the mortuary (procedure)

Source1

{
  "resourceType": "ValueSet",
  "id": "discharge-destination-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://testSK.org/ValueSet/discharge-destination-vs",
  "version": "0.1.0",
  "name": "DischargeDestinationValueSet",
  "title": "Discharge Destination ValueSet",
  "status": "draft",
  "experimental": true,
  "date": "2025-03-31",
  "publisher": "UMU",
  "contact": [
    {
      "name": "UMU",
      "telecom": [
        {
          "system": "url",
          "value": "http://testSK.org/umu"
        }
      ]
    }
  ],
  "description": "Defines possible patient discharge destinations.",
  "immutable": false,
  "purpose": "To support consistent recording of discharge destinations for analytics, reporting, and care coordination.",
  "copyright": "This value set includes SNOMED CT® content. SNOMED CT® is distributed by SNOMED International.",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "306689006",
            "display": "Discharge to home (procedure)"
          },
          {
            "code": "306706006",
            "display": "Discharge to ward (procedure)"
          },
          {
            "code": "19712007",
            "display": "Patient transfer, to another health care facility (procedure)"
          },
          {
            "code": "306691003",
            "display": "Discharge to residential home (procedure)"
          },
          {
            "code": "305398007",
            "display": "Admission to the mortuary (procedure)"
          }
        ]
      }
    ]
  }
}