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-ConditionCategory-1",
  "text": {
    "status": "generated"
  },
  "url": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-ConditionCategory-1",
  "version": "1.1.0",
  "name": "Care Connect Condition Category",
  "status": "draft",
  "date": "2018-11-14T00:00:00+00:00",
  "publisher": "HL7 UK",
  "description": "A CodeSystem to identify the category of a condition.",
  "copyright": "Copyright © 2016 HL7 UK",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "problem-list-item",
      "display": "Problem List Item",
      "definition": "An item on a problem list which can be managed over time and can be expressed by a practitioner (e.g. physician, nurse), patient, or related person."
    },
    {
      "code": "encounter-diagnosis",
      "display": "Encounter Diagnosis",
      "definition": "A point in time diagnosis (e.g. from a physician or nurse) in context of an encounter."
    },
    {
      "code": "presenting-complaint",
      "display": "Presenting Complaint"
    },
    {
      "code": "co-morbidity",
      "display": "Co-morbidity"
    },
    {
      "code": "issue",
      "display": "Issue"
    }
  ]
}