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-LanguageAbilityMode-1",
"text": {
"status": "generated"
},
"url": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-LanguageAbilityMode-1",
"version": "1.1.0",
"name": "Care Connect Language Ability Mode",
"status": "draft",
"date": "2018-11-01T00:00:00+00:00",
"publisher": "HL7 UK",
"description": "A CodeSystem that identifies the mode the patient can communicate in, representing the method of expression of the language.",
"copyright": "Copyright © 2016 HL7 UK",
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "ESGN",
"display": "Expressed signed"
},
{
"code": "ESP",
"display": "Expressed spoken"
},
{
"code": "EWR",
"display": "Expressed written"
},
{
"code": "RSGN",
"display": "Received signed"
},
{
"code": "RSP",
"display": "Received spoken"
},
{
"code": "RWR",
"display": "Received written"
}
]
}