Skip to content

Commit 20e4cfa

Browse files
authored
Merge pull request #133 from NHSDigital/Issue-2652
Addition of Condition for Duo/Trio scenario
2 parents 30d3d83 + 85a5ded commit 20e4cfa

3 files changed

Lines changed: 47 additions & 0 deletions
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"resourceType": "Condition",
3+
"id": "Condition-InbornErrorOfMetabolism-Example",
4+
"clinicalStatus": {
5+
"coding": [
6+
{
7+
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
8+
"code": "inactive",
9+
"display": "Inactive"
10+
}
11+
]
12+
},
13+
"verificationStatus": {
14+
"coding": [
15+
{
16+
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
17+
"code": "unconfirmed",
18+
"display": "unconfirmed"
19+
}
20+
]
21+
},
22+
"code": {
23+
"coding": [
24+
{
25+
"system": "http://snomed.info/sct",
26+
"code": "86095007",
27+
"display": "Inborn error of metabolism"
28+
}
29+
]
30+
},
31+
"subject": {
32+
"identifier": {
33+
"system": "https://fhir.nhs.uk/Id/nhs-number",
34+
"value": "9449307539"
35+
}
36+
}
37+
}

ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474
]
7575
}
7676
],
77+
"reasonReference": [
78+
{
79+
"reference": "Condition/Condition-InbornErrorOfMetabolism-Example"
80+
}
81+
],
7782
"performer": [
7883
{
7984
"identifier": {

ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTesting-Example.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474
]
7575
}
7676
],
77+
"reasonReference": [
78+
{
79+
"reference": "Condition/Condition-InbornErrorOfMetabolism-Example"
80+
}
81+
],
7782
"performer": [
7883
{
7984
"identifier": {

0 commit comments

Comments
 (0)