From 905fc8a4044d287b1b40e3364157ae0fb2abf3fb Mon Sep 17 00:00:00 2001 From: Data Commons Date: Mon, 3 Jul 2023 01:15:27 -0700 Subject: [PATCH] Data Manifest CL for Vietnam census at National, Province and City Level. PiperOrigin-RevId: 545151191 --- core/schema.mcf | 21 +++++++++++++++++++++ stat_vars/vietnam_statvar.mcf | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 stat_vars/vietnam_statvar.mcf diff --git a/core/schema.mcf b/core/schema.mcf index 65c2bc066..8801b0c1b 100644 --- a/core/schema.mcf +++ b/core/schema.mcf @@ -11160,3 +11160,24 @@ name: "incorporatedInPlace" description: "Place where a company was incorporated" domainIncludes: dcs:Company rangeIncludes: dcid:Place + +Node: MedicalServiceUnit +typeOf: schema:Class +subClassOf: schema:MedicalOrganization +dcid: "MedicalClinic" +name: "MedicalServiceUnit" +description: "A medical unit is a military or civilian establishment that provides medical services like Physician care,Inpatient care ,Hospital surgical services,Emergency services,Ambulance services,Dental care services,Vision care services." + +Node: RegionalPolyclinic +typeOf: schema:Class +subClassOf: schema:MedicalOrganization +dcid: "MedicalClinic" +name: "RegionalPolyclinic" +description: "It is a clinic or health care facility that provides both general and specialist examinations and treatments for a wide variety of diseases." + +Node: SanatoriumRehabilitationHospital +typeOf: schema:Class +subClassOf: schema:MedicalOrganization +dcid: "MedicalClinic" +name: "SanatoriumRehabilitationHospital" +description: "It is a specialized hospital that provides long-term medical care or treatment.Sanatoriums are often located in the countryside, where the climate is healthy. They offer therapy that typically involves specific regimens, such as: Special diet, Fresh air, Daily exercise" diff --git a/stat_vars/vietnam_statvar.mcf b/stat_vars/vietnam_statvar.mcf new file mode 100644 index 000000000..ea4e56152 --- /dev/null +++ b/stat_vars/vietnam_statvar.mcf @@ -0,0 +1,35 @@ +Node: dcid:Count_Hospital +typeOf: dcid:StatisticalVariable +populationType: dcid:Hospital +measuredProperty: dcid:count +statType: dcid:measuredValue + +Node: dcid:Count_MedicalServiceUnit +typeOf: dcid:StatisticalVariable +populationType: dcid:MedicalServiceUnit +measuredProperty: dcid:count +statType: dcid:measuredValue + +Node: dcid:Count_RegionalPolyclinic +typeOf: dcid:StatisticalVariable +populationType: dcid:RegionalPolyclinic +measuredProperty: dcid:count +statType: dcid:measuredValue + +Node: dcid:Count_SanatoriumRehabilitationHospital +typeOf: dcid:StatisticalVariable +populationType: dcid:SanatoriumRehabilitationHospital +measuredProperty: dcid:count +statType: dcid:measuredValue + +Node: dcid:Count_Person +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue + +Node: dcid:Count_ClassRoom +typeOf: dcid:StatisticalVariable +populationType: dcid:ClassRoom +measuredProperty: dcid:count +statType: dcid:measuredValue