Skip to main content

Changes

View changes from to


On September 4, 2023, 9:37:38 PM UTC, jberry Jonathan Berry:
  • Changed value of field schema of resource ANC Data to 5_anc_frictionlessv5 (previously {'fields': [{'name': 'area_id', 'title': 'Area ID', 'description': 'An area_id from the specified area hierarchy.', 'type': 'string', 'constraints': {'required': True}}, {'name': 'area_name', 'title': 'Area Name', 'description': 'Area name corresponding to area_id (optional)', 'type': 'string'}, {'name': 'age_group', 'title': 'Age Group', 'description': 'The age group ID, of the form YXXX_ZZZ where XXX is the integer lower limit and ZZZ is the integer upper limit (for ANC we are only using 1 age group Y015_049)\n', 'type': 'string', 'constraints': {'required': True, 'enum': ['Y015_049']}}, {'name': 'year', 'title': 'Year', 'description': 'The calendar year e.g. 2023', 'type': 'integer', 'constraints': {'required': True, 'minimum': 2010, 'maximum': 2023}}, {'name': 'anc_clients', 'title': 'Number ANC Clients', 'description': 'Number of unique clients attending ANC for the first visit during a pregnancy in the calendar year', 'type': 'integer', 'constraints': {'minimum': 0}}, {'name': 'anc_known_pos', 'title': 'Number Known Positive', 'description': 'Number of ANC clients who self-report known HIV positive prior to first ANC visit and are not tested for HIV', 'type': 'integer', 'constraints': {'minimum': 0}}, {'name': 'anc_already_art', 'title': 'Number Already on ART', 'description': 'Number of ANC clients already on ART prior to first ANC visit during a pregnancy', 'type': 'integer', 'constraints': {'minimum': 0}}, {'name': 'anc_tested', 'title': 'Number HIV Tested', 'description': 'Number of unique ANC clients who are tested for HIV during their pregnancy. N.B. If you collect information on ANC known negatives at first ANC visit who were not tested for HIV please add these into anc_tested', 'type': 'integer', 'constraints': {'minimum': 0}}, {'name': 'anc_tested_pos', 'title': 'Number Tested Positive', 'description': 'Number of ANC clients who test HIV positive at the first HIV test during a given pregnancy', 'type': 'integer', 'constraints': {'minimum': 0}}, {'name': 'anc_known_neg', 'title': 'Number Known Negative', 'description': 'Number of ANC clients who self-report known HIV negative prior to first ANC visit and are not tested for HIV', 'type': 'integer', 'constraints': {'minimum': 0}}, {'name': 'births_facility', 'title': 'Number of Facility Births', 'description': 'Number of births recorded at health facilities.', 'type': 'integer', 'constraints': {'minimum': 0}}], 'require_field_order': False, 'primaryKey': ['area_id', 'year', 'age_group'], 'foreignKeys': [{'fields': 'area_id', 'reference': {'resource': '3_geojson_inputs', 'fields': 'area_id'}}], 'customConstraints': [{'constraint': 'anc_clients >= anc_known_pos', 'description': 'The total number of anc clients must be greater or equal to the number of anc clients tested.'}, {'constraint': 'anc_clients >= anc_known_neg', 'description': 'The total number of anc clients must be greater or equal to the number of clients already known to be HIV negative.'}, {'constraint': 'anc_clients >= anc_tested_pos', 'description': 'The total number of anc clients must be greater or equal to the number of clients already known to be HIV positive.'}, {'constraint': 'anc_tested >= anc_tested_pos', 'description': 'The total number of anc clients tested must be greater or equal to the number of those clients who tested positive.'}], 'title': 'ANC Data', 'description': 'If data does not exist, please indicate so with the value "NA" and ignore any warning given by Excel.', 'version': '3.0', 'missingValues': ['', 'NA']}) in Sao Tome and Principe HIV Estimates 2024


  • Changed value of field validation_status of resource ANC Data to success (previously created) in Sao Tome and Principe HIV Estimates 2024