From ad53201264c9ffe1ea6aeaaa50098797cbce56a9 Mon Sep 17 00:00:00 2001 From: Caroline Hatwell Date: Wed, 19 Aug 2026 11:36:23 +0100 Subject: [PATCH 1/3] fix: allow https rolecode url --- specification/validated-relationships-service-api.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/specification/validated-relationships-service-api.yaml b/specification/validated-relationships-service-api.yaml index 6c19641a..f3250b33 100644 --- a/specification/validated-relationships-service-api.yaml +++ b/specification/validated-relationships-service-api.yaml @@ -1360,6 +1360,7 @@ components: enum: [ "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "https://terminology.hl7.org/CodeSystem/v3-RoleCode", "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole", "https://fhir.nhs.uk/STU3/CodeSystem/RARecord-ProxyRole-1", ] @@ -1403,7 +1404,7 @@ components: type: string enum: [ - "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "https://terminology.hl7.org/CodeSystem/v3-RoleCode", "http://terminology.hl7.org/CodeSystem/v3-RoleClass", "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole", ] @@ -2226,10 +2227,10 @@ components: system: type: string description: FHIR codesystem. - default: "http://terminology.hl7.org/CodeSystem/v3-RoleCode" + default: "https://terminology.hl7.org/CodeSystem/v3-RoleCode" enum: [ - "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "https://terminology.hl7.org/CodeSystem/v3-RoleCode", "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole", ] code: From 1ea0008b6d11943d5d39999505f5926dfe45b5b9 Mon Sep 17 00:00:00 2001 From: Caroline Hatwell Date: Wed, 19 Aug 2026 11:38:14 +0100 Subject: [PATCH 2/3] fix: update rolecode url --- specification/validated-relationships-service-api.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specification/validated-relationships-service-api.yaml b/specification/validated-relationships-service-api.yaml index f3250b33..e822be84 100644 --- a/specification/validated-relationships-service-api.yaml +++ b/specification/validated-relationships-service-api.yaml @@ -1404,6 +1404,7 @@ components: type: string enum: [ + "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "https://terminology.hl7.org/CodeSystem/v3-RoleCode", "http://terminology.hl7.org/CodeSystem/v3-RoleClass", "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole", @@ -2230,6 +2231,7 @@ components: default: "https://terminology.hl7.org/CodeSystem/v3-RoleCode" enum: [ + "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "https://terminology.hl7.org/CodeSystem/v3-RoleCode", "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole", ] From 56340935fcb1d9b25d3d7186940bc1f26948760c Mon Sep 17 00:00:00 2001 From: Caroline Hatwell Date: Wed, 19 Aug 2026 13:06:13 +0100 Subject: [PATCH 3/3] fix: revert default --- specification/validated-relationships-service-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/validated-relationships-service-api.yaml b/specification/validated-relationships-service-api.yaml index e822be84..e9ef4386 100644 --- a/specification/validated-relationships-service-api.yaml +++ b/specification/validated-relationships-service-api.yaml @@ -2228,7 +2228,7 @@ components: system: type: string description: FHIR codesystem. - default: "https://terminology.hl7.org/CodeSystem/v3-RoleCode" + default: "http://terminology.hl7.org/CodeSystem/v3-RoleCode" enum: [ "http://terminology.hl7.org/CodeSystem/v3-RoleCode",