Skip to content

Commit 92f05d8

Browse files
committed
1. Patient Identifier corrected
1 parent 38f2ddf commit 92f05d8

File tree

1 file changed

+8
-21
lines changed

1 file changed

+8
-21
lines changed

specification/immunisation-fhir-api.json

Lines changed: 8 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": {
@@ -325,7 +321,7 @@
325321
"example": "https://supplierABC/identifiers/vacc `or` https://supplierABC/ODSCode_NKO41/identifiers/vacc"
326322
},
327323
"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.",
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.",
329325
"type": "string",
330326
"example": "e2154d29-1ead-4830-a513-0d59705078fa"
331327
}
@@ -2881,13 +2877,9 @@
28812877
},
28822878
"value": {
28832879
"type": "string",
2884-
"description": "The value that is unique"
2880+
"description": "The value that is unique. \nThis SHALL be populated if `system` is https://fhir.nhs.uk/Id/nhs-number."
28852881
}
2886-
},
2887-
"required": [
2888-
"system",
2889-
"value"
2890-
]
2882+
}
28912883
}
28922884
},
28932885
"name": {
@@ -2942,7 +2934,6 @@
29422934
"required": [
29432935
"resourceType",
29442936
"id",
2945-
"identifier",
29462937
"name",
29472938
"gender",
29482939
"address"
@@ -3788,13 +3779,9 @@
37883779
},
37893780
"value": {
37903781
"type": "string",
3791-
"description": "The value that is unique"
3782+
"description": "The value that is unique. \nThis SHALL be populated if `system` is https://fhir.nhs.uk/Id/nhs-number."
37923783
}
3793-
},
3794-
"required": [
3795-
"system",
3796-
"value"
3797-
]
3784+
}
37983785
}
37993786
},
38003787
"name": {
@@ -3945,7 +3932,7 @@
39453932
"example": "https://supplierABC/identifiers/vacc `or` https://supplierABC/ODSCode_NKO41/identifiers/vacc"
39463933
},
39473934
"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.",
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.",
39493936
"type": "string",
39503937
"example": "e2154d29-1ead-4830-a513-0d59705078fa"
39513938
}

0 commit comments

Comments
 (0)