{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A US-style health insurance plan network.",
      "rdfs:label" : "HealthPlanNetwork",
      "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:healthPlanNetworkId" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Name or unique ID of network. (Networks are often reused across different insurance plans.)",
         "rdfs:label" : "healthPlanNetworkId",
         "schema:domainIncludes" : [
            "schema:HealthPlanNetwork",
            "schema:MedicalOrganization"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1062"
      },
      "schema:healthPlanNetworkTier" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The tier(s) for this network.",
         "rdfs:label" : "healthPlanNetworkTier",
         "schema:domainIncludes" : "schema:HealthPlanNetwork",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1062"
      }
   }
}