Skip to content

Commit 2c0ab69

Browse files
authored
Feature-IOPS-2379-Non-WGS-Test-Order-Form-Variant-Reinterpretation (#45)
* Add SR & Task Add SR & Task * Update SR, Task, and add Patient-SalimaPomfrets-Example Update SR, Task, and add Patient-SalimaPomfrets-Example * Update ServiceRequest-NonWGSTestOrder-VariantReinterpretation Add text no sample required.
1 parent ae71fac commit 2c0ab69

3 files changed

Lines changed: 253 additions & 0 deletions
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
{
2+
"resourceType": "Patient",
3+
"id": "Patient-SalimaPomfrets-Example",
4+
"extension": [
5+
{
6+
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
7+
"valueCode": "F"
8+
},
9+
{
10+
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
11+
"valueCodeableConcept": {
12+
"coding": [
13+
{
14+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
15+
"code": "A",
16+
"display": "White - British"
17+
}
18+
]
19+
}
20+
}
21+
],
22+
"identifier": [
23+
{
24+
"system": "https://fhir.nhs.uk/Id/nhs-number",
25+
"value": "8449303444",
26+
"extension": [
27+
{
28+
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
29+
"valueCodeableConcept": {
30+
"coding": [
31+
{
32+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
33+
"version": "2.2.0",
34+
"code": "01",
35+
"display": "Number present and verified"
36+
}
37+
]
38+
}
39+
}
40+
]
41+
},
42+
{
43+
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
44+
"value": "RD819674",
45+
"assigner": {
46+
"identifier": {
47+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
48+
"value": "RD8"
49+
}
50+
}
51+
}
52+
],
53+
"name": [
54+
{
55+
"given": [
56+
"Salima"
57+
],
58+
"family": "Pomfrets"
59+
}
60+
],
61+
"gender": "female",
62+
"birthDate": "1993-11-27",
63+
"deceasedBoolean": false,
64+
"address": [
65+
{
66+
"line": [
67+
"1 How lane,",
68+
"Chipstead, Wolvertom",
69+
"Milton Keynes"
70+
],
71+
"postalCode": "TM10 8AM"
72+
}
73+
],
74+
"generalPractitioner": [
75+
{
76+
"identifier": {
77+
"system": "https://fhir.hl7.org.uk/Id/gmp-number",
78+
"value": "G9999999"
79+
},
80+
"display": "Dr. Aero Smith"
81+
},
82+
{
83+
"identifier": {
84+
"system": "https://fhir.hl7.org.uk/Id/ODS-code",
85+
"value": "AP123"
86+
},
87+
"display": "123 Test Practice"
88+
}
89+
],
90+
"link": [
91+
{
92+
"other": {
93+
"reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/8449303444"
94+
},
95+
"type": "seealso"
96+
}
97+
]
98+
}
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
{
2+
"resourceType": "ServiceRequest",
3+
"id": "ServiceRequest-NonWGSTestOrder-VariantReinterpretation-Example",
4+
"basedOn": [
5+
{
6+
"reference": "ServiceReques/ServiceRequest-NonWGSTestOrderForm-SyndromicEpilepsy-Example"
7+
}
8+
],
9+
"extension": [
10+
{
11+
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage",
12+
"valueCodeableConcept": {
13+
"coding": [
14+
{
15+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory",
16+
"code": "nhs",
17+
"display": "NHS"
18+
}
19+
]
20+
}
21+
}
22+
],
23+
"status": "active",
24+
"intent": "order",
25+
"category": [
26+
{
27+
"coding": [
28+
{
29+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory",
30+
"code": "rare-disease-non-wgs"
31+
}
32+
]
33+
}
34+
],
35+
"priority": "routine",
36+
"code": {
37+
"coding": [
38+
{
39+
"system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
40+
"code": "R442",
41+
"display": "Variant Re-interpretation"
42+
}
43+
]
44+
},
45+
"orderDetail": [
46+
{
47+
"coding": [
48+
{
49+
"system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
50+
"code": "R59",
51+
"display": "Early onset or syndromic epilepsy"
52+
}
53+
]
54+
}
55+
],
56+
"subject": {
57+
"reference": "Patient/Patient-SalimaPomfrets-Example",
58+
"identifier": {
59+
"system": "https://fhir.nhs.uk/Id/nhs-number",
60+
"value": "8449303444"
61+
}
62+
},
63+
"authoredOn": "2023-10-01T10:08:00Z",
64+
"requester": {
65+
"reference": "PractitionerRole/PractitionerRole-GeneSmith-Example"
66+
},
67+
"reasonCode": [
68+
{
69+
"coding": [
70+
{
71+
"system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
72+
"code": "261004008",
73+
"display": "Diagnostic"
74+
}
75+
]
76+
}
77+
],
78+
"supportingInfo": [
79+
{
80+
"reference": "Observation/Observation-GenomicEthnicity-Example"
81+
},
82+
{
83+
"reference": "Observation/Observation-DiseaseStatus-Example"
84+
},
85+
{
86+
"reference": "Observation/Observation-NoPregnancy-Example"
87+
},
88+
{
89+
"reference": "Observation/Observation-NonConsanguinousUnion-Example"
90+
},
91+
{
92+
"reference": "FamilyMemberHistory/FamilyMemberHistory-NonConsanguinousUnion-Example"
93+
},
94+
{
95+
"reference": "Observation/Observation-NoBoneMarrowTransplant-Example"
96+
},
97+
{
98+
"reference": "Observation/Observation-NoTransfusion-Example"
99+
}
100+
],
101+
"note": [
102+
{
103+
"text": "No sample required."
104+
},
105+
{
106+
"text": "No family history of genomic testing"
107+
},
108+
{
109+
"text": "Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms/ For example: new evidence available that will likely change the classification of the variant- identification of additional patient(s) with the same genetic variant"
110+
}
111+
]
112+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"resourceType": "Task",
3+
"id": "Task-NonWGSTestOrderAccepted-VariantReinterpretation-Example",
4+
"status": "accepted",
5+
"intent": "order",
6+
"priority": "routine",
7+
"code": {
8+
"coding": [
9+
{
10+
"system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics",
11+
"code": "ProcessGenomicTestRequest",
12+
"display": "Process Genomic Test Request"
13+
}
14+
]
15+
},
16+
"focus": {
17+
"reference": "ServiceRequest/ServiceRequest-NonWGSTestOrder-VariantReinterpretation-Example"
18+
},
19+
"for": {
20+
"reference": "Patient/Patient-SalimaPomfrets-Example",
21+
"identifier": {
22+
"system": "https://fhir.nhs.uk/Id/nhs-number",
23+
"value": "8449303444"
24+
}
25+
},
26+
"authoredOn": "2023-10-01T10:08:00Z",
27+
"lastModified": "2023-10-02T11:30:00Z",
28+
"requester": {
29+
"reference": "PractitionerRole/PractitionerRole-GeneSmith-Example"
30+
},
31+
"owner": {
32+
"identifier": {
33+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
34+
"value": "RQ3"
35+
},
36+
"display": "BIRMINGHAM WOMEN'S AND CHILDREN'S NHS FOUNDATION TRUST"
37+
},
38+
"note": [
39+
{
40+
"text": "Optional Free Text field to record any additional details"
41+
}
42+
]
43+
}

0 commit comments

Comments
 (0)