Skip to content

Commit ae71fac

Browse files
authored
Feature-IOPS-2381-Non-WGS-Test-Order-Form-Follow-up-Test-Types (#48)
* Add SR & Task Resources Add SR & Task Resources * Add DR Resource & Updates to Task Resources Add DR Resource & Updates to Task Resources * Update Task-NonWGSRareDiseaseTestOrderAccepted-FollowupTes Typo: Removed Types form ServiceRequest-NonWGSTestOrderForm-FollowupTest-Example
1 parent 33086bf commit ae71fac

6 files changed

Lines changed: 449 additions & 0 deletions
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"resourceType": "DiagnosticReport",
3+
"id": "DiagnosticReport-AnitaLamberts-Example",
4+
"identifier": [
5+
{
6+
"system": "https://www.guysandstthomas.nhs.uk/SEGLH/lims",
7+
"value": "FHGenomicReport",
8+
"assigner": {
9+
"identifier": {
10+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
11+
"value": "RJ1"
12+
}
13+
}
14+
}
15+
],
16+
"basedOn": [
17+
{
18+
"reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-Example"
19+
}
20+
],
21+
"status": "final",
22+
"category": [
23+
{
24+
"coding": [
25+
{
26+
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
27+
"code": "GE",
28+
"display": "Genetics"
29+
}
30+
]
31+
}
32+
],
33+
"code": {
34+
"coding": [
35+
{
36+
"system": "http://snomed.info/sct",
37+
"code": "1054161000000101",
38+
"display": "Genetic report"
39+
}
40+
]
41+
},
42+
"subject": {
43+
"reference": "Patient/Patient-AnitaLamberts-Example"
44+
},
45+
"issued": "2023-11-24T09:45:00Z",
46+
"performer": [
47+
{
48+
"identifier": {
49+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
50+
"value": "RJ1"
51+
}
52+
}
53+
],
54+
"specimen": [
55+
{
56+
"reference": "Specimen/Specimen-BloodEDTA-Example"
57+
}
58+
],
59+
"presentedForm": [
60+
{
61+
"contentType": "application/pdf",
62+
"language": "en-GB",
63+
"url":"https://o719on.axshare.com/?id=8aol33&p=introduction&g=1",
64+
"size": 43272,
65+
"title": "Genomic Report for Anita Lamberts",
66+
"creation": "2023-11-24"
67+
}
68+
]
69+
}
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"resourceType": "ServiceRequest",
3+
"id": "ServiceRequest-NonWGSTestOrderForm-FollowupTest-Example",
4+
"extension": [
5+
{
6+
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage",
7+
"valueCodeableConcept": {
8+
"coding": [
9+
{
10+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory",
11+
"code": "nhs",
12+
"display": "NHS"
13+
}
14+
]
15+
}
16+
}
17+
],
18+
"status": "active",
19+
"intent": "order",
20+
"category": [
21+
{
22+
"coding": [
23+
{
24+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory",
25+
"code": "rare-disease-non-wgs",
26+
"display": "Rare Disease - Non-WGS"
27+
}
28+
]
29+
}
30+
],
31+
"priority": "routine",
32+
"code": {
33+
"coding": [
34+
{
35+
"system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
36+
"code": "R187",
37+
"display": "Cystic Fibrosis"
38+
}
39+
]
40+
},
41+
"subject": {
42+
"reference": "Patient/Patient-AnitaLamberts-Example",
43+
"identifier": {
44+
"system": "https://fhir.nhs.uk/Id/nhs-number",
45+
"value": "8449303649"
46+
}
47+
},
48+
"authoredOn": "2023-11-01T10:00:00Z",
49+
"requester": {
50+
"reference": "PractitionerRole/PractitionerRole-GeneSmith-Example"
51+
},
52+
"reasonCode": [
53+
{
54+
"coding": [
55+
{
56+
"system": "http://snomed.info/sct",
57+
"code": "103693007",
58+
"display": "Diagnostic procedure"
59+
}
60+
]
61+
}
62+
],
63+
"performer": [
64+
{
65+
"identifier": {
66+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
67+
"value": "RJ1"
68+
}
69+
}
70+
],
71+
"supportingInfo": [
72+
{
73+
"reference": "Observation/Observation-GenomicEthnicity-Example"
74+
},
75+
{
76+
"reference": "Observation/Observation-NoPregnancy-Example"
77+
},
78+
{
79+
"reference": "Observation/Observation-DiseaseStatus-Example"
80+
},
81+
{
82+
"reference": "Observation/Observation-NonConsanguinousUnion-Example"
83+
},
84+
{
85+
"reference": "FamilyMemberHistory/FamilyMemberHistory-NonConsanguinousUnion-Example"
86+
},
87+
{
88+
"reference": "Observation/Observation-NoBoneMarrowTransplant-Example"
89+
},
90+
{
91+
"reference": "Observation/Observation-NoTransfusion-Example"
92+
},
93+
{
94+
"reference": "Observation/Observation-RiskOfInfection-Example"
95+
}
96+
],
97+
"specimen": [
98+
{
99+
"display": "Specimen to be provided later"
100+
}
101+
],
102+
"note": [
103+
{
104+
"text": "No family history of genomic testing"
105+
},
106+
{
107+
"text": "Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms / For example: Adult with CT-proven bronchiectasis, chronic suppurative chest infection with colonisation by Pseudomonas and Staph aureus"
108+
}
109+
]
110+
}
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
{
2+
"resourceType": "ServiceRequest",
3+
"id": "ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-Example",
4+
"basedOn": [
5+
{
6+
"reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FollowupTest-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+
"display": "Rare Disease - Non-WGS"
32+
}
33+
]
34+
}
35+
],
36+
"priority": "routine",
37+
"code": {
38+
"coding": [
39+
{
40+
"system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
41+
"code": "R65.1",
42+
"display": "Aminoglycoside exposure posing risk to hearing"
43+
}
44+
],
45+
"text": "Follow Up Test requested to aid interpretation. M code modified to: R65.1"
46+
},
47+
"subject": {
48+
"reference": "Patient/Patient-AnitaLamberts-Example",
49+
"identifier": {
50+
"system": "https://fhir.nhs.uk/Id/nhs-number",
51+
"value": "8449303649"
52+
}
53+
},
54+
"authoredOn": "2023-11-10T10:00:00Z",
55+
"requester": {
56+
"reference": "PractitionerRole/PractitionerRole-AndrewSmith-Example"
57+
},
58+
"reasonCode": [
59+
{
60+
"coding": [
61+
{
62+
"system": "http://snomed.info/sct",
63+
"code": "103693007",
64+
"display": "Diagnostic procedure"
65+
}
66+
]
67+
}
68+
],
69+
"performer": [
70+
{
71+
"identifier": {
72+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
73+
"value": "RJ1"
74+
}
75+
}
76+
],
77+
"supportingInfo": [
78+
{
79+
"reference": "Observation/Observation-GenomicEthnicity-Example"
80+
},
81+
{
82+
"reference": "Observation/Observation-NoPregnancy-Example"
83+
},
84+
{
85+
"reference": "Observation/Observation-DiseaseStatus-Example"
86+
},
87+
{
88+
"reference": "Observation/Observation-NonConsanguinousUnion-Example"
89+
},
90+
{
91+
"reference": "FamilyMemberHistory/FamilyMemberHistory-NonConsanguinousUnion-Example"
92+
},
93+
{
94+
"reference": "Observation/Observation-NoBoneMarrowTransplant-Example"
95+
},
96+
{
97+
"reference": "Observation/Observation-NoTransfusion-Example"
98+
},
99+
{
100+
"reference": "Observation/Observation-RiskOfInfection-Example"
101+
}
102+
],
103+
"specimen": [
104+
{
105+
"reference": "Specimen/Specimen-BloodEDTA-Example"
106+
}
107+
],
108+
"note": [
109+
{
110+
"text": "No family history of genomic testing"
111+
},
112+
{
113+
"text": "Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms / For example: Adult with CT-proven bronchiectasis, chronic suppurative chest infection with colonisation by Pseudomonas and Staph aureus. Intital test ordered for Cystic Fibrosis."
114+
}
115+
]
116+
}
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-NonWGSRareDiseaseTestOrderAccepted-FollowupTest-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-NonWGSTestOrderForm-FollowupTest-Example"
18+
},
19+
"for": {
20+
"reference": "Patient/Patient-AnitaLamberts-Example",
21+
"identifier": {
22+
"system": "https://fhir.nhs.uk/Id/nhs-number",
23+
"value": "8449303649"
24+
}
25+
},
26+
"authoredOn": "2023-11-01T10:00:00Z",
27+
"lastModified": "2023-11-02T11:00: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": "RJ1"
35+
},
36+
"display": "GUY'S AND ST THOMAS' NHS FOUNDATION TRUST"
37+
},
38+
"note": [
39+
{
40+
"text": "Optional Free Text field to record any additional details"
41+
}
42+
]
43+
}
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"resourceType": "Task",
3+
"id": "Task-NonWGSRareDiseaseTestOrderCancelled-FollowupTest-Example",
4+
"status": "cancelled",
5+
"statusReason": {
6+
"coding": [
7+
{
8+
"system": "https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics",
9+
"code": "DecisionNotToProgressWithTestRequest",
10+
"display": "Decision Not To Progress With Test Request"
11+
}
12+
]
13+
},
14+
"intent": "order",
15+
"priority": "routine",
16+
"code": {
17+
"coding": [
18+
{
19+
"system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics",
20+
"code": "Interpretation",
21+
"display": "Interpretation"
22+
}
23+
]
24+
},
25+
"focus": {
26+
"reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FollowupTest-Example"
27+
},
28+
"for": {
29+
"reference": "Patient/Patient-AnitaLamberts-Example",
30+
"identifier": {
31+
"system": "https://fhir.nhs.uk/Id/nhs-number",
32+
"value": "8449303649"
33+
}
34+
},
35+
"authoredOn": "2023-11-01T10:00:00Z",
36+
"lastModified": "2023-11-10T11:00:00Z",
37+
"requester": {
38+
"reference": "PractitionerRole/PractitionerRole-GeneSmith-Example"
39+
},
40+
"owner": {
41+
"identifier": {
42+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
43+
"value": "RJ1"
44+
},
45+
"display": "GUY'S AND ST THOMAS' NHS FOUNDATION TRUST"
46+
},
47+
"note": [
48+
{
49+
"text": "Follow Up Test to be requested to aid interpretation. Request a new Test with M code R65.1"
50+
}
51+
]
52+
}

0 commit comments

Comments
 (0)