{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A CDCPMDRecord is a data structure representing a record in a CDC tabular data format\n      used for hospital data reporting. See [documentation](/docs/cdc-covid.html) for details, and the linked CDC materials for authoritative\n      definitions used as the source here.\n      ",
      "rdfs:label" : "CDCPMDRecord",
      "rdfs:subClassOf" : "schema:StructuredValue",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2521"
   },
   "properties" : {
      "schema:cvdCollectionDate" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "collectiondate - Date for which patient counts are reported.",
         "rdfs:label" : "cvdCollectionDate",
         "schema:domainIncludes" : "schema:CDCPMDRecord",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:DateTime",
            "schema:Text"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2521"
      },
      "schema:cvdFacilityCounty" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Name of the County of the NHSN facility that this data record applies to. Use [[cvdFacilityId]] to identify the facility. To provide other details, [[healthcareReportingData]] can be used on a [[Hospital]] entry.",
         "rdfs:label" : "cvdFacilityCounty",
         "schema:domainIncludes" : "schema:CDCPMDRecord",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2521"
      },
      "schema:cvdFacilityId" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Identifier of the NHSN facility that this data record applies to. Use [[cvdFacilityCounty]] to indicate the county. To provide other details, [[healthcareReportingData]] can be used on a [[Hospital]] entry.",
         "rdfs:label" : "cvdFacilityId",
         "schema:domainIncludes" : "schema:CDCPMDRecord",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2521"
      },
      "schema:cvdNumBeds" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "numbeds - HOSPITAL INPATIENT BEDS: Inpatient beds, including all staffed, licensed, and overflow (surge) beds used for inpatients.",
         "rdfs:label" : "cvdNumBeds",
         "schema:domainIncludes" : "schema:CDCPMDRecord",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Number",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2521"
      },
      "schema:cvdNumBedsOcc" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "numbedsocc - HOSPITAL INPATIENT BED OCCUPANCY: Total number of staffed inpatient beds that are occupied.",
         "rdfs:label" : "cvdNumBedsOcc",
         "schema:domainIncludes" : "schema:CDCPMDRecord",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Number",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2521"
      },
      "schema:cvdNumC19Died" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "numc19died - DEATHS: Patients with suspected or confirmed COVID-19 who died in the hospital, ED, or any overflow location.",
         "rdfs:label" : "cvdNumC19Died",
         "schema:domainIncludes" : "schema:CDCPMDRecord",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Number",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2521"
      },
      "schema:cvdNumC19HOPats" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "numc19hopats - HOSPITAL ONSET: Patients hospitalized in an NHSN inpatient care location with onset of suspected or confirmed COVID-19 14 or more days after hospitalization.",
         "rdfs:label" : "cvdNumC19HOPats",
         "schema:domainIncludes" : "schema:CDCPMDRecord",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Number",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2521"
      },
      "schema:cvdNumC19HospPats" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "numc19hosppats - HOSPITALIZED: Patients currently hospitalized in an inpatient care location who have suspected or confirmed COVID-19.",
         "rdfs:label" : "cvdNumC19HospPats",
         "schema:domainIncludes" : "schema:CDCPMDRecord",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Number",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2521"
      },
      "schema:cvdNumC19MechVentPats" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "numc19mechventpats - HOSPITALIZED and VENTILATED: Patients hospitalized in an NHSN inpatient care location who have suspected or confirmed COVID-19 and are on a mechanical ventilator.",
         "rdfs:label" : "cvdNumC19MechVentPats",
         "schema:domainIncludes" : "schema:CDCPMDRecord",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Number",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2521"
      },
      "schema:cvdNumC19OFMechVentPats" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "numc19ofmechventpats - ED/OVERFLOW and VENTILATED: Patients with suspected or confirmed COVID-19 who are in the ED or any overflow location awaiting an inpatient bed and on a mechanical ventilator.",
         "rdfs:label" : "cvdNumC19OFMechVentPats",
         "schema:domainIncludes" : "schema:CDCPMDRecord",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Number",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2521"
      },
      "schema:cvdNumC19OverflowPats" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "numc19overflowpats - ED/OVERFLOW: Patients with suspected or confirmed COVID-19 who are in the ED or any overflow location awaiting an inpatient bed.",
         "rdfs:label" : "cvdNumC19OverflowPats",
         "schema:domainIncludes" : "schema:CDCPMDRecord",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Number",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2521"
      },
      "schema:cvdNumICUBeds" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "numicubeds - ICU BEDS: Total number of staffed inpatient intensive care unit (ICU) beds.",
         "rdfs:label" : "cvdNumICUBeds",
         "schema:domainIncludes" : "schema:CDCPMDRecord",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Number",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2521"
      },
      "schema:cvdNumICUBedsOcc" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "numicubedsocc - ICU BED OCCUPANCY: Total number of staffed inpatient ICU beds that are occupied.",
         "rdfs:label" : "cvdNumICUBedsOcc",
         "schema:domainIncludes" : "schema:CDCPMDRecord",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Number",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2521"
      },
      "schema:cvdNumTotBeds" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "numtotbeds - ALL HOSPITAL BEDS: Total number of all inpatient and outpatient beds, including all staffed, ICU, licensed, and overflow (surge) beds used for inpatients or outpatients.",
         "rdfs:label" : "cvdNumTotBeds",
         "schema:domainIncludes" : "schema:CDCPMDRecord",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Number",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2521"
      },
      "schema:cvdNumVent" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "numvent - MECHANICAL VENTILATORS: Total number of ventilators available.",
         "rdfs:label" : "cvdNumVent",
         "schema:domainIncludes" : "schema:CDCPMDRecord",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Number",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2521"
      },
      "schema:cvdNumVentUse" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "numventuse - MECHANICAL VENTILATORS IN USE: Total number of ventilators in use.",
         "rdfs:label" : "cvdNumVentUse",
         "schema:domainIncludes" : "schema:CDCPMDRecord",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Number",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2521"
      },
      "schema:datePosted" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Publication date of an online listing.",
         "rdfs:label" : "datePosted",
         "schema:domainIncludes" : [
            "schema:RealEstateListing",
            "schema:SpecialAnnouncement",
            "schema:JobPosting",
            "schema:CDCPMDRecord"
         ],
         "schema:rangeIncludes" : [
            "schema:DateTime",
            "schema:Date"
         ],
         "schema:source" : [
            "https://github.com/schemaorg/schemaorg/issues/2490",
            "https://github.com/schemaorg/schemaorg/issues/2521"
         ]
      }
   }
}