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": "CareConnect-RegistrationStatus-1",
  "text": {
    "status": "generated"
  },
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/CareConnect-RegistrationStatus-1",
  "version": "1.0.0",
  "name": "Care Connect Registration Status",
  "status": "active",
  "date": "2017-11-22T00:00:00+00:00",
  "publisher": "HL7 UK",
  "description": "A CodeSystem that identifies the status of registration for a patient at the healthcare organisation.",
  "copyright": "Copyright © 2016 HL7 UK",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "A",
      "display": "Active"
    },
    {
      "code": "D",
      "display": "Deduction Pending"
    },
    {
      "code": "I",
      "display": "Inactive"
    },
    {
      "code": "R",
      "display": "Registration Pending"
    }
  ]
}