Skip to content

Commit 0097d8e

Browse files
authored
NonWGSTestOrderForm-HaemOncology-Example (#35)
* Create ServiceRequest-NonWGSTestOrderForm-HaemOncology-Example.json ServiceRequest-NonWGSTestOrderForm-HaemOncology-Example * Create Patient & PractitionerRole 1. PractitionerRole-HazelSmithPathology-Example 2.Patient-PatrickSammy-Example * Update Patient-PatrickSammy-Example.json Changing the Extension back to Extension-UKCore-NHSNumberVerificationStatus * Add Conditions & Specimen Add Conditions & Specimen * Update Specimen-BoneMarrowAspiration-Example.json Use Extension-specimen-specialHandling to record some Specimen details. * Update PractitionerRole-HazelSmithPathology-Example Removing Additional Contact * Add Task & Obs Add Task Resource & additional 9 Observation resources, Removed other files not required. * Update from main to CodeSystem-Genomics-task-code Update from main to CodeSystem-Genomics-task-code * Update to main Update Digital-Task-Genomics.StructureDefinition * Update to Task, Condition & OBS Update to Task, Condition & OBS * Update Patient-PatrickSammy Update Patient-NHS Number Verified * Delete Observation-RiskOfInfection Delete Observation-RiskOfInfection * Add meta to SR updated Add meta to SR updated * Remove Extension Specimen-Special Handling Remove Extension Specimen-Special Handling
1 parent cd07c15 commit 0097d8e

14 files changed

Lines changed: 707 additions & 0 deletions
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"resourceType": "Condition",
3+
"id": "Condition-Hepatosplenomegaly-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+
"code": {
14+
"coding": [
15+
{
16+
"system": "http://snomed.info/sct",
17+
"code": "36760000",
18+
"display": "Hepatosplenomegaly"
19+
}
20+
]
21+
},
22+
"subject": {
23+
"identifier": {
24+
"system": "https://fhir.nhs.uk/Id/nhs-number",
25+
"value": "9449307873"
26+
}
27+
},
28+
"recordedDate": "2023-09-03"
29+
}
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"resourceType": "Observation",
3+
"id": "Observation-BlastPercentage-Example",
4+
"status": "final",
5+
"code": {
6+
"coding": [
7+
{
8+
"system": "http://snomed.info/sct",
9+
"code": "1015521000000107",
10+
"display": "Percentage blast cells (observable entity)"
11+
}
12+
]
13+
},
14+
"subject": {
15+
"reference": "Patient/Patient-PatrickSammy-Example",
16+
"identifier": {
17+
"system": "https://fhir.nhs.uk/Id/nhs-number",
18+
"value": "9449307873"
19+
}
20+
},
21+
"specimen": {
22+
"identifier": {
23+
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
24+
"value": "RR81234",
25+
"assigner": {
26+
"identifier": {
27+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
28+
"value": "696B0"
29+
}
30+
}
31+
}
32+
},
33+
"valueQuantity": {
34+
"value": 25,
35+
"unit": "%",
36+
"system": "http://unitsofmeasure.org",
37+
"code": "%"
38+
},
39+
"interpretation": [
40+
{
41+
"text": "Cellularity",
42+
"coding": [
43+
{
44+
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
45+
"code": "H",
46+
"display": "High"
47+
}
48+
]
49+
}
50+
],
51+
"effectiveDateTime": "2023-08-29"
52+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"resourceType": "Observation",
3+
"id": "Observation-Bruising-Example",
4+
"status": "final",
5+
"code": {
6+
"coding": [
7+
{
8+
"system": "http://snomed.info/sct",
9+
"code": "308492005",
10+
"display": "Bruising"
11+
}
12+
]
13+
},
14+
"subject": {
15+
"reference": "Patient/Patient-PatrickSammy-Example",
16+
"identifier": {
17+
"system": "https://fhir.nhs.uk/Id/nhs-number",
18+
"value": "9449307873"
19+
}
20+
},
21+
"effectiveDateTime": "2023-09-03"
22+
}
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-Haemoglobin-Example",
4+
"status": "final",
5+
"code": {
6+
"coding": [
7+
{
8+
"system": "http://snomed.info/sct",
9+
"code": "38082009",
10+
"display": "Haemoglobin"
11+
}
12+
]
13+
},
14+
"subject": {
15+
"reference": "Patient/Patient-PatrickSammy-Example",
16+
"identifier": {
17+
"system": "https://fhir.nhs.uk/Id/nhs-number",
18+
"value": "9449307873"
19+
}
20+
},
21+
"valueQuantity": {
22+
"value": 83,
23+
"unit": "g/dl",
24+
"system": "http://unitsofmeasure.org",
25+
"code": "g/dL"
26+
},
27+
"effectiveDateTime": "2023-09-03"
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-Neutrophils-Example",
4+
"status": "final",
5+
"code": {
6+
"coding": [
7+
{
8+
"system": "http://snomed.info/sct",
9+
"code": "1022551000000104",
10+
"display": "Neutrophil count"
11+
}
12+
]
13+
},
14+
"subject": {
15+
"reference": "Patient/Patient-PatrickSammy-Example",
16+
"identifier": {
17+
"system": "https://fhir.nhs.uk/Id/nhs-number",
18+
"value": "9449307873"
19+
}
20+
},
21+
"valueQuantity": {
22+
"value": 0.51,
23+
"unit": "10^9/l",
24+
"system": "http://unitsofmeasure.org",
25+
"code": "10^9/L"
26+
},
27+
"effectiveDateTime": "2023-09-03"
28+
}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"resourceType": "Observation",
3+
"id": "Observation-NucleatedCellCount-Example",
4+
"status": "final",
5+
"code": {
6+
"coding": [
7+
{
8+
"system": "http://snomed.info/sct",
9+
"code": "1022461000000100",
10+
"display": "Nucleated red blood cell count"
11+
}
12+
]
13+
},
14+
"subject": {
15+
"reference": "Patient/Patient-PatrickSammy-Example",
16+
"identifier": {
17+
"system": "https://fhir.nhs.uk/Id/nhs-number",
18+
"value": "9449307873"
19+
}
20+
},
21+
"specimen": {
22+
"identifier": {
23+
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
24+
"value": "RR81234",
25+
"assigner": {
26+
"identifier": {
27+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
28+
"value": "696B0"
29+
}
30+
}
31+
}
32+
},
33+
"valueQuantity": {
34+
"value": 10,
35+
"unit": "10^12/l",
36+
"system": "http://unitsofmeasure.org",
37+
"code": "10^12/L"
38+
},
39+
"effectiveDateTime": "2023-08-29"
40+
}
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-Platelets-Example",
4+
"status": "final",
5+
"code": {
6+
"coding": [
7+
{
8+
"system": "http://snomed.info/sct",
9+
"code": "1022651000000100",
10+
"display": "Platelet count"
11+
}
12+
]
13+
},
14+
"subject": {
15+
"reference": "Patient/Patient-PatrickSammy-Example",
16+
"identifier": {
17+
"system": "https://fhir.nhs.uk/Id/nhs-number",
18+
"value": "9449307873"
19+
}
20+
},
21+
"valueQuantity": {
22+
"value": 100,
23+
"unit": "10^9/l",
24+
"system": "http://unitsofmeasure.org",
25+
"code": "10^9/L"
26+
},
27+
"effectiveDateTime": "2023-09-03"
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-WhiteBloodCell-Example",
4+
"status": "final",
5+
"code": {
6+
"coding": [
7+
{
8+
"system": "http://snomed.info/sct",
9+
"code": "767002",
10+
"display": "White blood cell count - observation"
11+
}
12+
]
13+
},
14+
"subject": {
15+
"reference": "Patient/Patient-PatrickSammy-Example",
16+
"identifier": {
17+
"system": "https://fhir.nhs.uk/Id/nhs-number",
18+
"value": "9449307873"
19+
}
20+
},
21+
"valueQuantity": {
22+
"value": 11.9,
23+
"unit": "10^9/L",
24+
"system": "http://unitsofmeasure.org",
25+
"code": "10^9/L"
26+
},
27+
"effectiveDateTime": "2023-09-03"
28+
}
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"resourceType": "Patient",
3+
"id": "Patient-PatrickSammy-Example",
4+
"extension": [
5+
{
6+
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
7+
"valueCode": "M"
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": "9449307873",
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+
"name": [
44+
{
45+
"given": [
46+
"Patrick"
47+
],
48+
"family": "Sammy"
49+
}
50+
],
51+
"gender": "male",
52+
"birthDate": "1982-10-06",
53+
"address": [
54+
{
55+
"line": [
56+
"51 Westgate,"
57+
],
58+
"city": "Bradford",
59+
"postalCode": "BD1 2RD"
60+
}
61+
],
62+
"generalPractitioner": [
63+
{
64+
"identifier": {
65+
"system": "https://fhir.hl7.org.uk/Id/gmp-number",
66+
"value": "G9999999"
67+
},
68+
"display": "Dr. Aero Smith"
69+
},
70+
{
71+
"identifier": {
72+
"system": "https://fhir.hl7.org.uk/Id/ODS-code",
73+
"value": "TP123"
74+
},
75+
"display": "123 Test Practice"
76+
}
77+
],
78+
"link": [
79+
{
80+
"other": {
81+
"reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307873"
82+
},
83+
"type": "seealso"
84+
}
85+
]
86+
}

0 commit comments

Comments
 (0)