records
NHS Newborn and infant physical examination screening programme coverage (NP1)
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"nhs-newborn-and-infant-physical-examination-screening-programme-coverage-np1",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/nhs-newborn-and-infant-physical-examination-screening-programme-coverage-np1"
}
] - "definitions":{
- "nhs-newborn-and-infant-physical-examination-screening-programme-coverage-np1":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/nhs-newborn-and-infant-physical-examination-screening-programme-coverage-np1_records"
}
}
} - "records":
} - "properties":
- "nhs-newborn-and-infant-physical-examination-screening-programme-coverage-np1_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Time period",
- "description":""
} - "geography":,{
- "type":"string",
- "title":"Geography",
- "description":""
} - "count":,{
- "type":"integer",
- "title":"Numerator",
- "description":"The number of people who undertook a screening"
} - "denominator":,{
- "type":"integer",
- "title":"Denominator",
- "description":"The number of people invited to undertake a screening"
} - "performance_value":{
- "type":"number",
- "title":"Performance (%)",
- "description":"The percentage of those who undertook a screening compared to the number invited",
- "unit":"%"
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "nhs-newborn-and-infant-physical-examination-screening-programme-coverage-np1":
}