Skip to content

Commit 7b8ebe9

Browse files
committed
Addition of Specimen inputs/outputs to Tasks
Tasks acting on Specimens or resulting in Specimen resources should reference these in the Task input/output
1 parent d1fae0d commit 7b8ebe9

5 files changed

Lines changed: 82 additions & 2 deletions

Task/Task-NonWGSRareDiseaseTestOrderAccepted-SufficientSample-Example.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,21 @@
4848
{
4949
"text": "Optional Free Text field to record any additional details"
5050
}
51+
],
52+
"output": [
53+
{
54+
"type": {
55+
"coding": [
56+
{
57+
"system": "http://snomed.info/sct",
58+
"code": "123038009",
59+
"display": "Specimen"
60+
}
61+
]
62+
},
63+
"valueReference": {
64+
"reference": "Specimen/Specimen-CancerSolidTumor-Example"
65+
}
66+
}
5167
]
5268
}

Task/Task-NonWGSRareDiseaseTestOrderForwareded-CancerSolidTumor-Example.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,21 @@
3939
{
4040
"text": "Free to capture additional comments"
4141
}
42+
],
43+
"input": [
44+
{
45+
"type": {
46+
"coding": [
47+
{
48+
"system": "http://snomed.info/sct",
49+
"code": "123038009",
50+
"display": "Specimen"
51+
}
52+
]
53+
},
54+
"valueReference": {
55+
"reference": "Specimen/Specimen-CancerSolidTumor-Example"
56+
}
57+
}
4258
]
4359
}

Task/Task-NonWGSRareDiseaseTestOrderRejected-InsufficientSample-Example.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,21 @@
4848
{
4949
"text": "Please provide additional sample of X"
5050
}
51+
],
52+
"output": [
53+
{
54+
"type": {
55+
"coding": [
56+
{
57+
"system": "http://snomed.info/sct",
58+
"code": "123038009",
59+
"display": "Specimen"
60+
}
61+
]
62+
},
63+
"valueReference": {
64+
"reference": "Specimen/Specimen-CancerSolidTumor-Example"
65+
}
66+
}
5167
]
5268
}

Task/Task-WGSRareDiseaseTestOrderAccepted-DirectToLab-Example.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,21 @@
4343
"value": "RH8"
4444
},
4545
"display": "ROYAL DEVON UNIVERSITY HEALTHCARE NHS FOUNDATION TRUST"
46-
}
46+
},
47+
"output": [
48+
{
49+
"type": {
50+
"coding": [
51+
{
52+
"system": "http://snomed.info/sct",
53+
"code": "123038009",
54+
"display": "Specimen"
55+
}
56+
]
57+
},
58+
"valueReference": {
59+
"reference": "Specimen/Specimen-JamesMetcalfeBloodEDTA-Example"
60+
}
61+
}
62+
]
4763
}

Task/Task-WGSRareDiseaseTestOrderForwarded-Example.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,21 @@
4343
"value": "8J834"
4444
},
4545
"display": "GENOMICS ENGLAND"
46-
}
46+
},
47+
"input": [
48+
{
49+
"type": {
50+
"coding": [
51+
{
52+
"system": "http://snomed.info/sct",
53+
"code": "123038009",
54+
"display": "Specimen"
55+
}
56+
]
57+
},
58+
"valueReference": {
59+
"reference": "Specimen/Specimen-BloodEDTA-Example"
60+
}
61+
}
62+
]
4763
}

0 commit comments

Comments
 (0)