Skip to content

Commit 1fd9049

Browse files
authored
Merge pull request #111 from NHSDigital/Issue-2648
Removal of relevantHistory from ServiceRequest
2 parents 3717fba + 2bc726d commit 1fd9049

9 files changed

Lines changed: 0 additions & 64 deletions

GraphDefinition/GraphDefinition-Genomics-Test-Order.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -364,30 +364,6 @@
364364
]
365365
}
366366
]
367-
},
368-
{
369-
"path": "ServiceRequest.relevantHistory",
370-
"description": "Optional link to provenance resources collating history of changes to the request",
371-
"min": 0,
372-
"max": "*",
373-
"target": [
374-
{
375-
"type": "Provenance",
376-
"link": [
377-
{
378-
"path": "Provenance.agent.who",
379-
"description": "PractitionerRole that made the referenced change",
380-
"min": 1,
381-
"max": 1,
382-
"target": [
383-
{
384-
"type": "PractitionerRole"
385-
}
386-
]
387-
}
388-
]
389-
}
390-
]
391367
}
392368
]
393369
}

ServiceRequest/ServiceRequest-NonWGSTestOrderForm-HaemOncologyUpdated-Example.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,5 @@
117117
{
118118
"text": "No Previous Relevant Test Report"
119119
}
120-
],
121-
"relevantHistory": [
122-
{
123-
"reference": "Provenance/Provenance-ServiceRequest-NonWGSTestOrderForm-HaemOncology-Example"
124-
}
125120
]
126121
}

ServiceRequest/ServiceRequest-NonWGSTestOrderFormUpdated-Cancellation-Example.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,5 @@
103103
{
104104
"text": "Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms Patient in need of test...example"
105105
}
106-
],
107-
"relevantHistory": [
108-
{
109-
"reference": "Provenance/Provenance-ServiceRequest-NonWGSTestOrderFormCancellation-Example"
110-
}
111106
]
112107
}

ServiceRequest/ServiceRequest-NonWGSTestOrderFormUpdated-FetalScenario-Example.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,5 @@
115115
{
116116
"text": "Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms/ E.g. large echogenic kidneys with normal bladder"
117117
}
118-
],
119-
"relevantHistory": [
120-
{
121-
"reference": "Provenance/Provenance-NonWGSTestOrderForm-FetalScenario-Example"
122-
}
123118
]
124119
}

ServiceRequest/ServiceRequest-NonWGSTestOrderFormUpdated-SolidTumor-Example.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,5 @@
106106
{
107107
"text": "Additional portion of Sample X was provided."
108108
}
109-
],
110-
"relevantHistory": [
111-
{
112-
"reference": "Provenance/Provenance-NonWGSTestOrderFormUpdated-SolidTumor-Example"
113-
}
114109
]
115110
}

ServiceRequest/ServiceRequest-SavedTestOrderUpdated-CascadeTesting-Example.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,5 @@
123123
{
124124
"text": "Father tested positive for FH. Confirmation required if daughter is postive for FH"
125125
}
126-
],
127-
"relevantHistory": [
128-
{
129-
"reference": "Provenance/Provenance-ServiceRequestUpdate-Example"
130-
}
131126
]
132127
}

ServiceRequest/ServiceRequest-SavedTestOrderUpdated-Example.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,5 @@
102102
{
103103
"text": "Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms/ Patient in need of test...example"
104104
}
105-
],
106-
"relevantHistory": [
107-
{
108-
"reference": "Provenance/Provenance-ServiceRequestUpdate-Example"
109-
}
110105
]
111106
}

ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,5 @@
117117
{
118118
"text": "E.g.  non genetic investigations are pathognomonic of a single gene disorder, R26 previously ordered on the child  and molecular testing needed to guide management"
119119
}
120-
],
121-
"relevantHistory": [
122-
{
123-
"reference": "Provenance/Provenance-WGSTestOrderForm-DirectToLab-Example"
124-
}
125120
]
126121
}

ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTesting-Example.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,5 @@
187187
{
188188
"text": "Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms/ E.g. Not eligible for R14 or R98. Agreed with testing laboratory at Manchester. Father lives in surrey. Father to have sample taken locally and sent to MFT."
189189
}
190-
],
191-
"relevantHistory": [
192-
{
193-
"reference": "Provenance/Provenance-WGSTestOrderForm-TrioTestingProbandFather-Example"
194-
}
195190
]
196191
}

0 commit comments

Comments
 (0)