Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Quest/eCBIS] - Configure Quest app to view measure report for Indicator 1 - Household reporting #1309

Closed
4 of 5 tasks
f-odhiambo opened this issue May 30, 2022 · 5 comments · Fixed by #1383
Closed
4 of 5 tasks
Assignees
Labels
eCBIS The FHIR Last Mile Health Project Measure-Reporting Size - M 4-5 days

Comments

@f-odhiambo
Copy link
Contributor

f-odhiambo commented May 30, 2022

Reference Link: https://docs.google.com/spreadsheets/d/1Kfp0rRYlksrBoSIecAuovZ8Y3k8yH9mkmgHcpQbMtXI/edit#gid=446158820

Each household or a family is represented using a group resource as outlined below

{
  "resourceType": "Group",
  "id": "107759",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2022-04-14T13:54:41.656+00:00",
    "source": "#2f77c0c4a5d11f1e"
  },
  "identifier": [ {
    "use": "official",
    "value": "7bb7fa82-59e4-4744-a6d2-96722afca23b"
  }, {
    "use": "secondary",
    "value": "656766"
  } ],
  "active": true,
  "type": "person",
  "code": {
    "coding": [ {
      "system": "https://www.snomed.org",
      "code": "35359004",
      "display": "Family"
    } ]
  },
  "name": "Kamwana Rao",
  "managingEntity": {
    "reference": "RelatedPerson/2e2c9d4e-b67f-4673-8e83-e3f576046296"
  },
  "member": [ {
    "entity": {
      "reference": "Patient/c535f2e6-a17a-4b2a-913e-30e8b42553d0",
      "display": "Rao Kamwana"
    },
    "inactive": false
  }, {
    "entity": {
      "reference": "Patient/d0612f01-01c3-467e-9fbc-4e6ebe8bf9e6",
      "display": "Magarita Rao"
    },
    "inactive": false
  } ]
}

Narrative

  1. Count of households registered in the app
  2. Count of Household members registered, disaggregated by age and gender for each age group.
  3. Age disaggregation will be (0-11, 1-5, 6-14, 15-49, 50+)
  4. Gender (Male, Female)

Pre-requisite

  1. CHW/ANC - Add UI for MeasureReport filters in the Reports module in the ANC app  #700
  2. Add a household registration encounter e.g http://hl7.org/fhir/encounter-example-home.json.html
  3. [eCBIS FHIR] Create a Measure for eCBIS Indicator 1 - Household Registration  #1233
  4. Add testcase that references an Observation, add test that uses ELM . google/android-fhir#1280

Acceptance Criteria

  • Create a measure for eCBIS Measure 1 - Household Registration
  • Add Measure Resource library to FHIR Core HAPI FHIR Server
  • List the measure in the Quest Reporting module
  • Trigger measure for Household Indicator filtered by Start and End date and for a given population using the Family group resource
  • View the measure report for eCBIS Indcator 1
@f-odhiambo f-odhiambo added eCBIS The FHIR Last Mile Health Project Measure-Reporting labels May 30, 2022
@f-odhiambo
Copy link
Contributor Author

We may need to have a design discussion on this
CC @dubdabasoduba @AnnieMungai @maimoonak @ellykits

@f-odhiambo
Copy link
Contributor Author

@f-odhiambo f-odhiambo changed the title [Quest/eCBIS] Configure Quest app to view measure report for Indicator 1 - Household reporting [Quest/eCBIS] - Configure Quest app to view measure report for Indicator 1 - Household reporting Jun 2, 2022
@f-odhiambo f-odhiambo added the Size - M 4-5 days label Jun 22, 2022
@dubdabasoduba
Copy link
Member

dubdabasoduba commented Jun 22, 2022

@f-odhiambo we might need some code changes to make sure we download the measures and measure reports based on the composition resource. That way we only show the project indicators.

@f-odhiambo
Copy link
Contributor Author

Good progress here for HH Indicator based on the mADX designs and also using measure reports for "In-App Reporting"

CC @maimoonak

@f-odhiambo
Copy link
Contributor Author

Check on the Date filter
We should focus the date on the numerator count of interest thus if I add 1st to 31st January I should only get all households enrolled in January

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
eCBIS The FHIR Last Mile Health Project Measure-Reporting Size - M 4-5 days
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants