From adea59314899df1f198b7a21221c7fae9a72019c Mon Sep 17 00:00:00 2001 From: Declan Kieran Date: Wed, 24 May 2023 18:43:57 +0100 Subject: [PATCH] Fix cannonical error --- input/fsh/CapabilityStatement_PatientIndexProvider.fsh | 4 ++-- sushi-config.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/input/fsh/CapabilityStatement_PatientIndexProvider.fsh b/input/fsh/CapabilityStatement_PatientIndexProvider.fsh index 9069a13..f108fd1 100644 --- a/input/fsh/CapabilityStatement_PatientIndexProvider.fsh +++ b/input/fsh/CapabilityStatement_PatientIndexProvider.fsh @@ -11,7 +11,7 @@ Title: "UKCore Access Patient Index Provider" * rest.mode = #server //Patient -* insert ResourceWithExpectation(#Patient, https://fhir.hl7.org.uk/uk-core-access/StructureDefinition/UKCoreAccessPatientIndexPatient, #SHALL) +* insert ResourceWithExpectation(#Patient, https://fhir.hl7.org.uk/StructureDefinition/UKCoreAccessPatientIndexPatient, #SHALL) * insert InteractionWithExpectation(#search-type, #SHALL) * insert SearchParamWithExpectation(_id, #token, #SHOULD) * insert SearchParamWithExpectation(birthdate, #date, #SHOULD) @@ -35,4 +35,4 @@ Title: "UKCore Access Patient Index Provider" * insert SearchParamCombinationWithExpectation(#SHOULD) * insert RequiringSearchParam(gender) -* insert RequiringSearchParam(name) \ No newline at end of file +* insert RequiringSearchParam(name) diff --git a/sushi-config.yaml b/sushi-config.yaml index a9f17e5..e38c74c 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -4,7 +4,7 @@ # │ see: https://fshschool.org/docs/sushi/configuration/. │ # ╰────────────────────────────────────────────────────────────────────────────────────────────────╯ id: uk-core-access -canonical: https://fhir.hl7.org.uk/uk-core-access +canonical: https://fhir.hl7.org.uk name: UKCoreAccess title: HL7 UK - UK Core Access # description: Example Implementation Guide for getting started with SUSHI