Skip to content

Commit 50c0bc4

Browse files
authored
Merge branch 'master' into VED-79-MNS-subscriptions-event
2 parents 5b41db2 + ae89126 commit 50c0bc4

File tree

1 file changed

+16
-21
lines changed

1 file changed

+16
-21
lines changed

specification/immunisation-fhir-api.json

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,9 @@
168168
},
169169
"value": {
170170
"type": "string",
171-
"description": "The value that is unique"
171+
"description": "The value that is unique. \nThis SHALL be populated if `system` is https://fhir.nhs.uk/Id/nhs-number."
172172
}
173-
},
174-
"required": [
175-
"system",
176-
"value"
177-
]
173+
}
178174
}
179175
},
180176
"name": {
@@ -306,6 +302,10 @@
306302
"maxItems": 1,
307303
"items": {
308304
"type": "object",
305+
"required": [
306+
"system",
307+
"value"
308+
],
309309
"properties": {
310310
"use": {
311311
"description": "Identifier use as defined by https://www.hl7.org/fhir/valueset-identifier-use.html.",
@@ -325,7 +325,7 @@
325325
"example": "https://supplierABC/identifiers/vacc `or` https://supplierABC/ODSCode_NKO41/identifiers/vacc"
326326
},
327327
"value": {
328-
"description": "A unique identifier value within `system`. Ideally this would be a GUID / UUID. \nThe value in combination with the system SHALL be globally unique. \nThis SHALL be populated if `system` is https://fhir.nhs.uk/Id/nhs-number.",
328+
"description": "A unique identifier value within `system`. Ideally this would be a GUID / UUID. \nThe value in combination with the system SHALL be globally unique.",
329329
"type": "string",
330330
"example": "e2154d29-1ead-4830-a513-0d59705078fa"
331331
}
@@ -2881,13 +2881,9 @@
28812881
},
28822882
"value": {
28832883
"type": "string",
2884-
"description": "The value that is unique"
2884+
"description": "The value that is unique. \nThis SHALL be populated if `system` is https://fhir.nhs.uk/Id/nhs-number."
28852885
}
2886-
},
2887-
"required": [
2888-
"system",
2889-
"value"
2890-
]
2886+
}
28912887
}
28922888
},
28932889
"name": {
@@ -2942,7 +2938,6 @@
29422938
"required": [
29432939
"resourceType",
29442940
"id",
2945-
"identifier",
29462941
"name",
29472942
"gender",
29482943
"address"
@@ -3788,13 +3783,9 @@
37883783
},
37893784
"value": {
37903785
"type": "string",
3791-
"description": "The value that is unique"
3786+
"description": "The value that is unique. \nThis SHALL be populated if `system` is https://fhir.nhs.uk/Id/nhs-number."
37923787
}
3793-
},
3794-
"required": [
3795-
"system",
3796-
"value"
3797-
]
3788+
}
37983789
}
37993790
},
38003791
"name": {
@@ -3926,6 +3917,10 @@
39263917
"maxItems": 1,
39273918
"items": {
39283919
"type": "object",
3920+
"required": [
3921+
"system",
3922+
"value"
3923+
],
39293924
"properties": {
39303925
"use": {
39313926
"description": "Identifier use as defined by https://www.hl7.org/fhir/valueset-identifier-use.html.",
@@ -3945,7 +3940,7 @@
39453940
"example": "https://supplierABC/identifiers/vacc `or` https://supplierABC/ODSCode_NKO41/identifiers/vacc"
39463941
},
39473942
"value": {
3948-
"description": "A unique identifier value within `system`. Ideally this would be a GUID / UUID. \nThe value in combination with the system SHALL be globally unique. \nThis SHALL be populated if `system` is https://fhir.nhs.uk/Id/nhs-number.",
3943+
"description": "A unique identifier value within `system`. Ideally this would be a GUID / UUID. \nThe value in combination with the system SHALL be globally unique.",
39493944
"type": "string",
39503945
"example": "e2154d29-1ead-4830-a513-0d59705078fa"
39513946
}

0 commit comments

Comments
 (0)