Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions input/fsh/CapabilityStatement_PatientIndexProvider.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -35,4 +35,4 @@ Title: "UKCore Access Patient Index Provider"

* insert SearchParamCombinationWithExpectation(#SHOULD)
* insert RequiringSearchParam(gender)
* insert RequiringSearchParam(name)
* insert RequiringSearchParam(name)
2 changes: 1 addition & 1 deletion sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down