Skip to content

Commit f0c84fb

Browse files
authored
Apply enable when to conditional questions (#9)
* Apply enableWhen to Conditional Questions Apply enableWhen to Conditional Questions under Patient and Attorney details. * Update NHSDigital-QuestionnaireResponse-Genomics-Example.json Adding Patient validation linkid in QResponse * Update NHSDigital-Questionnaire-Genomics-Example.json Change title to Record of Discussion Regarding Genomic Testing-Example * Update to correctly specify Attorney question Update to correctly specify attorney question: isRespondentAttorney * Update-ValueSets and CodeSystems 1. Changes the name for Genomics Coverage valuset 2. Changes some code vlaues from abbreviation to words. * Update ValuSet-Genomics-patient-guardian-types.json Updating code values for consultee
1 parent 9f5912a commit f0c84fb

6 files changed

Lines changed: 14 additions & 14 deletions

CodeSystem/CodeSystem-Genomics-patient-choice-category.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@
3131
"content": "complete",
3232
"concept": [
3333
{
34-
"code": "AOC",
34+
"code": "AdultOwnChoice",
3535
"display": "Adult (made their own choice)"
3636
},
3737
{
38-
"code": "ALC",
38+
"code": "AdultLackCapacity",
3939
"display": "Adult lacking capacity (choices advised by consultee)"
4040
},
4141
{
42-
"code": "CPG",
42+
"code": "Child",
4343
"display": "Child (parent or guardian choices)"
4444
},
4545
{
46-
"code": "CL",
46+
"code": "Clinician",
4747
"display": "Clinician has agreed to the test (in the patient`s best interest)"
4848
},
4949
{
50-
"code": "D",
50+
"code": "Deceased",
5151
"display": "Deceased (choices made on behalf of deceased individual)"
5252
}
5353
]

CodeSystem/CodeSystem-Genomics-patient-consultee.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"content": "complete",
3232
"concept": [
3333
{
34-
"code": "CNS",
35-
"display": "Conslutee"
34+
"code": "Consultee",
35+
"display": "Consultee"
3636
}
3737
]
3838
}

CodeSystem/CodeSystem-Genomics-research-participation.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@
3131
"content": "complete",
3232
"concept": [
3333
{
34-
"code": "LKD",
34+
"code": "LiketoDiscussLater",
3535
"display": "Patient would like to discuss at a later date"
3636
},
3737
{
38-
"code": "PLC",
38+
"code": "PatientLackCapacity",
3939
"display": "Patient lacks capacity and no consultee available"
4040
},
4141
{
42-
"code": "ITD",
42+
"code": "InappropriatetoDiscuss",
4343
"display": "Inappropriate to have discussion"
4444
},
4545
{
46-
"code": "O",
46+
"code": "Other",
4747
"display": "Other"
4848
}
4949
]

QuestionnaireResponse/NHSDigital-QuestionnaireResponse-Genomics-Example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
{
161161
"valueCoding": {
162162
"system": "https://fhir.nhs.uk/CodeSystem/patient-choice-category-genomics",
163-
"code": "AOC",
163+
"code": "AdultOwnChoice",
164164
"display": "Adult(made their own choice)"
165165
}
166166
}

ValueSet/ValuSet-Genomics-patient-guardian-types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"system": "https://fhir.nhs.uk/CodeSystem/patient-consultee-genomics",
2727
"concept": [
2828
{
29-
"code": "CNS",
29+
"code": "Consultee",
3030
"display": "Consultee"
3131
}
3232
]

ValueSet/ValueSet-Genomics-coverage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "genomics-coverage",
44
"url": "https://fhir.nhs.uk/ValueSet/genomics-coverage",
55
"version": "0.1.0",
6-
"name": "GenomicsMessageEvents",
6+
"name": "GenomicsCoverageTypes",
77
"status": "draft",
88
"description": "A ValueSet to identify the funder for a Genomic Test Order",
99
"compose": {

0 commit comments

Comments
 (0)