Skip to content

Commit

Permalink
Merge branch 'master' into master-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Sep 21, 2023
2 parents 283ad6e + 3baeac7 commit 52ff928
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 400 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Choose one: (Bug fix | Feature | Documentation | Testing | Code health | Builds
**Screenshots (if applicable)**

**Checklist**
- [ ] I have read and acknowledged the [Code of conduct](https://github.com/google/android-fhir/blob/master/docs/CODE_OF_CONDUCT.md).
- [ ] I have read and acknowledged the [Code of conduct](https://github.com/google/android-fhir/blob/master/CODE_OF_CONDUCT.md).
- [ ] I have read the [Contributing](https://github.com/google/android-fhir/wiki/Contributing) page.
- [ ] I have signed the Google [Individual CLA](https://cla.developers.google.com/about/google-individual), or I am covered by my company's [Corporate CLA](https://cla.developers.google.com/about/google-corporate ).
- [ ] I have discussed my proposed solution with code owners in the linked issue(s) and we have agreed upon the general approach.
Expand Down
31 changes: 23 additions & 8 deletions catalog/src/main/assets/component_auto_complete.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,26 @@
}
}
],
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-displayCategory",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-display-category",
"code": "instructions"
}
]
}
}
],
"linkId": "instruction",
"text": "Try typing Asthma, Chronic Lung Disease, Depression, Diabetes, Hypertension, High Blood Pressure, or High Cholesterol",
"type": "display"
}
],
"repeats": true,
"linkId": "1",
"text": "Do you have any existing conditions",
Expand All @@ -33,7 +53,8 @@
"valueCoding": {
"code": "asthma",
"display": "Asthma"
}
},
"initialSelected": true
},
{
"valueCoding": {
Expand Down Expand Up @@ -71,13 +92,7 @@
"display": "High Cholesterol"
}
}
],
"initial": {
"valueCoding": {
"code": "asthma",
"display": "Asthma"
}
}
]
}
]
}
26 changes: 25 additions & 1 deletion demo/src/main/assets/new-patient-registration-paginated.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,30 @@
"value": "Mwanaume"
}]
}
},
{
"valueCoding": {
"system": "http://hl7.org/fhir/administrative-gender",
"code": "other",
"display": "Other",
"designation": [
{
"language": "sw",
"value": "Nyingine"
}]
}
},
{
"valueCoding": {
"system": "http://hl7.org/fhir/administrative-gender",
"code": "unknown",
"display": "Unknown",
"designation": [
{
"language": "sw",
"value": "Haijulikani"
}]
}
}
]
},
Expand Down Expand Up @@ -378,4 +402,4 @@
]
}
]
}
}
Loading

0 comments on commit 52ff928

Please sign in to comment.