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

NAME

SemanticWeb::Schema::HealthInsurancePlan - A US-style health insurance plan

VERSION

version v12.0.0

DESCRIPTION

A US-style health insurance plan, including PPOs, EPOs, and HMOs.

ATTRIBUTES

benefits_summary_url

benefitsSummaryUrl

The URL that goes directly to the summary of benefits and coverage for the specific standard plan or plan variation.

A benefits_summary_url should be one of the following types:

Str

_has_benefits_summary_url

A predicate for the "benefits_summary_url" attribute.

contact_point

contactPoint

A contact point for a person or organization.

A contact_point should be one of the following types:

InstanceOf['SemanticWeb::Schema::ContactPoint']

_has_contact_point

A predicate for the "contact_point" attribute.

health_plan_drug_option

healthPlanDrugOption

TODO.

A health_plan_drug_option should be one of the following types:

Str

_has_health_plan_drug_option

A predicate for the "health_plan_drug_option" attribute.

health_plan_drug_tier

healthPlanDrugTier

The tier(s) of drugs offered by this formulary or insurance plan.

A health_plan_drug_tier should be one of the following types:

Str

_has_health_plan_drug_tier

A predicate for the "health_plan_drug_tier" attribute.

health_plan_id

healthPlanId

The 14-character, HIOS-generated Plan ID number. (Plan IDs must be unique, even across different markets.)

A health_plan_id should be one of the following types:

Str

_has_health_plan_id

A predicate for the "health_plan_id" attribute.

health_plan_marketing_url

healthPlanMarketingUrl

The URL that goes directly to the plan brochure for the specific standard plan or plan variation.

A health_plan_marketing_url should be one of the following types:

Str

_has_health_plan_marketing_url

A predicate for the "health_plan_marketing_url" attribute.

includes_health_plan_formulary

includesHealthPlanFormulary

Formularies covered by this plan.

A includes_health_plan_formulary should be one of the following types:

InstanceOf['SemanticWeb::Schema::HealthPlanFormulary']

_has_includes_health_plan_formulary

A predicate for the "includes_health_plan_formulary" attribute.

includes_health_plan_network

includesHealthPlanNetwork

Networks covered by this plan.

A includes_health_plan_network should be one of the following types:

InstanceOf['SemanticWeb::Schema::HealthPlanNetwork']

_has_includes_health_plan_network

A predicate for the "includes_health_plan_network" attribute.

uses_health_plan_id_standard

usesHealthPlanIdStandard

The standard for interpreting thePlan ID. The preferred is "HIOS". See the Centers for Medicare & Medicaid Services for more details.

A uses_health_plan_id_standard should be one of the following types:

Str

_has_uses_health_plan_id_standard

A predicate for the "uses_health_plan_id_standard" attribute.

SEE ALSO

SemanticWeb::Schema::Intangible

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-2021 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)