FHIR IG Statistics: ValueSet/discharge-reason
Resources that use this resource
Resources that this resource uses
CodeSystem |
sct | SNOMED 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"
}
]
}
]
}
}