{
  "resourceType": "ValueSet",
  "id": "ValueSet-SHD-MedicallyFitStatus",
  "meta": {
    "lastUpdated": "2021-04-22T06:34:41.181+00:00"
  },
  "url": "https://fhir.nottinghamshire.gov.uk/STU3/valueset/SHD-MedicallyFitStatus",
  "version": "0.0.1",
  "name": "SHD Safe for Discharge Status",
  "title": "SHD Safe for Discharge Status",
  "status": "draft",
  "date": "2021-04-22T06:34:41.034778+00:00",
  "description": "A ValueSet that identifies Safe for Discharge Status of a Patient.",
  "purpose": "A ValueSet that identifies Safe for Discharge Status of a Patient.",
  "copyright": "Copyright © Nottinghamshire County Council 2020",
  "compose": {
    "include": [
      {
        "system": "https://fhir.nottinghamshire.gov.uk/STU3/codesystem/SHD-MedicallyFitStatus",
        "concept": [
          {
            "code": "01",
            "display": "Medically Fit"
          },
          {
            "code": "02",
            "display": "Medically Unfit"
          },
          {
            "code": "03",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}