Skip to content

Commit c9b3cb6

Browse files
authored
Feature-IOPS-3020-WGS-Test-Order-Form-CancerSolidTumour (#153)
* Create WGS -TestOderForm-Cancer Create WGS -TestOderForm-Cancer-SolidTumour * Update ServiceRequest-WGSTestOrderForm-CancerSolidTumor-Example.json update * Add a Task Resource Add a Task Resource * Update Task-WGSCancerTestOrder-SolidTumour-Example.json Update Task Requester reference * Update ServiceRequest-WGSTestOrderForm-CancerSolidTumor-Example.json Update SR to reflect new mapping of reason-for-testing * Update ServiceRequest-WGSTestOrderForm-CancerSolidTumor-Example.json new mapping * Feedback Issues Update SR.code value * Update Specimen-SolidTumorDemeizaSeo-Example.json Update Specimen.code value * Update Specimen-SolidTumorDemeizaSeo-Example.json Update value for Specimen.condition
1 parent 65effa4 commit c9b3cb6

6 files changed

Lines changed: 316 additions & 0 deletions
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"resourceType": "BodyStructure",
3+
"id": "BodyStructure-BodySiteLocationAbdomen-Example",
4+
"morphology": {
5+
"coding": [
6+
{
7+
"system": "http://snomed.info/sct",
8+
"code": "369755005",
9+
"display": "Multiple tumors (qualifier value)"
10+
}
11+
]
12+
},
13+
"location": {
14+
"coding": [
15+
{
16+
"system": "http://snomed.info/sct",
17+
"code": "818983003",
18+
"display": "Structure of abdominopelvic cavity and/or content of abdominopelvic cavity and/or anterior abdominal wall (body structure)"
19+
}
20+
]
21+
},
22+
"patient": {
23+
"reference": "Patient-DemeizaSeo-Example",
24+
"identifier": {
25+
"system": "https://fhir.nhs.uk/Id/nhs-number",
26+
"value": "9449306559"
27+
}
28+
}
29+
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"resourceType": "Observation",
3+
"id": "Observation-PercentageMalignantNuclei-Example",
4+
"status": "final",
5+
"code": {
6+
"coding": [
7+
{
8+
"system": "http://snomed.info/sct",
9+
"code": "1255076007",
10+
"display": "Percent of cell nuclei positive for proliferation marker protein Ki-67 in primary malignant neoplasm of stomach by immunohistochemistry (observable entity)"
11+
}
12+
]
13+
},
14+
"subject": {
15+
"reference": "Patient/Patient-DemeizaSeo-Example",
16+
"identifier": {
17+
"system": "https://fhir.nhs.uk/Id/nhs-number",
18+
"value": "9449306559"
19+
}
20+
},
21+
"specimen": {
22+
"reference":"Specimen/Specimen-SolidTumorDemeizaSeo-Example",
23+
"identifier": {
24+
"system": "https://fhir.add.nhs.uk/Id/specimenId",
25+
"value": "RA257631",
26+
"assigner": {
27+
"identifier": {
28+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
29+
"value": "696B0"
30+
}
31+
}
32+
}
33+
},
34+
"valueQuantity": {
35+
"value": 25,
36+
"unit": "%",
37+
"system": "http://unitsofmeasure.org",
38+
"code": "%"
39+
},
40+
"effectiveDateTime": "2023-08-09"
41+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"resourceType": "Observation",
3+
"id": "Observation-TumourTypeDemeizaSeo-Example",
4+
"status": "final",
5+
"code": {
6+
"coding": [
7+
{
8+
"system": "http://snomed.info/sct",
9+
"code": "116061001",
10+
"display": "Solid pseudopapillary carcinoma (morphologic abnormality)"
11+
}
12+
]
13+
},
14+
"subject": {
15+
"reference": "Patient/Patient-DemeizaSeo-Example",
16+
"identifier": {
17+
"system": "https://fhir.nhs.uk/Id/nhs-number",
18+
"value": "9449306559"
19+
}
20+
},
21+
"specimen": {
22+
"identifier": {
23+
"system": "https://fhir.add.nhs.uk/Id/specimenId",
24+
"value": "RA257631"
25+
}
26+
},
27+
"effectiveDateTime": "2023-09-08T11:00:00Z"
28+
}
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
{
2+
"resourceType": "ServiceRequest",
3+
"id": "ServiceRequest-WGSTestOrderForm-CancerSolidTumor-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-england",
12+
"display": "NHS England"
13+
}
14+
]
15+
}
16+
},
17+
{
18+
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdditionalContact",
19+
"valueReference": {
20+
"reference": "PractitionerRole/PractitionerRole-AnnaLaneKingstonPathology-Example"
21+
}
22+
}
23+
],
24+
"status": "active",
25+
"intent": "order",
26+
"category": [
27+
{
28+
"coding": [
29+
{
30+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory",
31+
"code": "cancer-wgs",
32+
"display": "Cancer - WGS"
33+
}
34+
]
35+
},
36+
{
37+
"coding": [
38+
{
39+
"system": "https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics",
40+
"code": "diagnostic",
41+
"display": "Diagnostic"
42+
}
43+
]
44+
}
45+
],
46+
"priority": "routine",
47+
"code": {
48+
"coding": [
49+
{
50+
"system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
51+
"code": "M233.1",
52+
"display": "WGS Germline and Tumour"
53+
}
54+
]
55+
},
56+
"subject": {
57+
"reference": "Patient/Patient-DemeizaSeo-Example",
58+
"identifier": {
59+
"system": "https://fhir.nhs.uk/Id/nhs-number",
60+
"value": "9449306559"
61+
}
62+
},
63+
"authoredOn": "2023-09-08",
64+
"requester": {
65+
"reference": "PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example"
66+
},
67+
"reasonCode": [
68+
{
69+
"coding": [
70+
{
71+
"system": "https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics",
72+
"code": "diagnostic",
73+
"display": "Diagnostic"
74+
}
75+
]
76+
}
77+
],
78+
"performer": [
79+
{
80+
"identifier": {
81+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
82+
"value": "RJZ"
83+
},
84+
"display": "KING'S COLLEGE HOSPITAL NHS FOUNDATION TRUST"
85+
}
86+
],
87+
"supportingInfo": [
88+
{
89+
"reference": "Observation/Observation-TumorType-Example"
90+
},
91+
{
92+
"reference": "Observation/Observation-PercentageMalignantNuclei-Example"
93+
},
94+
{
95+
"reference": "Consent/Consent-RoDToFollow-Example"
96+
}
97+
],
98+
"specimen": [
99+
{
100+
"reference": "Specimen/Specimen-SolidTumorDemeizaSeo-Example"
101+
}
102+
],
103+
"note": [
104+
{
105+
"text": "Relevant Family History"
106+
},
107+
{
108+
"text": "Other Additional Information"
109+
}
110+
]
111+
}
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"resourceType": "Specimen",
3+
"id": "Specimen-SolidTumorDemeizaSeo-Example",
4+
"extension": [
5+
{
6+
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory",
7+
"valueCodeableConcept": {
8+
"coding": [
9+
{
10+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory",
11+
"code": "solid-tumour",
12+
"display": "Solid Tumour"
13+
}
14+
]
15+
}
16+
}
17+
],
18+
"identifier": [
19+
{
20+
"system": "https://fhir.add.nhs.uk/Id/specimenId",
21+
"value": "RA257631"
22+
}
23+
],
24+
"status": "available",
25+
"type": {
26+
"coding": [
27+
{
28+
"system": "http://snomed.info/sct",
29+
"code": "364611000000101",
30+
"display": "Tissue resection sample"
31+
}
32+
]
33+
},
34+
"subject": {
35+
"reference": "Patient/Patient-DemeizaSeo-Example",
36+
"identifier": {
37+
"system": "https://fhir.nhs.uk/Id/nhs-number",
38+
"value": "9449306559"
39+
}
40+
},
41+
"collection": {
42+
"collector": {
43+
"identifier": {
44+
"system": "https://fhir.nhs.uk/Id/sds-user-id",
45+
"value": "9999999998"
46+
},
47+
"display": "ClinicalScientist-John Taylor"
48+
},
49+
"collectedDateTime": "2023-09-09T11:00:00Z",
50+
"bodySite": {
51+
"extension": [
52+
{
53+
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference",
54+
"valueReference": {
55+
"reference": "BodyStructure/BodyStructure-BodySiteLocationAbdomen-Example"
56+
}
57+
}
58+
]
59+
}
60+
},
61+
"condition": [
62+
{
63+
"coding": [
64+
{
65+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PrimarySampleState",
66+
"code": "fresh",
67+
"display": "Fresh"
68+
}
69+
]
70+
}
71+
],
72+
"request": [
73+
{
74+
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-CancerSolidTumor-Example"
75+
}
76+
]
77+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"resourceType": "Task",
3+
"id": "Task-WGSCancerTestOrder-SolidTumor-Example",
4+
"status": "requested",
5+
"intent": "order",
6+
"priority": "routine",
7+
"code": {
8+
"coding": [
9+
{
10+
"system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics",
11+
"code": "process-genomic-test-request",
12+
"display": "Process Genomic Test Request"
13+
}
14+
]
15+
},
16+
"focus": {
17+
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-CancerSolidTumor-Example"
18+
},
19+
"for": {
20+
"reference": "Patient/Patient-DemeizaSeo-Example",
21+
"identifier": {
22+
"system": "https://fhir.nhs.uk/Id/nhs-number",
23+
"value": "9449306559"
24+
}
25+
},
26+
"authoredOn": "2023-09-09",
27+
"requester": {
28+
"reference": "PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example"
29+
}
30+
}

0 commit comments

Comments
 (0)