{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A description of costs to the patient under a given network or formulary.",
      "rdfs:label" : "HealthPlanCostSharingSpecification",
      "rdfs:subClassOf" : "schema:Intangible",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1062"
   },
   "properties" : {
      "schema:healthPlanCoinsuranceOption" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Whether the coinsurance applies before or after deductible, etc. TODO: Is this a closed set?",
         "rdfs:label" : "healthPlanCoinsuranceOption",
         "schema:domainIncludes" : "schema:HealthPlanCostSharingSpecification",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1062"
      },
      "schema:healthPlanCoinsuranceRate" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The rate of coinsurance expressed as a number between 0.0 and 1.0.",
         "rdfs:label" : "healthPlanCoinsuranceRate",
         "schema:domainIncludes" : "schema:HealthPlanCostSharingSpecification",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Number",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1062"
      },
      "schema:healthPlanCopay" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The copay amount.",
         "rdfs:label" : "healthPlanCopay",
         "schema:domainIncludes" : "schema:HealthPlanCostSharingSpecification",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:PriceSpecification",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1062"
      },
      "schema:healthPlanCopayOption" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Whether the copay is before or after deductible, etc. TODO: Is this a closed set?",
         "rdfs:label" : "healthPlanCopayOption",
         "schema:domainIncludes" : "schema:HealthPlanCostSharingSpecification",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1062"
      },
      "schema:healthPlanPharmacyCategory" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The category or type of pharmacy associated with this cost sharing.",
         "rdfs:label" : "healthPlanPharmacyCategory",
         "schema:domainIncludes" : "schema:HealthPlanCostSharingSpecification",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1062"
      }
   }
}