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": "ITK-ConditionFlag-1",
  "text": {
    "status": "generated"
  },
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/ITK-ConditionFlag-1",
  "version": "1.0.0",
  "name": "ITK Condition Flag",
  "status": "draft",
  "date": "2018-04-18T00:00:00+01:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A code system that describes the status of a patient's condition.",
  "purpose": "This code system is defined to be bound to the ITK Condition List entry.flag element in order to show the status of a condition in the list.",
  "copyright": "Copyright ©2018 NHS Digital",
  "caseSensitive": true,
  "valueSet": "https://fhir.nhs.uk/STU3/ValueSet/ITK-ConditionFlag-1",
  "content": "complete",
  "concept": [
    {
      "code": "1",
      "display": "Primary"
    },
    {
      "code": "2",
      "display": "Secondary"
    }
  ]
}