Package | uk-core-access |
Resource Type | CapabilityStatement |
Id | UKCoreAccessProvider-instance |
FHIR Version | R4 |
Source | https://fhir.hl7.org.uk/uk-core-access/https://build.fhir.org/ig/HL7-UK/UK-Core-Access/CapabilityStatement-UKCoreAccessProvider-instance.html |
URL | https://fhir.hl7.org.uk/uk-core-access/CapabilityStatement/UKCoreAccessProvider-instance |
Version | 0.1.0 |
Status | active |
Date | 2021-01-01 |
Realm | uk |
Authority | hl7 |
Description | An example of a Provider supporting UKCore Access Patient Index Provider requirements. |
Kind | instance |
No resources found
CapabilityStatement | |
UKCoreAccessPatientIndexProvider | UKCore Access Patient Index Provider |
StructureDefinition | |
UKCore-Patient | UK Core Patient |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement UKCoreAccessProvider-instance
json
Note to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
This CapabilityStatement instantiates the CapabilityStatement UKCore Access Patient Index Provider
server
Certificates
Requests to this instance are secured using mTLS with client certificates issued by provider.nhs.uk
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include
_revinclude
Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|
Patient | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient | y | identifier |
search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | identifier | token |
{ "resourceType": "CapabilityStatement", "id": "UKCoreAccessProvider-instance", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "https://fhir.hl7.org.uk/uk-core-access/CapabilityStatement/UKCoreAccessProvider-instance", "version": "0.1.0", "status": "active", "date": "2021-01-01", "publisher": "HL7 UK", "contact": [ { "name": "HL7 UK", "telecom": [ { "system": "url", "value": "https://www.hl7.org.uk/" } ] } ], "description": "An example of a Provider supporting UKCore Access Patient Index Provider requirements.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "GB", "display": "United Kingdom of Great Britain and Northern Ireland" } ] } ], "kind": "instance", "instantiates": [ "https://fhir.hl7.org.uk/uk-core-access/CapabilityStatement/UKCoreAccessPatientIndexProvider" ], "implementation": { "description": "FHIR Server providing access to information controlled by Provider", "url": "https://fhir.example-provider.nhs.uk/" }, "fhirVersion": "4.0.1", "format": [ "json" ], "rest": [ { "mode": "server", "security": { "cors": true, "service": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/restful-security-service", "code": "Certificates" } ] } ], "description": "Requests to this instance are secured using mTLS with client certificates issued by provider.nhs.uk" }, "resource": [ { "type": "Patient", "profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient", "interaction": [ { "code": "search-type" } ], "searchParam": [ { "name": "identifier", "type": "token" } ] } ] } ] }