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

FHIR IG Statistics: ValueSet/ValueSet-SHD-WithdrawalReason

Packagesupportedhospitaldischarge.stu3
Resource TypeValueSet
IdValueSet-SHD-WithdrawalReason
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=supportedhospitaldischarge.stu3@0.1.5&canonical=https://fhir.nottinghamshire.gov.uk/STU3/valueset/SHD-WithdrawalReason
URLhttps://fhir.nottinghamshire.gov.uk/STU3/valueset/SHD-WithdrawalReason
Version0.0.1
Statusdraft
Date2021-04-22T06:35:08.5205311+00:00
NameDischarge Notice Withdrawal Reason
TitleDischarge Notice Withdrawal Reason
DescriptionA ValueSet that identifies the reasons why a Discharge Notice has been withdrawn.
PurposeA ValueSet that identifies the reasons why a Discharge Notice has been withdrawn.
CopyrightCopyright © Nottinghamshire County Council 2020

Resources that use this resource

StructureDefinition
SHD-QuestionnaireResponse-DischargeNoticeSHD-QuestionnaireResponse-DischargeNotice

Resources that this resource uses

CodeSystem
SHD-CancellationReasonSupported Hospital Discharge Referral Cancellation Reason

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