Skip to content

Commit 36a488d

Browse files
committed
Remove SR Constraints
Remove SR Constraints
1 parent be3ebf6 commit 36a488d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

StructureDefinition/NHSDigital-ServiceRequest-Genomics.StructureDefinition.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@
141141
{
142142
"id": "ServiceRequest.category",
143143
"path": "ServiceRequest.category",
144-
"min": 1
144+
"min": 1,
145+
"max": "1"
145146
},
146147
{
147148
"id": "ServiceRequest.priority",
@@ -309,6 +310,7 @@
309310
{
310311
"id": "ServiceRequest.reasonCode",
311312
"path": "ServiceRequest.reasonCode",
313+
"min": 1,
312314
"binding": {
313315
"strength": "preferred",
314316
"valueSet": "https://fhir.nhs.uk/ValueSet/genomics-reasonfortesting"

0 commit comments

Comments
 (0)