Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions core/schema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -11722,3 +11722,46 @@ name: "Junior college"
Node: dcid:ReEnrolledInSchool
typeOf: dcid:USC_SchoolEnrollmentEnum
name: "Re enrolled in school"

Node: dcid:TuberculosisAndHIV
typeOf: dcid:Disease
name: "Tuberculosis And HIV"
isProvisional: dcs:True

Node: dcid:treatmentOutcome
typeOf: dcs:Property
name: "treatmentOutcome"
domainIncludes: dcid:Person
rangeIncludes: dcid:TreatmentOutcomeEnum
isProvisional: dcs:True

Node: dcid:TreatmentOutcomeEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "TreatmentOutcomeEnum"
isProvisional: dcs:True

Node: dcid:SuccessfullyTreated
typeOf: dcid:TreatmentOutcomeEnum
name: "Successfully Treated"
isProvisional: dcs:True

Node: dcid:TreatmentFailed
typeOf: dcid:TreatmentOutcomeEnum
name: "Treatment Failed"
isProvisional: dcs:True

Node: dcid:DiedDuringTreatment
typeOf: dcid:TreatmentOutcomeEnum
name: "Died During Treatment"
isProvisional: dcs:True

Node: dcid:LostToFollowUp
typeOf: dcid:TreatmentOutcomeEnum
name: "Lost To Follow Up"
isProvisional: dcs:True

Node: dcid:TreatmentNotEvaluated
typeOf: dcid:TreatmentOutcomeEnum
name: "Treatment Not Evaluated"
isProvisional: dcs:True
57 changes: 57 additions & 0 deletions stat_vars/treatmentoutcome_tbhiv_stat_vars.mcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
Node: dcid:Count_Person_ConditionTuberculosisAndHIV_DiedDuringTreatment_AsAFractionOf_Count_Person_ConditionTuberculosisAndHIV
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
name: "Percentage of people with tuberculosis and HIV who died during treatment"
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person_ConditionTuberculosisAndHIV
medicalCondition: dcid:TuberculosisAndHIV
treatmentOutcome: dcid:DiedDuringTreatment

Node: dcid:Count_Person_ConditionTuberculosisAndHIV_LostToFollowUp_AsAFractionOf_Count_Person_ConditionTuberculosisAndHIV
typeOf: dcid:StatisticalVariable
name: "Percentage of people under treatment for tuberculosis and HIV who were lost to follow up."
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person_ConditionTuberculosisAndHIV
medicalCondition: dcid:TuberculosisAndHIV
treatmentOutcome: dcid:LostToFollowUp

Node: dcid:Count_Person_ConditionTuberculosisAndHIV_SuccessfullyTreated_AsAFractionOf_Count_Person_ConditionTuberculosisAndHIV
typeOf: dcid:StatisticalVariable
name: "Percentage of people with tuberculosis and HIV who were successfully treated"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person_ConditionTuberculosisAndHIV
medicalCondition: dcid:TuberculosisAndHIV
treatmentOutcome: dcid:SuccessfullyTreated

Node: dcid:Count_Person_ConditionTuberculosisAndHIV_TreatmentFailed_AsAFractionOf_Count_Person_ConditionTuberculosisAndHIV
typeOf: dcid:StatisticalVariable
name: "Percentage of people with tuberculosis and HIV who had treatment failure"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person_ConditionTuberculosisAndHIV
medicalCondition: dcid:TuberculosisAndHIV
treatmentOutcome: dcid:TreatmentFailed

Node: dcid:Count_Person_ConditionTuberculosisAndHIV_TreatmentNotEvaluated_AsAFractionOf_Count_Person_ConditionTuberculosisAndHIV
typeOf: dcid:StatisticalVariable
name: "Percentage of people with tuberculosis and HIV who had treatment but are not evaluated"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person_ConditionTuberculosisAndHIV
medicalCondition: dcid:TuberculosisAndHIV
treatmentOutcome: dcid:TreatmentNotEvaluated

Node: dcid:Count_Person_ConditionTuberculosisAndHIV
typeOf: dcid:StatisticalVariable
name: "Count of people with tuberculosis and HIV"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
medicalCondition: dcid:TuberculosisAndHIV
Loading