WARNING
This guidance is under active development by NHS England and content may be added or updated on a regular basis.This FHIR IG is ahead of the current PatientFlag API specification build. Please refer to that document for technical build and integration requirements, and to the PatientFlag programme for roadmap information.
CapabilityStatement
The England-PatientFlag-Server-Requirements Capability Statement documents required capabilities for the PatientFlag API.
HTML View
REST Capabilities Server
Mode | Server | |
transaction | SHALL | Transaction handler for transaction bundles supplying sequence of atomic FHIR ReST resource interactions, fulfilled as per %2FCapabilityStatement%2Fimplementation%2Frest%2Fresource%2Finteraction definitions above |
Security
Cors | True |
Description |
|
Resource Interactions
Resource Type | Profile | Supported Profiles | Create | Read | Update | Delete | SearchType | ConditionalCreate | ConditionalRead | ConditionalUpdate | ConditionalDelete |
---|---|---|---|---|---|---|---|---|---|---|---|
Flag | EnglandFlagPatientFlag | SHALL | SHALL | MAY | SHALL | SHALL | Not Supported | NotSupported | Not Supported | NotSupported | |
Condition | EnglandConditionFlag | SHALL | MAY | SHALL | Not Supported | NotSupported | Not Supported | NotSupported |
Search Parameters per resource type
Flag
Name | Type | Level |
---|---|---|
patient | token | Supported |
code | token | Supported |
Condition
No search parameters are stated for this resource type
Tree View
CapabilityStatement |
id : England-PatientFlag-Server-Requirements |
url : https://fhir.nhs.uk/England/CapabilityStatement/England-PatientFlag-Server-Requirements |
version : 0.1.0 |
name : EnglandPatientFlagServerRequirements |
title : England Patient Flag Server Requirements |
status : draft |
experimental : False |
date : 2024-09-20 |
publisher : NHS England |
contact |
name : NHS England |
telecom |
system : email |
value : interoperabilityteam@nhs.net |
use : work |
rank : 1 |
contact |
name : National Service Desk |
telecom |
system : email |
value : ssd.nationalservicedesk@nhs.net |
use : work |
telecom |
system : phone |
value : 0300 303 5035 |
use : work |
description : Requirements for NHS England PatientFlag FHIR API Implementation Guide |
jurisdiction |
coding |
system : urn:iso:std:iso:3166:-2 |
code : GB-ENG |
display : England |
purpose : Requirements for NHS England PatientFlag FHIR API Implementation Guide, to specify the RESTFul interactions, supported profiles, and expected minimum SearchParamneters. |
copyright : Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html. |
kind : requirements |
fhirVersion : 4.0.1 |
format : application/fhir+json |
implementationGuide : https://simplifier.net/guide/patient-flag-implementation-guide-beta?version=current |
rest |
mode : server |
security |
cors : True |
description : 1. app-restricted-signed-jwt\r\n\r\nAuthenticate your application by sending a signed JSON Web Token (JWT) to our OAuth 2.0 authorisation server. You provide us with your public key and sign the JWT with your private key. In return, we give you an access token, which you then include with each API request.\r\n\r\n2. user-restricted-nhs-cis2\r\n\r\nAuthentication and authorisation are done together. Authentication is done by NHS CIS2 Care Identity Authentication API but we co-ordinate that under the covers behind our OAuth2.0 authorisation server. Your application only needs to be registered with the API Platform, not NHS CIS2. |
resource |
extension |
url : http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination |
extension |
url : required |
value : patient |
extension |
url : optional |
value : code |
type : Flag |
profile : https://fhir.nhs.uk/England/StructureDefinition/England-Flag-PatientFlag |
supportedProfile : https://fhir.nhs.uk/England/StructureDefinition/England-Flag-PatientFlag |
supportedProfile : https://fhir.nhs.uk/England/StructureDefinition/England-Flag-PatientFlag-Adjustment |
interaction |
extension |
url : http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
value : SHALL |
code : create |
interaction |
extension |
url : http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
value : SHALL |
code : read |
interaction |
extension |
url : http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
value : MAY |
code : update |
interaction |
extension |
url : http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
value : SHALL |
code : delete |
interaction |
extension |
url : http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
value : SHALL |
code : search-type |
documentation : Search/Read all top-level patient flags associated with a patient\r\nGET ~/Flag?patient=[Patient#]\r\nreturn: searchset bundle of top-level patientflags\r\nSearchParameter: [Patient] |
interaction |
extension |
url : http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
value : SHALL |
code : search-type |
documentation : Search/Read for a specific type of patient flag and supporting resources associated with a patient\r\nGET ~/Flag?patient=[Patient#]&code=[FlagType]\r\nreturn: searchset bundle of Flag resources of type [FlagType] and any supporting resources\r\nSearchParameter: combo [Patient] & [FlagType] |
versioning : no-version |
readHistory : False |
updateCreate : False |
conditionalCreate : False |
conditionalRead : not-supported |
conditionalUpdate : False |
conditionalDelete : not-supported |
searchParam |
name : patient |
type : token |
searchParam |
name : code |
type : token |
resource |
type : Condition |
profile : https://fhir.nhs.uk/England/StructureDefinition/England-Condition-Flag |
supportedProfile : https://fhir.nhs.uk/England/StructureDefinition/England-Condition-Flag |
interaction |
extension |
url : http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
value : SHALL |
code : create |
interaction |
extension |
url : http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
value : MAY |
code : update |
interaction |
extension |
url : http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
value : SHALL |
code : delete |
versioning : no-version |
readHistory : False |
updateCreate : False |
conditionalCreate : False |
conditionalRead : not-supported |
conditionalUpdate : False |
conditionalDelete : not-supported |
interaction |
extension |
url : http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
value : SHALL |
code : transaction |
documentation : Transaction handler for transaction bundles supplying sequence of atomic FHIR ReST resource interactions, fulfilled as per %2FCapabilityStatement%2Fimplementation%2Frest%2Fresource%2Finteraction definitions above |
Table View
CapabilityStatement.id[0] | England-PatientFlag-Server-Requirements |
CapabilityStatement.url[0] | https://fhir.nhs.uk/England/CapabilityStatement/England-PatientFlag-Server-Requirements |
CapabilityStatement.version[0] | 0.1.0 |
CapabilityStatement.name[0] | EnglandPatientFlagServerRequirements |
CapabilityStatement.title[0] | England Patient Flag Server Requirements |
CapabilityStatement.status[0] | draft |
CapabilityStatement.experimental[0] | False |
CapabilityStatement.date[0] | 2024-09-20 |
CapabilityStatement.publisher[0] | NHS England |
CapabilityStatement.contact[0].name[0] | NHS England |
CapabilityStatement.contact[0].telecom[0].system[0] | |
CapabilityStatement.contact[0].telecom[0].value[0] | interoperabilityteam@nhs.net |
CapabilityStatement.contact[0].telecom[0].use[0] | work |
CapabilityStatement.contact[0].telecom[0].rank[0] | 1 |
CapabilityStatement.contact[1].name[0] | National Service Desk |
CapabilityStatement.contact[1].telecom[0].system[0] | |
CapabilityStatement.contact[1].telecom[0].value[0] | ssd.nationalservicedesk@nhs.net |
CapabilityStatement.contact[1].telecom[0].use[0] | work |
CapabilityStatement.contact[1].telecom[1].system[0] | phone |
CapabilityStatement.contact[1].telecom[1].value[0] | 0300 303 5035 |
CapabilityStatement.contact[1].telecom[1].use[0] | work |
CapabilityStatement.description[0] | Requirements for NHS England PatientFlag FHIR API Implementation Guide |
CapabilityStatement.jurisdiction[0].coding[0].system[0] | urn:iso:std:iso:3166:-2 |
CapabilityStatement.jurisdiction[0].coding[0].code[0] | GB-ENG |
CapabilityStatement.jurisdiction[0].coding[0].display[0] | England |
CapabilityStatement.purpose[0] | Requirements for NHS England PatientFlag FHIR API Implementation Guide, to specify the RESTFul interactions, supported profiles, and expected minimum SearchParamneters. |
CapabilityStatement.copyright[0] | Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html. |
CapabilityStatement.kind[0] | requirements |
CapabilityStatement.fhirVersion[0] | 4.0.1 |
CapabilityStatement.format[0] | application/fhir+json |
CapabilityStatement.implementationGuide[0] | https://simplifier.net/guide/patient-flag-implementation-guide-beta?version=current |
CapabilityStatement.rest[0].mode[0] | server |
CapabilityStatement.rest[0].security[0].cors[0] | True |
CapabilityStatement.rest[0].security[0].description[0] | 1. app-restricted-signed-jwt\r\n\r\nAuthenticate your application by sending a signed JSON Web Token (JWT) to our OAuth 2.0 authorisation server. You provide us with your public key and sign the JWT with your private key. In return, we give you an access token, which you then include with each API request.\r\n\r\n2. user-restricted-nhs-cis2\r\n\r\nAuthentication and authorisation are done together. Authentication is done by NHS CIS2 Care Identity Authentication API but we co-ordinate that under the covers behind our OAuth2.0 authorisation server. Your application only needs to be registered with the API Platform, not NHS CIS2. |
CapabilityStatement.rest[0].resource[0].extension[0].extension[0].url[0] | required |
CapabilityStatement.rest[0].resource[0].extension[0].extension[0].value[0] | patient |
CapabilityStatement.rest[0].resource[0].extension[0].extension[1].url[0] | optional |
CapabilityStatement.rest[0].resource[0].extension[0].extension[1].value[0] | code |
CapabilityStatement.rest[0].resource[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination |
CapabilityStatement.rest[0].resource[0].type[0] | Flag |
CapabilityStatement.rest[0].resource[0].profile[0] | https://fhir.nhs.uk/England/StructureDefinition/England-Flag-PatientFlag |
CapabilityStatement.rest[0].resource[0].supportedProfile[0] | https://fhir.nhs.uk/England/StructureDefinition/England-Flag-PatientFlag |
CapabilityStatement.rest[0].resource[0].supportedProfile[1] | https://fhir.nhs.uk/England/StructureDefinition/England-Flag-PatientFlag-Adjustment |
CapabilityStatement.rest[0].resource[0].interaction[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
CapabilityStatement.rest[0].resource[0].interaction[0].extension[0].value[0] | SHALL |
CapabilityStatement.rest[0].resource[0].interaction[0].code[0] | create |
CapabilityStatement.rest[0].resource[0].interaction[1].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
CapabilityStatement.rest[0].resource[0].interaction[1].extension[0].value[0] | SHALL |
CapabilityStatement.rest[0].resource[0].interaction[1].code[0] | read |
CapabilityStatement.rest[0].resource[0].interaction[2].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
CapabilityStatement.rest[0].resource[0].interaction[2].extension[0].value[0] | MAY |
CapabilityStatement.rest[0].resource[0].interaction[2].code[0] | update |
CapabilityStatement.rest[0].resource[0].interaction[3].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
CapabilityStatement.rest[0].resource[0].interaction[3].extension[0].value[0] | SHALL |
CapabilityStatement.rest[0].resource[0].interaction[3].code[0] | delete |
CapabilityStatement.rest[0].resource[0].interaction[4].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
CapabilityStatement.rest[0].resource[0].interaction[4].extension[0].value[0] | SHALL |
CapabilityStatement.rest[0].resource[0].interaction[4].code[0] | search-type |
CapabilityStatement.rest[0].resource[0].interaction[4].documentation[0] | Search/Read all top-level patient flags associated with a patient\r\nGET ~/Flag?patient=[Patient#]\r\nreturn: searchset bundle of top-level patientflags\r\nSearchParameter: [Patient] |
CapabilityStatement.rest[0].resource[0].interaction[5].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
CapabilityStatement.rest[0].resource[0].interaction[5].extension[0].value[0] | SHALL |
CapabilityStatement.rest[0].resource[0].interaction[5].code[0] | search-type |
CapabilityStatement.rest[0].resource[0].interaction[5].documentation[0] | Search/Read for a specific type of patient flag and supporting resources associated with a patient\r\nGET ~/Flag?patient=[Patient#]&code=[FlagType]\r\nreturn: searchset bundle of Flag resources of type [FlagType] and any supporting resources\r\nSearchParameter: combo [Patient] & [FlagType] |
CapabilityStatement.rest[0].resource[0].versioning[0] | no-version |
CapabilityStatement.rest[0].resource[0].readHistory[0] | False |
CapabilityStatement.rest[0].resource[0].updateCreate[0] | False |
CapabilityStatement.rest[0].resource[0].conditionalCreate[0] | False |
CapabilityStatement.rest[0].resource[0].conditionalRead[0] | not-supported |
CapabilityStatement.rest[0].resource[0].conditionalUpdate[0] | False |
CapabilityStatement.rest[0].resource[0].conditionalDelete[0] | not-supported |
CapabilityStatement.rest[0].resource[0].searchParam[0].name[0] | patient |
CapabilityStatement.rest[0].resource[0].searchParam[0].type[0] | token |
CapabilityStatement.rest[0].resource[0].searchParam[1].name[0] | code |
CapabilityStatement.rest[0].resource[0].searchParam[1].type[0] | token |
CapabilityStatement.rest[0].resource[1].type[0] | Condition |
CapabilityStatement.rest[0].resource[1].profile[0] | https://fhir.nhs.uk/England/StructureDefinition/England-Condition-Flag |
CapabilityStatement.rest[0].resource[1].supportedProfile[0] | https://fhir.nhs.uk/England/StructureDefinition/England-Condition-Flag |
CapabilityStatement.rest[0].resource[1].interaction[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
CapabilityStatement.rest[0].resource[1].interaction[0].extension[0].value[0] | SHALL |
CapabilityStatement.rest[0].resource[1].interaction[0].code[0] | create |
CapabilityStatement.rest[0].resource[1].interaction[1].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
CapabilityStatement.rest[0].resource[1].interaction[1].extension[0].value[0] | MAY |
CapabilityStatement.rest[0].resource[1].interaction[1].code[0] | update |
CapabilityStatement.rest[0].resource[1].interaction[2].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
CapabilityStatement.rest[0].resource[1].interaction[2].extension[0].value[0] | SHALL |
CapabilityStatement.rest[0].resource[1].interaction[2].code[0] | delete |
CapabilityStatement.rest[0].resource[1].versioning[0] | no-version |
CapabilityStatement.rest[0].resource[1].readHistory[0] | False |
CapabilityStatement.rest[0].resource[1].updateCreate[0] | False |
CapabilityStatement.rest[0].resource[1].conditionalCreate[0] | False |
CapabilityStatement.rest[0].resource[1].conditionalRead[0] | not-supported |
CapabilityStatement.rest[0].resource[1].conditionalUpdate[0] | False |
CapabilityStatement.rest[0].resource[1].conditionalDelete[0] | not-supported |
CapabilityStatement.rest[0].interaction[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation |
CapabilityStatement.rest[0].interaction[0].extension[0].value[0] | SHALL |
CapabilityStatement.rest[0].interaction[0].code[0] | transaction |
CapabilityStatement.rest[0].interaction[0].documentation[0] | Transaction handler for transaction bundles supplying sequence of atomic FHIR ReST resource interactions, fulfilled as per %2FCapabilityStatement%2Fimplementation%2Frest%2Fresource%2Finteraction definitions above |
XML View
<CapabilityStatement xmlns="http://hl7.org/fhir"> <id value="England-PatientFlag-Server-Requirements" /> <url value="https://fhir.nhs.uk/England/CapabilityStatement/England-PatientFlag-Server-Requirements" /> <version value="0.1.0" /> <name value="EnglandPatientFlagServerRequirements" /> <title value="England Patient Flag Server Requirements" /> <status value="draft" /> <experimental value="false" /> <date value="2024-09-20" /> <publisher value="NHS England" /> <contact> <name value="NHS England" /> <telecom> <system value="email" /> <value value="interoperabilityteam@nhs.net" /> <use value="work" /> <rank value="1" /> </telecom> </contact> <contact> <name value="National Service Desk" /> <telecom> <system value="email" /> <value value="ssd.nationalservicedesk@nhs.net" /> <use value="work" /> </telecom> <telecom> <system value="phone" /> <value value="0300 303 5035" /> <use value="work" /> </telecom> </contact> <description value="Requirements for NHS England PatientFlag FHIR API Implementation Guide" /> <jurisdiction> <coding> <system value="urn:iso:std:iso:3166:-2" /> <code value="GB-ENG" /> <display value="England" /> </coding> </jurisdiction> <purpose value="Requirements for NHS England PatientFlag FHIR API Implementation Guide, to specify the RESTFul interactions, supported profiles, and expected minimum SearchParamneters." /> <copyright value="Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html." /> <kind value="requirements" /> <fhirVersion value="4.0.1" /> <format value="application/fhir+json" /> <implementationGuide value="https://simplifier.net/guide/patient-flag-implementation-guide-beta?version=current" /> <rest> <mode value="server" /> <security> <cors value="true" /> <description value="1. app-restricted-signed-jwt\r\n\r\nAuthenticate your application by sending a signed JSON Web Token (JWT) to our OAuth 2.0 authorisation server. You provide us with your public key and sign the JWT with your private key. In return, we give you an access token, which you then include with each API request.\r\n\r\n2. user-restricted-nhs-cis2\r\n\r\nAuthentication and authorisation are done together. Authentication is done by NHS CIS2 Care Identity Authentication API but we co-ordinate that under the covers behind our OAuth2.0 authorisation server. Your application only needs to be registered with the API Platform, not NHS CIS2." /> </security> <resource> <extension url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"> <extension url="required"> <valueString value="patient" /> </extension> <extension url="optional"> <valueString value="code" /> </extension> </extension> <type value="Flag" /> <profile value="https://fhir.nhs.uk/England/StructureDefinition/England-Flag-PatientFlag" /> <supportedProfile value="https://fhir.nhs.uk/England/StructureDefinition/England-Flag-PatientFlag" /> <supportedProfile value="https://fhir.nhs.uk/England/StructureDefinition/England-Flag-PatientFlag-Adjustment" /> <interaction> <extension url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"> <valueCode value="SHALL" /> </extension> <code value="create" /> </interaction> <interaction> <extension url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"> <valueCode value="SHALL" /> </extension> <code value="read" /> </interaction> <interaction> <extension url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"> <valueCode value="MAY" /> </extension> <code value="update" /> </interaction> <interaction> <extension url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"> <valueCode value="SHALL" /> </extension> <code value="delete" /> </interaction> <interaction> <extension url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"> <valueCode value="SHALL" /> </extension> <code value="search-type" /> <documentation value="Search/Read all top-level patient flags associated with a patient\r\nGET ~/Flag?patient=[Patient#]\r\nreturn: searchset bundle of top-level patientflags\r\nSearchParameter: [Patient]" /> </interaction> <interaction> <extension url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"> <valueCode value="SHALL" /> </extension> <code value="search-type" /> <documentation value="Search/Read for a specific type of patient flag and supporting resources associated with a patient\r\nGET ~/Flag?patient=[Patient#]&code=[FlagType]\r\nreturn: searchset bundle of Flag resources of type [FlagType] and any supporting resources\r\nSearchParameter: combo [Patient] & [FlagType]" /> </interaction> <versioning value="no-version" /> <readHistory value="false" /> <updateCreate value="false" /> <conditionalCreate value="false" /> <conditionalRead value="not-supported" /> <conditionalUpdate value="false" /> <conditionalDelete value="not-supported" /> <searchParam> <name value="patient" /> <type value="token" /> </searchParam> <searchParam> <name value="code" /> <type value="token" /> </searchParam> </resource> <resource> <type value="Condition" /> <profile value="https://fhir.nhs.uk/England/StructureDefinition/England-Condition-Flag" /> <supportedProfile value="https://fhir.nhs.uk/England/StructureDefinition/England-Condition-Flag" /> <interaction> <extension url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"> <valueCode value="SHALL" /> </extension> <code value="create" /> </interaction> <interaction> <extension url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"> <valueCode value="MAY" /> </extension> <code value="update" /> </interaction> <interaction> <extension url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"> <valueCode value="SHALL" /> </extension> <code value="delete" /> </interaction> <versioning value="no-version" /> <readHistory value="false" /> <updateCreate value="false" /> <conditionalCreate value="false" /> <conditionalRead value="not-supported" /> <conditionalUpdate value="false" /> <conditionalDelete value="not-supported" /> </resource> <interaction> <extension url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"> <valueCode value="SHALL" /> </extension> <code value="transaction" /> <documentation value="Transaction handler for transaction bundles supplying sequence of atomic FHIR ReST resource interactions, fulfilled as per %2FCapabilityStatement%2Fimplementation%2Frest%2Fresource%2Finteraction definitions above" /> </interaction> </rest> </CapabilityStatement>
JSON View
{ "resourceType": "CapabilityStatement", "id": "England-PatientFlag-Server-Requirements", "url": "https://fhir.nhs.uk/England/CapabilityStatement/England-PatientFlag-Server-Requirements", "version": "0.1.0", "name": "EnglandPatientFlagServerRequirements", "title": "England Patient Flag Server Requirements", "status": "draft", "experimental": false, "date": "2024-09-20", "publisher": "NHS England", "contact": [ { "name": "NHS England", "telecom": [ { "system": "email", "value": "interoperabilityteam@nhs.net", "use": "work", "rank": 1 } ] }, { "name": "National Service Desk", "telecom": [ { "system": "email", "value": "ssd.nationalservicedesk@nhs.net", "use": "work" }, { "system": "phone", "value": "0300 303 5035", "use": "work" } ] } ], "description": "Requirements for NHS England PatientFlag FHIR API Implementation Guide", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166:-2", "code": "GB-ENG", "display": "England" } ] } ], "purpose": "Requirements for NHS England PatientFlag FHIR API Implementation Guide, to specify the RESTFul interactions, supported profiles, and expected minimum SearchParamneters.", "copyright": "Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.", "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "application/fhir+json" ], "implementationGuide": [ "https://simplifier.net/guide/patient-flag-implementation-guide-beta?version=current" ], "rest": [ { "mode": "server", "security": { "cors": true, "description": "1. app-restricted-signed-jwt\\r\\n\\r\\nAuthenticate your application by sending a signed JSON Web Token (JWT) to our OAuth 2.0 authorisation server. You provide us with your public key and sign the JWT with your private key. In return, we give you an access token, which you then include with each API request.\\r\\n\\r\\n2. user-restricted-nhs-cis2\\r\\n\\r\\nAuthentication and authorisation are done together. Authentication is done by NHS CIS2 Care Identity Authentication API but we co-ordinate that under the covers behind our OAuth2.0 authorisation server. Your application only needs to be registered with the API Platform, not NHS CIS2." }, "resource": [ { "extension": [ { "extension": [ { "url": "required", "valueString": "patient" }, { "url": "optional", "valueString": "code" } ], "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination" } ], "type": "Flag", "profile": "https://fhir.nhs.uk/England/StructureDefinition/England-Flag-PatientFlag", "supportedProfile": [ "https://fhir.nhs.uk/England/StructureDefinition/England-Flag-PatientFlag", "https://fhir.nhs.uk/England/StructureDefinition/England-Flag-PatientFlag-Adjustment" ], "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "create" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "MAY" } ], "code": "update" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "delete" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "search-type", "documentation": "Search/Read all top-level patient flags associated with a patient\\r\\nGET ~/Flag?patient=[Patient#]\\r\\nreturn: searchset bundle of top-level patientflags\\r\\nSearchParameter: [Patient]" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "search-type", "documentation": "Search/Read for a specific type of patient flag and supporting resources associated with a patient\\r\\nGET ~/Flag?patient=[Patient#]&code=[FlagType]\\r\\nreturn: searchset bundle of Flag resources of type [FlagType] and any supporting resources\\r\\nSearchParameter: combo [Patient] & [FlagType]" } ], "versioning": "no-version", "readHistory": false, "updateCreate": false, "conditionalCreate": false, "conditionalRead": "not-supported", "conditionalUpdate": false, "conditionalDelete": "not-supported", "searchParam": [ { "name": "patient", "type": "token" }, { "name": "code", "type": "token" } ] }, { "type": "Condition", "profile": "https://fhir.nhs.uk/England/StructureDefinition/England-Condition-Flag", "supportedProfile": [ "https://fhir.nhs.uk/England/StructureDefinition/England-Condition-Flag" ], "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "create" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "MAY" } ], "code": "update" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "delete" } ], "versioning": "no-version", "readHistory": false, "updateCreate": false, "conditionalCreate": false, "conditionalRead": "not-supported", "conditionalUpdate": false, "conditionalDelete": "not-supported" } ], "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "transaction", "documentation": "Transaction handler for transaction bundles supplying sequence of atomic FHIR ReST resource interactions, fulfilled as per %2FCapabilityStatement%2Fimplementation%2Frest%2Fresource%2Finteraction definitions above" } ] } ] }