Sha256: f369b6ea01bf74b675c8aeba15660949297d4bcb596c9fb33bd0d213bcd507c7
Contents?: true
Size: 765 Bytes
Versions: 3
Compression:
Stored size: 765 Bytes
Contents
{ "name": "Result", "properties": { "initialPopulation": { "type": "integer", "description": "Individuals for whom the measure is intended." }, "denominator": { "type": "integer", "description": "Individuals who should meet the measure. Sometimes equivalent to the initial population." }, "numerator": { "type": "array", "description": "Individuals who do meet the measure.", "items": { "type": "integer" } }, "exclusions": { "type": "array", "description": "Individuals that should be in the denominator but have characteristics that make them inappropriate for the measure.", "optional": true, "items": { "type": "integer" } } } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
quality-measure-engine-0.1.2 | schema/result.json |
quality-measure-engine-0.1.1 | schema/result.json |
quality-measure-engine-0.1.0 | schema/result.json |