Skip to content

Commit 71d43db

Browse files
committed
1. Patient Identifier
1 parent 305ef80 commit 71d43db

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

specification/immunisation-fhir-api.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@
229229
"required": [
230230
"resourceType",
231231
"id",
232-
"identifier",
233232
"name",
234233
"gender",
235234
"birthDate",
@@ -307,10 +306,6 @@
307306
"maxItems": 1,
308307
"items": {
309308
"type": "object",
310-
"required": [
311-
"system",
312-
"value"
313-
],
314309
"properties": {
315310
"use": {
316311
"description": "Identifier use as defined by https://www.hl7.org/fhir/valueset-identifier-use.html.",
@@ -330,7 +325,7 @@
330325
"example": "https://supplierABC/identifiers/vacc `or` https://supplierABC/ODSCode_NKO41/identifiers/vacc"
331326
},
332327
"value": {
333-
"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.",
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.",
334329
"type": "string",
335330
"example": "e2154d29-1ead-4830-a513-0d59705078fa"
336331
}
@@ -3824,7 +3819,6 @@
38243819
"required": [
38253820
"resourceType",
38263821
"id",
3827-
"identifier",
38283822
"name",
38293823
"gender",
38303824
"birthDate",
@@ -3902,10 +3896,6 @@
39023896
"maxItems": 1,
39033897
"items": {
39043898
"type": "object",
3905-
"required": [
3906-
"system",
3907-
"value"
3908-
],
39093899
"properties": {
39103900
"use": {
39113901
"description": "Identifier use as defined by https://www.hl7.org/fhir/valueset-identifier-use.html.",
@@ -3925,7 +3915,7 @@
39253915
"example": "https://supplierABC/identifiers/vacc `or` https://supplierABC/ODSCode_NKO41/identifiers/vacc"
39263916
},
39273917
"value": {
3928-
"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.",
3918+
"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.",
39293919
"type": "string",
39303920
"example": "e2154d29-1ead-4830-a513-0d59705078fa"
39313921
}

0 commit comments

Comments
 (0)