forked from schemaorg/schemaorg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed invalid JSON in example for HealthInsurancePlan
- Loading branch information
1 parent
04135de
commit 5d754e9
Showing
1 changed file
with
73 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,82 +18,81 @@ JSON: | |
|
||
<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 protected]", | ||
}, | ||
"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" | ||
} | ||
] | ||
{ | ||
"@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 protected]" | ||
}, | ||
"healthPlanDrugTier": "http://healthplan.schema.org/DrugTierBrand", | ||
"offersPrescriptionByMail": true, | ||
"healthPlanCostSharing": [ | ||
{ | ||
"@type": "HealthPlanCostSharingSpecification", | ||
"healthPlanPharmacyType": "1-MONTH-IN-RETAIL", | ||
"healthPlanCopay": { | ||
"@type": "PriceSpecification", | ||
"price": 15, | ||
"currency": "USD" | ||
"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" | ||
}, | ||
"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" | ||
{ | ||
"@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" | ||
}, | ||
"healthPlanCopayOption": "http://healthplan.schema.org/HealthPlanCopayAfterDeductible", | ||
"healthPlanCoinsuranceRate": 0.1, | ||
"healthPlanCoinsuranceOption": "http://healthplan.schema.org/HealthPlanCoinsuranceBeforeDeductible" | ||
} | ||
] | ||
} | ||
], | ||
} | ||
{ | ||
"@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> |