Skip to content

Commit

Permalink
Fixed invalid JSON in example for HealthInsurancePlan
Browse files Browse the repository at this point in the history
  • Loading branch information
Dataliberate committed Jun 17, 2019
1 parent 04135de commit 5d754e9
Showing 1 changed file with 73 additions and 74 deletions.
147 changes: 73 additions & 74 deletions data/ext/pending/issue-1062-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 5d754e9

Please sign in to comment.