File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -1407,7 +1407,11 @@ components:
14071407 system :
14081408 type : string
14091409 description : Codesystem URL for the proxy's NHS number.
1410- enum : ["https://fhir.nhs.uk/Id/nhs-number"]
1410+ enum :
1411+ [
1412+ " https://fhir.nhs.uk/Id/nhs-number" ,
1413+ " https://placeholder.fhir.nhs.uk/Id/local-gp-patient-identifier"
1414+ ]
14111415 value :
14121416 type : string
14131417 description : The proxy's NHS number.
@@ -1456,11 +1460,15 @@ components:
14561460 description : FHIR relationship type code.
14571461 enum :
14581462 - " MTH"
1463+ - " PRN"
1464+ - " Personal"
14591465 display :
14601466 type : string
14611467 description : FHIR relationship type.
14621468 enum :
14631469 - " mother"
1470+ - " parent"
1471+ - " Personal relationship with the patient"
14641472
14651473 Patient :
14661474 type : object
@@ -1483,7 +1491,11 @@ components:
14831491 system :
14841492 type : string
14851493 description : Codesystem URL for the NHS number.
1486- enum : ["https://fhir.nhs.uk/Id/nhs-number"]
1494+ enum :
1495+ [
1496+ " https://fhir.nhs.uk/Id/nhs-number" ,
1497+ " https://placeholder.fhir.nhs.uk/Id/local-gp-patient-identifier"
1498+ ]
14871499 value :
14881500 type : string
14891501 description : The NHS number.
You can’t perform that action at this time.
0 commit comments