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-ConditionEpisodicity-1",
"text": {
"status": "generated"
},
"url": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-ConditionEpisodicity-1",
"version": "1.1.0",
"name": "Care Connect Condition Episodicity",
"status": "draft",
"date": "2018-11-14T00:00:00+00:00",
"publisher": "HL7 UK",
"description": "A CodeSystem to identify the episodicity of a condition.",
"copyright": "Copyright © 2016 HL7 UK",
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "first",
"display": "First",
"definition": "The first episode of a condition."
},
{
"code": "new",
"display": "New",
"definition": "A new episode of a previously recorded condition."
},
{
"code": "review",
"display": "Review",
"definition": "A review of an existing condition episode."
},
{
"code": "end",
"display": "End",
"definition": "Marks the end of an existing condition episode."
}
]
}