Skip to content

Commit 99375b9

Browse files
Data Commonscopybara-github
authored andcommitted
Data Manifest for Tuberculosis treatment outcome for people with TB/HIV
PiperOrigin-RevId: 890373528
1 parent 55eecdc commit 99375b9

File tree

2 files changed

+100
-0
lines changed

2 files changed

+100
-0
lines changed

core/schema.mcf

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11722,3 +11722,46 @@ name: "Junior college"
1172211722
Node: dcid:ReEnrolledInSchool
1172311723
typeOf: dcid:USC_SchoolEnrollmentEnum
1172411724
name: "Re enrolled in school"
11725+
11726+
Node: dcid:TuberculosisAndHIV
11727+
typeOf: dcid:Disease
11728+
name: "Tuberculosis And HIV"
11729+
isProvisional: dcs:True
11730+
11731+
Node: dcid:treatmentOutcome
11732+
typeOf: dcs:Property
11733+
name: "treatmentOutcome"
11734+
domainIncludes: dcid:Person
11735+
rangeIncludes: dcid:TreatmentOutcomeEnum
11736+
isProvisional: dcs:True
11737+
11738+
Node: dcid:TreatmentOutcomeEnum
11739+
typeOf: schema:Class
11740+
subClassOf: dcs:Enumeration
11741+
name: "TreatmentOutcomeEnum"
11742+
isProvisional: dcs:True
11743+
11744+
Node: dcid:SuccessfullyTreated
11745+
typeOf: dcid:TreatmentOutcomeEnum
11746+
name: "Successfully Treated"
11747+
isProvisional: dcs:True
11748+
11749+
Node: dcid:TreatmentFailed
11750+
typeOf: dcid:TreatmentOutcomeEnum
11751+
name: "Treatment Failed"
11752+
isProvisional: dcs:True
11753+
11754+
Node: dcid:DiedDuringTreatment
11755+
typeOf: dcid:TreatmentOutcomeEnum
11756+
name: "Died During Treatment"
11757+
isProvisional: dcs:True
11758+
11759+
Node: dcid:LostToFollowUp
11760+
typeOf: dcid:TreatmentOutcomeEnum
11761+
name: "Lost To Follow Up"
11762+
isProvisional: dcs:True
11763+
11764+
Node: dcid:TreatmentNotEvaluated
11765+
typeOf: dcid:TreatmentOutcomeEnum
11766+
name: "Treatment Not Evaluated"
11767+
isProvisional: dcs:True
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
Node: dcid:Count_Person_ConditionTuberculosisAndHIV_DiedDuringTreatment_AsAFractionOf_Count_Person_ConditionTuberculosisAndHIV
2+
typeOf: dcid:StatisticalVariable
3+
populationType: dcid:Person
4+
measuredProperty: dcid:count
5+
name: "Percentage of people with tuberculosis and HIV who died during treatment"
6+
statType: dcid:measuredValue
7+
measurementDenominator: dcid:Count_Person_ConditionTuberculosisAndHIV
8+
medicalCondition: dcid:TuberculosisAndHIV
9+
treatmentOutcome: dcid:DiedDuringTreatment
10+
11+
Node: dcid:Count_Person_ConditionTuberculosisAndHIV_LostToFollowUp_AsAFractionOf_Count_Person_ConditionTuberculosisAndHIV
12+
typeOf: dcid:StatisticalVariable
13+
name: "Percentage of people under treatment for tuberculosis and HIV who were lost to follow up."
14+
populationType: dcid:Person
15+
measuredProperty: dcid:count
16+
statType: dcid:measuredValue
17+
measurementDenominator: dcid:Count_Person_ConditionTuberculosisAndHIV
18+
medicalCondition: dcid:TuberculosisAndHIV
19+
treatmentOutcome: dcid:LostToFollowUp
20+
21+
Node: dcid:Count_Person_ConditionTuberculosisAndHIV_SuccessfullyTreated_AsAFractionOf_Count_Person_ConditionTuberculosisAndHIV
22+
typeOf: dcid:StatisticalVariable
23+
name: "Percentage of people with tuberculosis and HIV who were successfully treated"
24+
populationType: dcid:Person
25+
measuredProperty: dcid:count
26+
statType: dcid:measuredValue
27+
measurementDenominator: dcid:Count_Person_ConditionTuberculosisAndHIV
28+
medicalCondition: dcid:TuberculosisAndHIV
29+
treatmentOutcome: dcid:SuccessfullyTreated
30+
31+
Node: dcid:Count_Person_ConditionTuberculosisAndHIV_TreatmentFailed_AsAFractionOf_Count_Person_ConditionTuberculosisAndHIV
32+
typeOf: dcid:StatisticalVariable
33+
name: "Percentage of people with tuberculosis and HIV who had treatment failure"
34+
populationType: dcid:Person
35+
measuredProperty: dcid:count
36+
statType: dcid:measuredValue
37+
measurementDenominator: dcid:Count_Person_ConditionTuberculosisAndHIV
38+
medicalCondition: dcid:TuberculosisAndHIV
39+
treatmentOutcome: dcid:TreatmentFailed
40+
41+
Node: dcid:Count_Person_ConditionTuberculosisAndHIV_TreatmentNotEvaluated_AsAFractionOf_Count_Person_ConditionTuberculosisAndHIV
42+
typeOf: dcid:StatisticalVariable
43+
name: "Percentage of people with tuberculosis and HIV who had treatment but are not evaluated"
44+
populationType: dcid:Person
45+
measuredProperty: dcid:count
46+
statType: dcid:measuredValue
47+
measurementDenominator: dcid:Count_Person_ConditionTuberculosisAndHIV
48+
medicalCondition: dcid:TuberculosisAndHIV
49+
treatmentOutcome: dcid:TreatmentNotEvaluated
50+
51+
Node: dcid:Count_Person_ConditionTuberculosisAndHIV
52+
typeOf: dcid:StatisticalVariable
53+
name: "Count of people with tuberculosis and HIV"
54+
populationType: dcid:Person
55+
measuredProperty: dcid:count
56+
statType: dcid:measuredValue
57+
medicalCondition: dcid:TuberculosisAndHIV

0 commit comments

Comments
 (0)