-
Notifications
You must be signed in to change notification settings - Fork 3
[IOPS-4427] Questionnaire for sex and ethnicity #248
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
Merged
omarisgreat
merged 4 commits into
main
from
Feature-IOPS-4427-Patient-Extensions-Questionnaire
Jul 9, 2026
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
3677f20
[IOPS-4427] Questionnaire for sex and ethnicity
omarisgreat 983abd6
Updated codesystem
omarisgreat dbea35a
Update QuestionnaireResponse-Patient-Extensions-Example.json
omarisgreat 5b2cdbe
Update QuestionnaireResponse-Patient-Extensions-Example.json
omarisgreat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
41 changes: 41 additions & 0 deletions
41
Questionnaire/Questionnaire-Patient-Extensions-Example.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| { | ||
| "resourceType": "Questionnaire", | ||
| "url": "https://fhir.nhs.uk/Questionnaire/Patient-Extensions-Example", | ||
| "title": "Patient Extensions", | ||
| "status": "draft", | ||
| "purpose": "For recording ethnicity and sex at birth", | ||
| "item": [ | ||
| { | ||
| "linkId": "364699009", | ||
| "code": [ | ||
| { | ||
| "system": "http://snomed.info/sct", | ||
| "code": "364699009", | ||
| "display": "Ethnic group" | ||
| } | ||
| ], | ||
| "prefix": "P-9", | ||
| "text": "Patient - Ethnicity", | ||
| "type": "choice", | ||
| "required": true, | ||
| "repeats": false, | ||
| "answerValueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-EthnicCategory" | ||
| }, | ||
| { | ||
| "linkId": "1345193002", | ||
| "code": [ | ||
|
KazeemHamzat marked this conversation as resolved.
|
||
| { | ||
| "system": "http://snomed.info/sct", | ||
| "code": "1345193002", | ||
| "display": "Sex of neonate assigned at birth" | ||
| } | ||
| ], | ||
| "prefix": "P-10", | ||
| "text": "Patient - Sex defined at birth", | ||
| "type": "choice", | ||
| "required": true, | ||
| "repeats": false, | ||
| "answerValueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-BirthSex" | ||
| } | ||
| ] | ||
| } | ||
40 changes: 40 additions & 0 deletions
40
QuestionnaireResponse/QuestionnaireResponse-Patient-Extensions-Example.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| { | ||
| "resourceType": "QuestionnaireResponse", | ||
| "questionnaire": "https://fhir.nhs.uk/Questionnaire/Patient-Extensions-Example", | ||
| "status": "completed", | ||
| "subject": { | ||
| "identifier": { | ||
| "system": "https://fhir.nhs.uk/Id/nhs-number", | ||
| "value": "7449306524" | ||
| } | ||
| }, | ||
| "authored": "2023-10-01T15:00:00Z", | ||
| "item": [ | ||
| { | ||
| "linkId": "364699009", | ||
| "text": "Patient - Ethnicity", | ||
| "answer": [ | ||
| { | ||
| "valueCoding": { | ||
| "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland", | ||
| "code": "A", | ||
| "display": "British, Mixed British" | ||
| } | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "linkId": "1345193002", | ||
| "text": "Patient - Sex defined at birth", | ||
| "answer": [ | ||
| { | ||
| "valueCoding": { | ||
| "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender", | ||
| "code": "M", | ||
| "display": "Male" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.