You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.",
325
329
"type": "string",
326
330
"example": "e2154d29-1ead-4830-a513-0d59705078fa"
327
331
}
@@ -3913,6 +3917,10 @@
3913
3917
"maxItems": 1,
3914
3918
"items": {
3915
3919
"type": "object",
3920
+
"required": [
3921
+
"system",
3922
+
"value"
3923
+
],
3916
3924
"properties": {
3917
3925
"use": {
3918
3926
"description": "Identifier use as defined by https://www.hl7.org/fhir/valueset-identifier-use.html.",
"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.",
0 commit comments