public class SharedHealthSummaryContentImpl extends Object implements SharedHealthSummaryContent
| Modifier and Type | Field and Description |
|---|---|
protected MedicalHistory |
history |
protected Immunisations |
immunisations |
protected Medications |
medications |
protected AdverseReactions |
reactions |
| Constructor and Description |
|---|
SharedHealthSummaryContentImpl(AdverseReactions reactions,
Medications medications,
MedicalHistory history,
Immunisations immunisations)
A clinical document written by the nominated provider, which contains key
pieces of information about an individual's health status and is useful to a
wide range of providers in assessing individuals and delivering care.
|
| Modifier and Type | Method and Description |
|---|---|
AdverseReactions |
getAdverseReactions()
Information about adverse reactions and/or propensity to adverse reaction
of the patient (including allergies and intolerances), and any relevant
reaction details.
|
Immunisations |
getImmunisations()
Information about the immunisation history of the subject of care.
|
MedicalHistory |
getMedicalHistory()
The past and current medical history of the subject of care which is relevant
to the clinical event.
|
Medications |
getMedications() |
protected AdverseReactions reactions
protected Medications medications
protected MedicalHistory history
protected Immunisations immunisations
public SharedHealthSummaryContentImpl(AdverseReactions reactions, Medications medications, MedicalHistory history, Immunisations immunisations)
No argument may be null. Use exclusions statements where no argument is available.
reactions - Information about adverse reactions and/or propensity to
adverse reaction of the patient (including allergies and
intolerances), and any relevant reaction details.medications - Medicines which the subject of care is using. This includes
self-prescribed, clinician prescribed and non-prescription
medicines.history - The past and current medical history of the subject of care
which is relevant to the clinical event. This includes
problem/diagnosis and medical or surgical procedures performed.immunisations - Information about the immunisation history of the subject of
care.public AdverseReactions getAdverseReactions()
getAdverseReactions in interface SharedHealthSummaryContentpublic Medications getMedications()
getMedications in interface SharedHealthSummaryContentpublic MedicalHistory getMedicalHistory()
getMedicalHistory in interface SharedHealthSummaryContentpublic Immunisations getImmunisations()
getImmunisations in interface SharedHealthSummaryContentCopyright © 2021. All rights reserved.