The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::Patient - A patient is any person recipient of health care services.

VERSION

version v9.0.0

DESCRIPTION

A patient is any person recipient of health care services.

ATTRIBUTES

diagnosis

One or more alternative conditions considered in the differential diagnosis process as output of a diagnosis process.

A diagnosis should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalCondition']

_has_diagnosis

A predicate for the "diagnosis" attribute.

drug

Specifying a drug or medicine used in a medication procedure

A drug should be one of the following types:

InstanceOf['SemanticWeb::Schema::Drug']

_has_drug

A predicate for the "drug" attribute.

health_condition

healthCondition

Specifying the health condition(s) of a patient, medical study, or other target audience.

A health_condition should be one of the following types:

InstanceOf['SemanticWeb::Schema::MedicalCondition']

_has_health_condition

A predicate for the "health_condition" attribute.

SEE ALSO

SemanticWeb::Schema::Person

SOURCE

The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2020 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)