{
	"name": "Blood glucose level",
	"description": "The recorded blood glucose levels.",
	"created": "2048-02-02T08:00:00Z",
	"modified": "2048-04-04T10:00:00Z",
	"symbol": "mmol/l",
	"min": 0,
	"step": 0.1,
	"ranges": [
		{
			"name": "Low",
			"max": 3.5
		},
		{
			"name": "Normal",
			"min": 3.6,
			"max": 5.5
		},
		{
			"name": "High",
			"min": 5.6
		}
	]
}