Detailed medical dossier information for the patient is returned.
@ -80,39 +80,39 @@ get:
type:object
properties:
bsn:
$ref:'schemas/PatIdentity.yaml#/bsn'
$ref:'../schemas/PatIdentity.yaml#/bsn'
name:
$ref:'schemas/PatIdentity.yaml#/name'
$ref:'../schemas/PatIdentity.yaml#/name'
gender:
$ref:'schemas/PatIdentity.yaml#/gender'
$ref:'../schemas/PatIdentity.yaml#/gender'
dob:
$ref:'schemas/PatIdentity.yaml#/dob'
$ref:'../schemas/PatIdentity.yaml#/dob'
category:
$ref:'schemas/PatIdentity.yaml#/category'
$ref:'../schemas/PatIdentity.yaml#/category'
doctor:
$ref:'schemas/PatIdentity.yaml#/doctor'
$ref:'../schemas/PatIdentity.yaml#/doctor'
address:
$ref:'schemas/PatIdentity.yaml#/address'
$ref:'../schemas/PatIdentity.yaml#/address'
contact:
$ref:'schemas/PatIdentity.yaml#/contact'
$ref:'../schemas/PatIdentity.yaml#/contact'
insurance:
$ref:'schemas/PatIdentity.yaml#/insurance'
$ref:'../schemas/PatIdentity.yaml#/insurance'
patid:
$ref:'schemas/PatIdentity.yaml#/patid'
$ref:'../schemas/PatIdentity.yaml#/patid'
pat_unid:
$ref:'schemas/PatIdentity.yaml#/pat_unid'
$ref:'../schemas/PatIdentity.yaml#/pat_unid'
start_date:
$ref:'schemas/PatIdentity.yaml#/start_date'
$ref:'../schemas/PatIdentity.yaml#/start_date'
end_date:
$ref:'schemas/PatIdentity.yaml#/end_date'
$ref:'../schemas/PatIdentity.yaml#/end_date'
end_reason:
$ref:'schemas/PatIdentity.yaml#/end_reason'
$ref:'../schemas/PatIdentity.yaml#/end_reason'
episodes:
type:array
description:|-
Lists chronic problems or other diagnosed medical issues (dutch:_behandelingen / episodes / problemen_) based on ICPC1-NL.
items:
$ref:'schemas/med_dossier/Episode.yaml'
$ref:'../schemas/med_dossier/Episode.yaml'
measurements:
type:array
description:|-
@ -121,7 +121,7 @@ get:
(such as 'responsible for chronic diabetes care:Specialist'), and answers to questionnaires such as 'do you have trouble
walking up stairs').
items:
$ref:'schemas/med_dossier/Measurement.yaml'
$ref:'../schemas/med_dossier/Measurement.yaml'
feats:
type:array
description:|-
@ -130,19 +130,19 @@ get:
*material that is paid separately (such some nitrogen to burn off a wart)
* 'subscription' fees such as the standard subscription fee as well as extras charged for each patient per quarter (dutch:_inschrijf_ en _module_ tarieven).
items:
$ref:'schemas/med_dossier/Feat.yaml'
$ref:'../schemas/med_dossier/Feat.yaml'
correspondence:
type:array
description:|-
Lists records of correspondence (excluding correspondence within the GP office and correspondence with the patient themselves).
items:
$ref:'schemas/med_dossier/Correspondence.yaml'
$ref:'../schemas/med_dossier/Correspondence.yaml'
medications:
type:array
description:|-
Lists medication, either prescribed, or delivered to the patient (or both, of course).
items:
$ref:'schemas/med_dossier/Medication.yaml'
$ref:'../schemas/med_dossier/Medication.yaml'
contraindications:
type:array
description:|-
@ -150,7 +150,7 @@ get:
this patient's information is shown to a practicioner. Generally simply is an alternate take on a list of problems
a patient suffers from; specifically issues that may affect unrelated care (such as allergies, mental issues, and so on).