|
|
|
@ -42,6 +42,17 @@ get:
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
A comma-separated list of dossier aspects to query. If omitted, everything is returned.
|
|
|
|
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`.
|
|
|
|
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:
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
example: "medication,measurements"
|
|
|
|
example: "medication,measurements"
|
|
|
|
|