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

HealthPlanFormulary - Спецификация плана медицинской страховки

Спецификация стоимости и покрытия лекарств по медицинской страховке

HealthPlanFormulary - Тип Schema.org
Описание: Для данного плана медицинской страховки предоставляется спецификация стоимости и покрытия лекарств.
Для данного плана медицинской страховки предоставляется спецификация стоимости и покрытия лекарств. Микроразметка HealthPlanFormulary используется для четкого и структурированного описания информации по лекарственным средствам, их ценам и возможному покрытию в рамках медицинской страховки. Для максимальной эффективности рекомендуется точное и полное заполнение всех атрибутов микроразметки.
СвойствоОжидаемый типОписание
Properties from HealthPlanFormulary
healthPlanCostSharing Boolean Затраты для пациента на услуги в этой сети или формуляре.
healthPlanDrugTier Text Уровни лекарств, предлагаемые этим формуляром или страховым планом.
offersPrescriptionByMail Boolean Позволяет ли рецепты доставляться по почте.
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 HealthPlanFormulary may appear as a value for the following properties
СвойствоOn TypesОписание
includesHealthPlanFormulary HealthInsurancePlan Формуляры, охватываемые этим планом.

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.

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