[trivial]

EH/population-statistics-authorisation
Reinier Zwitserloot 2 years ago
parent 863635f859
commit 3dfec11533
No known key found for this signature in database
GPG Key ID: DADEDCAA42950296

@ -29,7 +29,6 @@ get:
- bsn
- name
- gender
- contact
- patid
- pat_unid
- category

@ -42,6 +42,17 @@ get:
description: |-
A comma-separated list of dossier aspects to query. If omitted, everything is returned.
The keys match the keys in the JSON structure that is returned on a success, such as `medication` or `measurements`.
Current list of aspects:
- personal (basic info such as birth dates and address)
- careprograms (which actively managed chronic care programs the patient participates in)
- episodes (chronic conditions and problems)
- measurements (lab values, process management, answers to basic questions)
- feats (declared acts such as 'standard consult')
- correspondence (messages sent and received about this patient to other care professionals)
- medications
- contraindications
- journals
schema:
type: string
example: "medication,measurements"

Loading…
Cancel
Save