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.",
329
329
"type": "string",
330
330
"example": "e2154d29-1ead-4830-a513-0d59705078fa"
331
331
}
@@ -2881,13 +2881,9 @@
2881
2881
},
2882
2882
"value": {
2883
2883
"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."
2885
2885
}
2886
-
},
2887
-
"required": [
2888
-
"system",
2889
-
"value"
2890
-
]
2886
+
}
2891
2887
}
2892
2888
},
2893
2889
"name": {
@@ -2942,7 +2938,6 @@
2942
2938
"required": [
2943
2939
"resourceType",
2944
2940
"id",
2945
-
"identifier",
2946
2941
"name",
2947
2942
"gender",
2948
2943
"address"
@@ -3788,13 +3783,9 @@
3788
3783
},
3789
3784
"value": {
3790
3785
"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."
3792
3787
}
3793
-
},
3794
-
"required": [
3795
-
"system",
3796
-
"value"
3797
-
]
3788
+
}
3798
3789
}
3799
3790
},
3800
3791
"name": {
@@ -3926,6 +3917,10 @@
3926
3917
"maxItems": 1,
3927
3918
"items": {
3928
3919
"type": "object",
3920
+
"required": [
3921
+
"system",
3922
+
"value"
3923
+
],
3929
3924
"properties": {
3930
3925
"use": {
3931
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