Skip to content

Commit dc53541

Browse files
authored
Feature-IOPS-2377-WGS Test Order Form-Send-to-LAB (#43)
* Add Task & DiagReport 1. Add Task & DiagReport 2. Update from main to CodeSystem-Genomics-task-code * Update Rename to Order On-hold Update Rename to Order On-hold * Add Consent-RoDYoungPersonAssentForm Update SR & Task Resource * Update Task Resource (Accepted & Requested) Update Task Resource (Accepted & Requested)
1 parent f454ae6 commit dc53541

14 files changed

Lines changed: 802 additions & 0 deletions

CodeSystem/CodeSystem-Genomics-task-statusReason.json

Lines changed: 8 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": "AwaitingRoDAndSpecimen",
35+
"display": "Awaiting Record of Discussion and Specimen"
36+
},
3337
{
3438
"code": "InvalidRequest",
3539
"display": "Invalid Request"
@@ -46,6 +50,10 @@
4650
"code": "UnableToInterpret",
4751
"display": "Unable To Interpret"
4852
},
53+
{
54+
"code": "SpecimenReceived",
55+
"display": "SpecimenReceived"
56+
},
4957
{
5058
"code": "SpecimenQualityNotOK",
5159
"display": "Specimen Quality Not OK"
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"resourceType": "Consent",
3+
"id": "Consent-RoDYoungPersonAssentFormAvailable-Example",
4+
"status": "active",
5+
"scope": {
6+
"coding": [
7+
{
8+
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
9+
"code": "research",
10+
"display": "Research"
11+
}
12+
]
13+
},
14+
"category": [
15+
{
16+
"coding": [
17+
{
18+
"system": "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
19+
"code": "research",
20+
"display": "Research Information Access"
21+
}
22+
]
23+
}
24+
],
25+
"sourceReference": {
26+
"reference": "QuestionnaireResponse/QuestionnaireResponse-RoD-YoungPersonAssentForm-Example"
27+
},
28+
"policy": [
29+
{
30+
"authority": "https://www.england.nhs.uk",
31+
"uri": "https://www.england.nhs.uk/wp-content/uploads/2021/09/nhs-genomic-medicine-service-young-persons-assent-form.pdf"
32+
}
33+
]
34+
}
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-JamesMetcalfeGeneticReport-Example",
4+
"identifier": [
5+
{
6+
"system": "https://royaldevon.nhs.uk//nwglh/lims",
7+
"value": "MD_GenomicReport",
8+
"assigner": {
9+
"identifier": {
10+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
11+
"value": "RH8"
12+
}
13+
}
14+
}
15+
],
16+
"basedOn": [
17+
{
18+
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-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-JamesMetcalfe-Example"
44+
},
45+
"issued": "2023-10-18T11:10:00Z",
46+
"performer": [
47+
{
48+
"identifier": {
49+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
50+
"value": "RH8"
51+
}
52+
}
53+
],
54+
"specimen": [
55+
{
56+
"reference": "Specimen/Specimen-JamesMetcalfeBloodEDTA-Example"
57+
}
58+
],
59+
"presentedForm": [
60+
{
61+
"contentType": "application/pdf",
62+
"language": "en-GB",
63+
"url":"https://rgvu8f.axshare.com/?id=c6inxk&p=requester-_view_final_report",
64+
"size": 43272,
65+
"title": "Genomic Report for James Metcalfe",
66+
"creation": "2023-10-10"
67+
}
68+
]
69+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"resourceType": "Observation",
3+
"id": "Observation-DiseasePenetrance-Example",
4+
"status": "final",
5+
"code": {
6+
"coding": [
7+
{
8+
"system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
9+
"code": "R14",
10+
"display": "Acutely unwell children with a likely monogenic disorder"
11+
}
12+
]
13+
},
14+
"subject": {
15+
"reference": "Patient/Patient-JamesMetcalfe-Example",
16+
"identifier": {
17+
"system": "https://fhir.nhs.uk/Id/nhs-number",
18+
"value": "7449306524"
19+
}
20+
},
21+
"effectiveDateTime": "2023-10-01",
22+
"valueCodeableConcept": {
23+
"coding": [
24+
{
25+
"system": "http://snomed.info/sct",
26+
"code": "87006007",
27+
"display": "Dominant autosomal hereditary disorder, incomplete penetrance"
28+
}
29+
]
30+
}
31+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"resourceType": "Observation",
3+
"id": "Observation-Immunodefficiency-Example",
4+
"status": "final",
5+
"code": {
6+
"coding": [
7+
{
8+
"system": "https://hpo.jax.org/app/",
9+
"code": "HP:0002721",
10+
"display": "Immunodefficiency"
11+
}
12+
]
13+
},
14+
"subject": {
15+
"reference": "Patient/Patient-JamesMetcalfe-Example",
16+
"identifier": {
17+
"system": "https://fhir.nhs.uk/Id/nhs-number",
18+
"value": "7449306524"
19+
}
20+
},
21+
"effectiveDateTime": "2023-10-01",
22+
"valueBoolean": true
23+
}
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-JamesMetcalfe-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": "7449306524",
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": "RPA17643",
45+
"assigner": {
46+
"identifier": {
47+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
48+
"value": "RPA02"
49+
}
50+
}
51+
}
52+
],
53+
"name": [
54+
{
55+
"given": [
56+
"James"
57+
],
58+
"family": "Metcalfe"
59+
}
60+
],
61+
"gender": "male",
62+
"birthDate": "2013-10-10",
63+
"deceasedBoolean": false,
64+
"address": [
65+
{
66+
"line": [
67+
"9 Boxhill Hill,",
68+
"Medway"
69+
],
70+
"city": "Kent",
71+
"postalCode": "GH20 7PF"
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": "TP"
86+
},
87+
"display": "Test Practice"
88+
}
89+
],
90+
"link": [
91+
{
92+
"other": {
93+
"reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/7449306524"
94+
},
95+
"type": "seealso"
96+
}
97+
]
98+
}
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"resourceType": "PractitionerRole",
3+
"id": "PractitionerRole-EugeneSmith-Example",
4+
"practitioner": {
5+
"identifier": {
6+
"system": "https://fhir.nhs.uk/Id/sds-user-id",
7+
"value": "9999999998"
8+
},
9+
"display": "Dr. Eugene Smith"
10+
},
11+
"organization": {
12+
"identifier": {
13+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
14+
"value": "RPA02"
15+
},
16+
"display": "MEDWAY MARITIME HOSPITAL"
17+
},
18+
"specialty": [
19+
{
20+
"coding": [
21+
{
22+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
23+
"code": "820",
24+
"display": "General Pathology"
25+
}
26+
]
27+
}
28+
],
29+
"telecom": [
30+
{
31+
"system": "phone",
32+
"value": "01634976477"
33+
},
34+
{
35+
"system": "email",
36+
"value": "medwaypath@nhs.net"
37+
},
38+
{
39+
"system": "email",
40+
"value": "clinicalgeneticsmedway@nhs.net",
41+
"extension": [
42+
{
43+
"url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
44+
"valueString": "reporting"
45+
}
46+
]
47+
},
48+
{
49+
"system": "email",
50+
"value": "asmithgppracticeg@nhs.net",
51+
"extension": [
52+
{
53+
"url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
54+
"valueString": "reporting"
55+
}
56+
]
57+
}
58+
]
59+
}

0 commit comments

Comments
 (0)