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-MedicationSupplyType-1",
"text": {
"status": "generated"
},
"url": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-MedicationSupplyType-1",
"version": "1.0.0",
"name": "Care Connect Medication Supply Type",
"status": "draft",
"date": "2018-07-11T00:00:00+00:00",
"publisher": "HL7 UK",
"description": "A CodeSystem to identify the type of medication supply.",
"copyright": "Copyright © 2016 HL7 UK",
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "over-the-counter",
"display": "Over the counter"
},
{
"code": "emergency-supply",
"display": "Emergency supply"
},
{
"code": "patient-group-direction",
"display": "Patient group direction"
},
{
"code": "minor-ailments-scheme",
"display": "Minor ailments scheme"
},
{
"code": "prescription-dispensing",
"display": "Prescription dispensing"
},
{
"code": "private-prescription-dispensing",
"display": "Private prescription dispensing"
},
{
"code": "self-declared",
"display": "Self declared"
}
]
}