⚠️ Важно: данный сайт не имеет отношения к владельцам schema.org, это всего лишь любительский (неофициальный) перевод. Сайт сделан для тех кто плохо воспринимает технический английский. Оригинальную и актуальную информацию на английском языке вы можете найти тут: schema.org/HealthInsurancePlan.

HealthInsurancePlan - Микроразметка для медицинского страхования

Изучите микроразметку HealthInsurancePlan для медицинского страхования на schema.su

HealthInsurancePlan - Тип Schema.org
Описание: Медицинский страховой план в стиле США, включая PPO, EPO и HMO.

Микроразметка HealthInsurancePlan относится к типу A Schema.org Type и принадлежит к категориям Thing > Intangible > HealthInsurancePlan.

Это тип микроразметки, связанный с медицинским страхованием в стиле США, включающий в себя PPO, EPO и HMO.

Микроразметка HealthInsurancePlan может использоваться для указания специфических деталей о медицинском страховании на вашем сайте. Рекомендуется внимательно ознакомиться с документацией schema.org для наилучшего использования данного типа микроразметки.

СвойствоОжидаемый типОписание
Properties from HealthInsurancePlan
benefitsSummaryUrl URL Ссылка, ведущая непосредственно на сводку выгод и условий конкретного стандартного плана или варианта плана.
contactPoint ContactPoint Контактная точка для человека или организации. Supersedes contactPoints.
healthPlanDrugOption Text Этот термин относится к «новой» области: отзывы о реализации и принятие из приложений и веб-сайтов могут помочь улучшить наши определения.
healthPlanDrugTier Text Уровни лекарств, предлагаемые этим формуляром или страховым планом.
healthPlanId Text 14-значный идентификатор плана, сгенерированный HIOS. (Идентификаторы планов должны быть уникальными, даже в разных рынках.)
healthPlanMarketingUrl URL URL, который ведет непосредственно к брошюре плана по конкретному стандартному плану или вариации плана.
includesHealthPlanFormulary HealthPlanFormulary Формуляры, охватываемые этим планом.
includesHealthPlanNetwork HealthPlanNetwork Сети, обслуживаемые этим планом.
usesHealthPlanIdStandard Text или URL Стандарт для интерпретации идентификатора плана. Предпочтительный - "HIOS". См. Центры по медикэйд и медикер для получения дополнительной информации.
Properties from Thing
additionalType Text или URL An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. Typically the value is a URI-identified RDF class, and in this case corresponds to the use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org style guide.
alternateName Text Псевдоним для элемента.
description Text или TextObject Описание элемента.
disambiguatingDescription Text Подсвойство описания. Краткое описание элемента, используемое для различения от других, схожих элементов. Для того чтобы описание было полезным для разрешения неоднозначности, может потребоваться информация из других свойств (в частности, name).
identifier PropertyValue или Text или URL The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details.
image ImageObject или URL An image of the item. This can be a URL or a fully described ImageObject.
mainEntityOfPage CreativeWork или URL Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details. Обратное свойство: mainEntity
name Text Название элемента.
potentialAction Action Указывает на потенциальное действие, описывающее идеализированное действие, в котором этот объект мог бы выполнять роль 'объекта'.
sameAs URL URL страницы для ссылки, однозначно указывающей на идентичность объекта. Например, URL страницы объекта на Википедии, записи в Wikidata или официального веб-сайта.
subjectOf CreativeWork или Event Свойство Schema.org - subjectOf: A CreativeWork or Event about this Thing. Обратное свойство: about
url URL URL объекта.

Instances of HealthInsurancePlan may appear as a value for the following properties
СвойствоOn TypesОписание
includedInHealthInsurancePlan Drug Страховые планы, которые покрывают этот препарат.

Source

https://github.com/schemaorg/schemaorg/issues/1062


Examples

Example 1
Copied
Example notes or example HTML without markup.
See JSON example.

Background, https://docs.google.com/document/d/1LNew5OEon4uir2D5Zzp0AkUPA7c9nO8reJ_M1pOy-3s/edit#
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json">

    {
        "@context": "http://health-lifesci.schema.org/",
        "@type": "HealthInsurancePlan",
        "usesHealthPlanIdType": "http://healthplan.schema.org/HealthPlanIdTypeHIOS",
        "healthPlanId": "12345XX9876543",
        "name": "Sample Gold Health Plan",
        "summaryUrl": "http://url/to/summary/benefits/coverage",
        "marketingUrl": "http://url/to/health/plan/information",
        "contactPoint": {
            "@type": "ContactPoint",
            "email": "email@address.com"
        },
        "healthPlanNetworkTiers": ["http://healthplan.schema.org/PreferredNetwork",
                                  "http://healthplan.schema.org/NonPreferredNetwork"],
        "includesHealthPlanFormulary": [
            {
                "@type": "HealthPlanFormulary",
                "healthPlanDrugTier": "http://healthplan.schema.org/DrugTierGeneric",
                "offersPrescriptionByMail": true,
                "healthPlanCostSharing": [
                    {
                        "@type": "HealthPlanCostSharingSpecification",
                        "healthPlanPharmacyType": "1-MONTH-IN-RETAIL",
                        "healthPlanCopay": {
                            "@type": "PriceSpecification",
                            "price": 20,
                            "currency": "USD"
                        },
                        "healthPlanCopayOption": "http://healthplan.schema.org/HealthPlanCopayAfterDeductable",
                        "healthPlanCoinsuranceRate": 0.1,
                        "healthPlanCoinsuranceOption": "http://healthplan.schema.org/HealthPlanCoinsuranceBeforeDeductable"
                    },
                    {
                       "@type": "HealthPlanCostSharingSpecification",
                        "healthPlanPharmacyType": "1-MONTH-IN-MAIL",
                         "healthPlanCopay": {
                            "@type": "PriceSpecification",
                            "price": 0,
                            "currency": "USD"
                        },
                        "healthPlanCopayOption": "http://healthplan.schema.org/HealthPlanCoPayNoCharge",
                        "healthPlanCoinsuranceRate": 0.2,
                        "healthPlanCoinsuranceOption": "http://healthplan.schema.org/HealthPlanCoinsuranceNone"
                    }
                ],
                "healthPlanDrugTier": "http://healthplan.schema.org/DrugTierBrand",
                "offersPrescriptionByMail": true,
                "healthPlanCostSharing": [
                    {
                       "@type": "HealthPlanCostSharingSpecification",
                        "healthPlanPharmacyType": "1-MONTH-IN-RETAIL",
                        "healthPlanCopay": {
                            "@type": "PriceSpecification",
                            "price": 15,
                            "currency": "USD"
                        },
                        "healthPlanCopayOption": "http://healthplan.schema.org/HealthPlanCopayNone",
                        "healthPlanCoinsuranceRate": 0,
                        "healthPlanCoinsuranceOption": "http://healthplan.schema.org/HealthPlanCoinsuranceNone"
                    },
                    {
                       "@type": "HealthPlanCostSharingSpecification",
                        "healthPlanPharmacyType": "1-MONTH-IN-MAIL",
                        "healthPlanCopay": {
                            "@type": "PriceSpecification",
                            "price": 20,
                            "currency": "USD"
                        },
                        "healthPlanCopayOption": "http://healthplan.schema.org/HealthPlanCopayAfterDeductible",
                        "healthPlanCoinsuranceRate": 0.1,
                        "healthPlanCoinsuranceOption": "http://healthplan.schema.org/HealthPlanCoinsuranceBeforeDeductible"
                    }
                ]
            }
        ]
    }

</script>
Structured representation of the JSON-LD example.

Обсуждение "HealthInsurancePlan"