FHIR IG Statistics: ValueSet/ValueSet-SHD-WithdrawalReason
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"id": "ValueSet-SHD-WithdrawalReason",
"meta": {
"lastUpdated": "2021-04-22T06:35:09.586+00:00"
},
"url": "https://fhir.nottinghamshire.gov.uk/STU3/valueset/SHD-WithdrawalReason",
"version": "0.0.1",
"name": "Discharge Notice Withdrawal Reason",
"title": "Discharge Notice Withdrawal Reason",
"status": "draft",
"date": "2021-04-22T06:35:08.5205311+00:00",
"description": "A ValueSet that identifies the reasons why a Discharge Notice has been withdrawn.",
"purpose": "A ValueSet that identifies the reasons why a Discharge Notice has been withdrawn.",
"copyright": "Copyright © Nottinghamshire County Council 2020",
"compose": {
"include": [
{
"system": "https://fhir.nottinghamshire.gov.uk/STU3/codesystem/SHD-CancellationReason",
"concept": [
{
"code": "04",
"display": "Patient's proposed treatment has been cancelled or postponed"
},
{
"code": "07",
"display": "Patient's condition has deteriorated"
},
{
"code": "12",
"display": "Notice sent in error"
},
{
"code": "13",
"display": "Other"
}
]
}
]
}
}