FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/discharge-reason

Packageca.on.oh.mha.pds
Resource TypeValueSet
Iddischarge-reason
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.mha.pds@2.0.0-alpha-preview-0.1&canonical=http://ontariohealth.ca/fhir/ValueSet/mha-organization-admission-discharge-reason
URLhttp://ontariohealth.ca/fhir/ValueSet/mha-organization-admission-discharge-reason
Version1.0.0
Statusdraft
NameDischargeReason
TitleDischarge Reason
DescriptionThe value set identifies the reason for discharge

Resources that use this resource

StructureDefinition
ca-on-mha-profile-EncounterMHA Encounter Profile
ca-on-mha-ext-DischargeReasonDischargeReason

Resources that this resource uses

CodeSystem
sctSNOMED CT International Edition

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "discharge-reason",
  "url": "http://ontariohealth.ca/fhir/ValueSet/mha-organization-admission-discharge-reason",
  "version": "1.0.0",
  "name": "DischargeReason",
  "title": "Discharge Reason",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "The value set identifies the reason for discharge",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "182992009",
            "display": "Treatment completed"
          },
          {
            "code": "183955003",
            "display": "Patient self-discharge"
          },
          {
            "code": "306382007",
            "display": "Discharge by health worker"
          },
          {
            "code": "19712007",
            "display": "Patient transfer, to another health care facility"
          },
          {
            "code": "105568001",
            "display": "In prison"
          },
          {
            "code": "419099009",
            "display": "Dead"
          },
          {
            "code": "410543007",
            "display": "No show"
          },
          {
            "code": "32485007",
            "display": "Admission to hospital"
          },
          {
            "code": "261665006",
            "display": "Unknown"
          },
          {
            "code": "74964007",
            "display": "Other"
          }
        ]
      }
    ]
  }
}