Package | uk-core-access |
Type | CapabilityStatement |
Id | UKCoreAccessPatientIndexProvider |
FHIR Version | R4 |
Source | https://fhir.hl7.org.uk/uk-core-access/https://build.fhir.org/ig/HL7-UK/UK-Core-Access/CapabilityStatement-UKCoreAccessPatientIndexProvider.html |
URL | https://fhir.hl7.org.uk/uk-core-access/CapabilityStatement/UKCoreAccessPatientIndexProvider |
Version | 0.1.0 |
Status | active |
Date | 2023-02-01 |
Title | UKCore Access Patient Index Provider |
Realm | uk |
Authority | hl7 |
Description | Provider supports read-only access to a patient index for the purposes of direct care and subject of care access. |
Kind | requirements |
No resources found
StructureDefinition | |
UKCoreAccessPatientIndexPatient | UKCoreAccessPatientIndexPatient |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement UKCoreAccessPatientIndexProvider
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.
server
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/uk-core-access/StructureDefinition/UKCoreAccessPatientIndexPatient | y | _id, birthdate, family, gender, given, identifier, name, birthdate+family, birthdate+name, gender+family, gender+name |
search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | gender | token | |
SHALL | identifier | token | |
SHALL | name | string | |
SHOULD | _id | token | |
SHOULD | birthdate | date | |
SHOULD | family | string | |
SHOULD | given | string |
Conformance | Parameters | Types |
---|---|---|
SHOULD | birthdate+family | date +string |
SHOULD | birthdate+name | date +string |
SHOULD | gender+family | token +string |
SHOULD | gender+name | token +string |
{ "resourceType": "CapabilityStatement", "id": "UKCoreAccessPatientIndexProvider", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "https://fhir.hl7.org.uk/uk-core-access/CapabilityStatement/UKCoreAccessPatientIndexProvider", "version": "0.1.0", "title": "UKCore Access Patient Index Provider", "status": "active", "date": "2023-02-01", "publisher": "HL7 UK", "contact": [ { "name": "HL7 UK", "telecom": [ { "system": "url", "value": "https://www.hl7.org.uk/" } ] } ], "description": "Provider supports read-only access to a patient index for the purposes of direct care and subject of care access.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "GB", "display": "United Kingdom of Great Britain and Northern Ireland" } ] } ], "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "json" ], "rest": [ { "mode": "server", "resource": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" }, { "url": "required", "valueString": "birthdate" }, { "url": "required", "valueString": "family" } ], "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" }, { "url": "required", "valueString": "birthdate" }, { "url": "required", "valueString": "name" } ], "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" }, { "url": "required", "valueString": "gender" }, { "url": "required", "valueString": "family" } ], "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" }, { "url": "required", "valueString": "gender" }, { "url": "required", "valueString": "name" } ], "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination" } ], "type": "Patient", "profile": "https://fhir.hl7.org.uk/uk-core-access/StructureDefinition/UKCoreAccessPatientIndexPatient", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "search-type" } ], "searchParam": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "name": "_id", "type": "token" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "name": "birthdate", "type": "date" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "name": "family", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "gender", "type": "token" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "name": "given", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "identifier", "type": "token" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "name", "type": "string" } ] } ] } ] }