You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zoo-api/schemas/IndicatorDetail.yaml

79 lines
2.4 KiB
YAML

description: |-
A report about a specific aspect of a care program, listing how each patient is categorized.
type: object
properties:
dict:
$ref: 'TermsDictionary.yaml'
gpis:
$ref: 'GPIS.yaml'
key:
$ref: 'Indicator.yaml#/properties/key'
title:
$ref: 'Indicator.yaml#/properties/title'
type:
$ref: 'Indicator.yaml#/properties/type'
refDate:
$ref: 'IndicatorSet.yaml#/properties/refDate'
htmlDescription:
$ref: 'Indicator.yaml#/properties/htmlDescription'
htmlDescriptionDetail:
$ref: 'Indicator.yaml#/properties/htmlDetail'
focus:
$ref: 'Indicator.yaml/#properties/focus'
blocks:
description: |-
A block describes one particular outcome (such as 'patients with conflicting registration').
type: array
items:
type: object
required:
- title
- patients
properties:
title:
description: Describes the nature of what this block of patients represents. *HTML*.
type: string
example: >-
Hoofdbehandelaar is geregistreerd als 'Onbekend'
description:
description: |-
*OPTIONAL* Additional information about this block of patients; usually instructions about recommended medical / GP actions. *HTML*.
type: string
example: |-
Voor deze patiënten hebben we geen registratie van de hoofdbehandelaar kunnen vinden in de uit uw HIS aangeboden informatie.<br />
We raden u om deze lijst door te nemen en de hoofdbehandelaar te registreren.
patients:
description: |-
A list of all patients in this block with details about why they are in this block.
type: array
items:
type: object
properties:
patUnid:
$ref: 'pat-patUnid.yaml'
bsn:
$ref: 'pat-BSN.yaml'
name:
$ref: 'pat-Name.yaml'
dob:
$ref: 'pat-DOB.yaml'
expl:
description: |-
An explanation of why this patient is in this block, in medmark format.
type: string
example: |-
[NHG DMHB TZ] = [NHGA 49] op [DATE 20220223].
required:
- patUnid
- bsn
- name
- dob
- expl
required:
- gpis
- key
- name
- refDate
- description
- blocks