{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "For a given health insurance plan, the specification for costs and coverage of prescription drugs.",
      "rdfs:label" : "HealthPlanFormulary",
      "rdfs:subClassOf" : "schema:Intangible",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1062"
   },
   "properties" : {
      "schema:healthPlanCostSharing" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The costs to the patient for services under this network or formulary.",
         "rdfs:label" : "healthPlanCostSharing",
         "schema:domainIncludes" : [
            "schema:HealthPlanFormulary",
            "schema:HealthPlanNetwork"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Boolean",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1062"
      },
      "schema:healthPlanDrugTier" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The tier(s) of drugs offered by this formulary or insurance plan.",
         "rdfs:label" : "healthPlanDrugTier",
         "schema:domainIncludes" : [
            "schema:HealthInsurancePlan",
            "schema:HealthPlanFormulary"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1062"
      },
      "schema:offersPrescriptionByMail" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Whether prescriptions can be delivered by mail.",
         "rdfs:label" : "offersPrescriptionByMail",
         "schema:domainIncludes" : "schema:HealthPlanFormulary",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Boolean",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1062"
      }
   }
}