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-NHSDataDictionary-PersonStatedGender-1",
  "text": {
    "status": "generated"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/codesystem-sourceReference",
      "valueUri": "http://www.datadictionary.nhs.uk/data_dictionary/attributes/p/person/person_stated_gender_code_de.asp?shownav=1"
    }
  ],
  "url": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-NHSDataDictionary-PersonStatedGender-1",
  "version": "1.0.0",
  "name": "NHS Data Model and Dictionary Person Stated Gender Code",
  "status": "active",
  "date": "2017-08-21T12:00:00+00:00",
  "publisher": "HL7 UK",
  "description": "The gender of a Person. Person Stated Gender Code is self declared or inferred by observation for those unable to declare their Person Stated Gender.",
  "copyright": "Copyright © 2016 HL7 UK",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "1",
      "display": "Male"
    },
    {
      "code": "2",
      "display": "Female"
    },
    {
      "code": "9",
      "display": "Indeterminate (unable to be classified as either male or female)"
    },
    {
      "code": "X",
      "display": "Not Known (not recorded)"
    }
  ]
}