Skip to content

Commit ec84f59

Browse files
authored
Feature-IOPS-2309-NonWGSTestOrderForm-FetalScenario-Example (#37)
* Create Non WGS Test Order Form-Fetal-Anomalies Non WGS Test Order Form-Fetal-Anomalies * Add SR, Procedure and OBS Add SR, Procedure and OBS * Update Observation-PregnancyConfirmation-Example Update Observation-PregnancyConfirmation-Example * Add Observation-FetalPhenotypicSex-Example Add Observation-FetalPhenotypicSex-Example * Add Observations for Fetal Anomalies Add Observations for Fetal Anomalies * Add Bundles & SR Add Bundles & SR * Update to Bundle Coorections to display and url * Add Task-orderAccepted Add Task-orderAccepted * Update ServiceRequest-NonWGSTestOrderForm-FetalScenario-Example.json Correction to specimen reference * Update ServiceRequest Specimen Reference * Update Task-NonWGSRareDiseaseTestOrderAccepted-FetalScenario-Example.json Update Task * Add Task Resource for Rejection Add Task Resource for Rejection * Update to some assets Update to Bundle, Phenotyp-Obs,NoTrimeste-obs,Pregonf-Obs,Proc-IVF,SR-updated and Task * Remove Files for GestAge & EDD Remove Files for GestAge & EDD * Add Foetus-Patient Add Foetus-Patient * Add Specimen-ParentSaliva Add Specimen-ParentSaliva * Add RelatedPerson & FamilyMH Add RelatedPerson & FamilyMemberHistory * Update to main: Mapping to ValueSet on Task.statusReason & Task.code Mapping on Task.statusReason & Task.code * Add SR_updated, Provenance, RelatedPerson Add SR_updated, Provenance, RelatedPerson * Update SR, Provenance & Bundle Update SR, Provenance & Bundle * Rename Specimen-RyanneBoulderPartnerSaliva-Example Rename Specimen-RyanneBoulderPartnerSaliva-Example * Update RelatedPerson Update RelatedPerson
1 parent 7f8c83e commit ec84f59

20 files changed

Lines changed: 1968 additions & 0 deletions

Bundle/Bundle-NonWGSTestOrderForm-FetalScenario-Example.json

Lines changed: 965 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"resourceType": "FamilyMemberHistory",
3+
"id": "FamilyMemberHistory-NonConsanguinousUnionRyanneBoulder-Example",
4+
"extension": [
5+
{
6+
"url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-observation",
7+
"valueReference": {
8+
"reference": "Observation/Observation-NonConsanguinousUnion-Example"
9+
}
10+
}
11+
],
12+
"status": "completed",
13+
"patient": {
14+
"reference": "Patient/Patient-FoetusOfRyanneBoulder-Example",
15+
"identifier": {
16+
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
17+
"value": "FT-RWT13521",
18+
"assigner": {
19+
"identifier": {
20+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
21+
"value": "RAX"
22+
}
23+
}
24+
}
25+
},
26+
"relationship": {
27+
"coding": [
28+
{
29+
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
30+
"code": "NMTHF",
31+
"display": "natural mother of fetus"
32+
}
33+
]
34+
}
35+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"resourceType": "Observation",
3+
"id": "Observation-HistoryOfFetalLoss-Example",
4+
"status": "final",
5+
"code": {
6+
"coding": [
7+
{
8+
"system": "http://snomed.info/sct",
9+
"code": "161743003",
10+
"display": "History of stillbirth (situation)"
11+
}
12+
],
13+
"text": "Is the testing for a fetal loss from 24+0 or more weeks of gestation?"
14+
},
15+
"subject": {
16+
"reference": "Patient/Patient-RyanneBoulder-Example",
17+
"identifier": {
18+
"system": "https://fhir.nhs.uk/Id/nhs-number",
19+
"value": "9449307687"
20+
}
21+
},
22+
"effectiveDateTime": "2023-09-25",
23+
"valueBoolean": false
24+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"resourceType": "Observation",
3+
"id": "Observation-NoFirstTrimesterFetalAnomalies-Example",
4+
"status": "final",
5+
"code": {
6+
"coding": [
7+
{
8+
"system": "http://snomed.info/sct",
9+
"code": "609520005",
10+
"display": "Disorder of fetal structure"
11+
}
12+
],
13+
"text": "First Trimester Anomalies?"
14+
},
15+
"subject": {
16+
"reference": "Patient/Patient-RyanneBoulder-Example",
17+
"identifier": {
18+
"system": "https://fhir.nhs.uk/Id/nhs-number",
19+
"value": "9449307687"
20+
}
21+
},
22+
"component": [
23+
{
24+
"code": {
25+
"coding": [
26+
{
27+
"system": "http://snomed.info/sct",
28+
"code": "255246003",
29+
"display": "First trimester"
30+
}
31+
]
32+
}
33+
}
34+
],
35+
"effectiveDateTime": "2023-09-25",
36+
"valueBoolean": false
37+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"resourceType": "Observation",
3+
"id": "Observation-NoSecondTrimesterFetalAnomalies-Example",
4+
"status": "final",
5+
"code": {
6+
"coding": [
7+
{
8+
"system": "http://snomed.info/sct",
9+
"code": "609520005",
10+
"display": "Disorder of fetal structure"
11+
}
12+
],
13+
"text": "Second Trimester Anomalies?"
14+
15+
},
16+
"subject": {
17+
"reference": "Patient/Patient-RyanneBoulder-Example",
18+
"identifier": {
19+
"system": "https://fhir.nhs.uk/Id/nhs-number",
20+
"value": "9449307687"
21+
}
22+
},
23+
"component": [
24+
{
25+
"code": {
26+
"coding": [
27+
{
28+
"system": "http://snomed.info/sct",
29+
"code": "255247007",
30+
"display": "Second trimester"
31+
}
32+
]
33+
}
34+
}
35+
],
36+
"effectiveDateTime": "2023-09-25",
37+
"valueBoolean": false
38+
}
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"resourceType": "Observation",
3+
"id": "Observation-PregnancyConfirmation-Example",
4+
"status": "final",
5+
"code": {
6+
"coding": [
7+
{
8+
"system": "http://snomed.info/sct",
9+
"code": "77386006",
10+
"display": "Pregnancy"
11+
}
12+
]
13+
},
14+
"subject": {
15+
"reference": "Patient/Patient-RyanneBoulder-Example",
16+
"identifier": {
17+
"system": "https://fhir.nhs.uk/Id/nhs-number",
18+
"value": "9449307687"
19+
}
20+
},
21+
"component": [
22+
{
23+
"code": {
24+
"coding": [
25+
{
26+
"system": "http://snomed.info/sct",
27+
"code": "720451000000102",
28+
"display": "Assisted conception"
29+
}
30+
]
31+
}
32+
},
33+
{
34+
"code": {
35+
"coding": [
36+
{
37+
"system": "http://snomed.info/sct",
38+
"code": "226081000000107",
39+
"display": "Gestational age"
40+
}
41+
]
42+
},
43+
"valueQuantity": {
44+
"value": 87,
45+
"unit": "day",
46+
"system": "http://unitsofmeasure.org",
47+
"code": "d"
48+
}
49+
},
50+
{
51+
"code": {
52+
"coding": [
53+
{
54+
"system": "http://snomed.info/sct",
55+
"code": "161714006",
56+
"display": "Estimated date of delivery"
57+
}
58+
]
59+
},
60+
"valueDateTime": "2024-05-01"
61+
}
62+
],
63+
"effectiveDateTime": "2023-09-25"
64+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"resourceType": "Patient",
3+
"id": "Patient-FoetusOfRyanneBoulder-Example",
4+
"identifier": [
5+
{
6+
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
7+
"value": "FT-RWT13521",
8+
"assigner": {
9+
"identifier": {
10+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
11+
"value": "RAX"
12+
}
13+
}
14+
}
15+
],
16+
"gender": "unknown"
17+
}
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
{
2+
"resourceType": "Patient",
3+
"id": "Patient-RyanneBoulder-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": "9449307687",
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": "RWT13521",
45+
"assigner": {
46+
"identifier": {
47+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
48+
"value": "RAX"
49+
}
50+
}
51+
}
52+
],
53+
"name": [
54+
{
55+
"given": [
56+
"Ryanne"
57+
],
58+
"family": "Boulder"
59+
}
60+
],
61+
"gender": "female",
62+
"birthDate": "1980-09-02",
63+
"deceasedBoolean": false,
64+
"address": [
65+
{
66+
"line": [
67+
"53 Eastwick Pack Avenue",
68+
"Leatherhead",
69+
"Surrey"
70+
],
71+
"postalCode": "KT23 3NP"
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": "AP123"
86+
},
87+
"display": "anywhere place"
88+
}
89+
],
90+
"link": [
91+
{
92+
"other": {
93+
"reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307946"
94+
},
95+
"type": "seealso"
96+
},
97+
{
98+
"other": {
99+
"reference": "RelatedPerson/RelatedPerson-RyanneBoulder-Example"
100+
},
101+
"type": "seealso"
102+
}
103+
]
104+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"resourceType": "Patient",
3+
"id": "Patient-RyanneBoulderPartner-Example",
4+
"identifier": [
5+
{
6+
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
7+
"value": "P-RWT13521",
8+
"assigner": {
9+
"identifier": {
10+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
11+
"value": "RAX"
12+
}
13+
}
14+
}
15+
],
16+
"gender": "male",
17+
"link": [
18+
{
19+
"other": {
20+
"reference": "RelatedPerson/RelatedPerson-RyanneBoulderPartner-Example"
21+
},
22+
"type": "seealso"
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)