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