Skip to content

Commit 722f27c

Browse files
JamesW1-NHSmfjarvis
authored andcommitted
erroneous changes removed (#705)
1 parent 63e0617 commit 722f27c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

specification/immunisation-fhir-api.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,10 @@
302302
"maxItems": 1,
303303
"items": {
304304
"type": "object",
305+
"required": [
306+
"system",
307+
"value"
308+
],
305309
"properties": {
306310
"use": {
307311
"description": "Identifier use as defined by https://www.hl7.org/fhir/valueset-identifier-use.html.",
@@ -321,7 +325,7 @@
321325
"example": "https://supplierABC/identifiers/vacc `or` https://supplierABC/ODSCode_NKO41/identifiers/vacc"
322326
},
323327
"value": {
324-
"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.",
325329
"type": "string",
326330
"example": "e2154d29-1ead-4830-a513-0d59705078fa"
327331
}
@@ -3913,6 +3917,10 @@
39133917
"maxItems": 1,
39143918
"items": {
39153919
"type": "object",
3920+
"required": [
3921+
"system",
3922+
"value"
3923+
],
39163924
"properties": {
39173925
"use": {
39183926
"description": "Identifier use as defined by https://www.hl7.org/fhir/valueset-identifier-use.html.",
@@ -3932,7 +3940,7 @@
39323940
"example": "https://supplierABC/identifiers/vacc `or` https://supplierABC/ODSCode_NKO41/identifiers/vacc"
39333941
},
39343942
"value": {
3935-
"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.",
39363944
"type": "string",
39373945
"example": "e2154d29-1ead-4830-a513-0d59705078fa"
39383946
}

0 commit comments

Comments
 (0)