Skip to content

Commit e2d791d

Browse files
steph-torres-nhschrisbloe-nhse
authored andcommitted
[PRMP-1302] add spacing after diagnositcs
1 parent facaa56 commit e2d791d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

infrastructure/nrl_mock_responses/200_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"format": {
5454
"system": "https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode",
5555
"code": "urn:nhs-ic:unstructured",
56-
"display": "Unstructured document"
56+
"display": "Unstructured Document"
5757
},
5858
"extension": [
5959
{

infrastructure/nrl_mock_responses/400_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
]
1515
},
16-
"diagnostics":"Invalid request"
16+
"diagnostics": "Invalid request"
1717
}
1818
]
1919
}

infrastructure/nrl_mock_responses/401_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
]
1515
},
16-
"diagnostics":"User is unauthorised to view record"
16+
"diagnostics": "User is unauthorised to view record"
1717
}
1818
]
1919
}

infrastructure/nrl_mock_responses/403_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
]
1515
},
16-
"diagnostics":"An error occurred while fetching the document"
16+
"diagnostics": "An error occurred while fetching the document"
1717
}
1818
]
1919
}

infrastructure/nrl_mock_responses/404_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
]
1515
},
16-
"diagnostics":"Document reference not found"
16+
"diagnostics": "Document reference not found"
1717
}
1818
]
1919
}

0 commit comments

Comments
 (0)