API Hub
Explore and Make use of Nationally Defined Messaging APIs
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": "NHSDataDictionary-BreastfeedingStatus-1",
"text": {
"status": "generated"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/codesystem-sourceReference",
"valueUri": "https://www.datadictionary.nhs.uk/data_dictionary/attributes/b/bre/breastfeeding_status_de.asp?shownav=1"
}
],
"url": "https://fhir.nhs.uk/STU3/CodeSystem/NHSDataDictionary-BreastfeedingStatus-1",
"version": "1.0.0",
"name": "NHS Data Model and Dictionary Breastfeeding Status",
"status": "draft",
"date": "2018-12-17T12:00:00+00:00",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"description": "The breastfeeding status of a baby.",
"copyright": "Copyright © 2018 NHS Digital",
"content": "complete",
"concept": [
{
"code": "01",
"display": "Exclusively breast milk feeding"
},
{
"code": "02",
"display": "Partially breast milk feeding"
},
{
"code": "03",
"display": "No breast milk feeding at all"
}
]
}