{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A medical organization (physical or not), such as hospital, institution or clinic.",
      "rdfs:label" : "MedicalOrganization",
      "rdfs:subClassOf" : "schema:Organization"
   },
   "properties" : {
      "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:isAcceptingNewPatients" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Whether the provider is accepting new patients.",
         "rdfs:label" : "isAcceptingNewPatients",
         "schema:domainIncludes" : "schema:MedicalOrganization",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Boolean",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1062"
      },
      "schema:medicalSpecialty" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A medical specialty of the provider.",
         "rdfs:label" : "medicalSpecialty",
         "schema:domainIncludes" : [
            "schema:MedicalOrganization",
            "schema:Physician",
            "schema:Hospital",
            "schema:MedicalClinic"
         ],
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : "schema:MedicalSpecialty"
      }
   }
}