diff --git a/paths/patient_base.yaml b/paths/patient_base.yaml index 78836f5..b67c3a9 100644 --- a/paths/patient_base.yaml +++ b/paths/patient_base.yaml @@ -29,7 +29,6 @@ get: - bsn - name - gender - - contact - patid - pat_unid - category diff --git a/paths/patient_dossier.yaml b/paths/patient_dossier.yaml index 8d29b5f..211a1a8 100644 --- a/paths/patient_dossier.yaml +++ b/paths/patient_dossier.yaml @@ -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"