Skip to content

Commit e63dcc3

Browse files
authored
Feature-IOPS-2378-Non-WGS-Test-Order-Form-Out-of-Country (#44)
* Add SR, Task & Condition Add SR, Task & Condition * Add Patient, & Specimen Resource Add Patient, & Specimen Resource Update SR & Task * Update CodeSystem-Genomics-task-statusReason Added based on recommendation on PR for F/Up Test Types(#48) * Add BodyStructure Resource, and Separate Obs-Multiple Tumor Add BodyStructure Resource, and Separate Obs-Multiple Tumor * Add Neoplastic Cell Obs Add Neoplastic Cell Obs * Update OBS-NeoplasticCell, Cellularity & Necrosis Update OBS-NeoplasticCell, Cellularity & Necrosis
1 parent 65828aa commit e63dcc3

11 files changed

Lines changed: 509 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-SpecimenBodySiteLocation-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": "76752008",
18+
"display": "Breast structure (body structure)"
19+
}
20+
]
21+
},
22+
"patient": {
23+
"reference": "Patient-KayBurbridge-Example",
24+
"identifier": {
25+
"system": "https://fhir.nhs.uk/Id/nhs-number",
26+
"value": "8449303541"
27+
}
28+
}
29+
}

CodeSystem/CodeSystem-Genomics-task-statusReason.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
"caseSensitive": true,
3131
"content": "complete",
3232
"concept": [
33+
{
34+
"code": "AwaitingSpecimen",
35+
"display": "Awaiting Specimen"
36+
},
3337
{
3438
"code": "AwaitingRoDAndSpecimen",
3539
"display": "Awaiting Record of Discussion and Specimen"
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"resourceType": "Condition",
3+
"id": "Condition-BreastCancer-Example",
4+
"clinicalStatus": {
5+
"coding": [
6+
{
7+
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
8+
"code": "active",
9+
"display": "Active"
10+
}
11+
]
12+
},
13+
"verificationStatus": {
14+
"coding": [
15+
{
16+
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
17+
"code": "provisional",
18+
"display": "Provisional"
19+
}
20+
]
21+
},
22+
"code": {
23+
"coding": [
24+
{
25+
"system": "http://snomed.info/sct",
26+
"code": "134405005",
27+
"display": "Suspected breast cancer"
28+
}
29+
]
30+
},
31+
"subject": {
32+
"identifier": {
33+
"system": "https://fhir.nhs.uk/Id/nhs-number",
34+
"value": "8449303541"
35+
}
36+
}
37+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"resourceType": "Observation",
3+
"id": "Observation-CellularityKayBurbridge-Example",
4+
"status": "final",
5+
"code": {
6+
"text":"Cellularity"
7+
},
8+
"subject": {
9+
"reference": "Patient/Patient-KayBurbridge-Example",
10+
"identifier": {
11+
"system": "https://fhir.nhs.uk/Id/nhs-number",
12+
"value": "8449303541"
13+
}
14+
},
15+
"specimen": {
16+
"identifier": {
17+
"system": "https://fhir.add.nhs.uk/Id/specimenId",
18+
"value": "699F01231423"
19+
}
20+
},
21+
"interpretation": [
22+
{
23+
"coding": [
24+
{
25+
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
26+
"code": "H",
27+
"display": "High"
28+
}
29+
]
30+
}
31+
],
32+
"effectiveDateTime": "2023-11-01T11:00:00Z"
33+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"resourceType": "Observation",
3+
"id": "Observation-NecrosisKayBurbridge-Example",
4+
"status": "final",
5+
"code": {
6+
"coding": [
7+
{
8+
"system": "http://snomed.info/sct",
9+
"code": "405921002",
10+
"display": "Percentage of neoplasm involved by necrosis (observable entity)"
11+
}
12+
]
13+
},
14+
"subject": {
15+
"reference": "Patient/Patient-KayBurbridge-Example",
16+
"identifier": {
17+
"system": "https://fhir.nhs.uk/Id/nhs-number",
18+
"value": "8449303541"
19+
}
20+
},
21+
"specimen": {
22+
"identifier": {
23+
"system": "https://fhir.add.nhs.uk/Id/specimenId",
24+
"value": "699F01231423"
25+
}
26+
},
27+
"valueQuantity": {
28+
"value": 5,
29+
"unit": "%",
30+
"system": "http://unitsofmeasure.org",
31+
"code": "%"
32+
},
33+
"effectiveDateTime": "2023-11-01T11:00:00Z"
34+
}
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-NeoplasticCellKayBurbridge-Example",
4+
"status": "final",
5+
"code": {
6+
"text": "Approximate Neoplastic cell % in sample"
7+
},
8+
"subject": {
9+
"reference": "Patient/Patient-KayBurbridge-Example",
10+
"identifier": {
11+
"system": "https://fhir.nhs.uk/Id/nhs-number",
12+
"value": "8449303541"
13+
}
14+
},
15+
"specimen": {
16+
"identifier": {
17+
"system": "https://fhir.add.nhs.uk/Id/specimenId",
18+
"value": "699F01231423"
19+
}
20+
},
21+
"valueQuantity": {
22+
"value": 25,
23+
"unit": "%",
24+
"system": "http://unitsofmeasure.org",
25+
"code": "%"
26+
},
27+
"effectiveDateTime": "2023-11-01T11:00:00Z"
28+
}
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-TumourTypeKayBurbridge-Example",
4+
"status": "final",
5+
"code": {
6+
"coding": [
7+
{
8+
"system": "http://snomed.info/sct",
9+
"code": "14799000",
10+
"display": "Neoplasm, metastatic (morphologic abnormality)"
11+
}
12+
]
13+
},
14+
"subject": {
15+
"reference": "Patient/Patient-KayBurbridge-Example",
16+
"identifier": {
17+
"system": "https://fhir.nhs.uk/Id/nhs-number",
18+
"value": "8449303541"
19+
}
20+
},
21+
"specimen": {
22+
"identifier": {
23+
"system": "https://fhir.add.nhs.uk/Id/specimenId",
24+
"value": "699F01231423"
25+
}
26+
},
27+
"effectiveDateTime": "2023-11-01T11:00:00Z"
28+
}
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-KayBurbridge-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": "8449303541",
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": "RD13423",
45+
"assigner": {
46+
"identifier": {
47+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
48+
"value": "RLU"
49+
}
50+
}
51+
}
52+
],
53+
"name": [
54+
{
55+
"given": [
56+
"Kay"
57+
],
58+
"family": "Burbridge"
59+
}
60+
],
61+
"gender": "female",
62+
"birthDate": "1983-06-02",
63+
"deceasedBoolean": true,
64+
"address": [
65+
{
66+
"line": [
67+
"106 Telegraph Road",
68+
"Claygate",
69+
"Milton Keynes"
70+
],
71+
"postalCode": "HR5 3PR"
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": "TP123"
86+
},
87+
"display": "Test GP Practice"
88+
}
89+
],
90+
"link": [
91+
{
92+
"other": {
93+
"reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/8449303541"
94+
},
95+
"type": "seealso"
96+
}
97+
]
98+
}

0 commit comments

Comments
 (0)