API Hub

Explore and Make use of Nationally Defined Messaging APIs

This is a HL7 FHIR server, and as you appear to be accessing this page from a web browser you are seeing a HTML version of the requested resource(s). You can also access this URL from a FHIR client as a ReSTful API call. For more details please see the HL7 FHIR specification.
{
  "resourceType": "CodeSystem",
  "id": "CodeSystem-RARecord-RemovalReason-1",
  "text": {
    "status": "generated"
  },
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/CodeSystem-RARecord-RemovalReason-1",
  "version": "1.0.0",
  "name": "Reasonable Adjustments Record Removal Reason",
  "status": "draft",
  "date": "2018-02-18T00:00:00+00:00",
  "publisher": "NHS Digital",
  "description": "Description",
  "copyright": "© 2018 NHS Digital.",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "Error",
      "display": "The Reasonable Adjustment Flag was created in error"
    },
    {
      "code": "PatientDissent",
      "display": "The patient has dissented to the creation of the Reasonable Adjustment Flag"
    },
    {
      "code": "ProxyDissent",
      "display": "The patient’s legal proxy has dissented to the creation of the Reasonable Adjustment Flag"
    },
    {
      "code": "DoesntApply",
      "display": "The Reasonable Adjustment Flag no longer applies to the patient"
    },
    {
      "code": "BestInterest",
      "display": "A best interest decision was taken to remove the Reasonable Adjustments Flag"
    }
  ]
}