FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/England-PatientFlag-Server-Requirements

Packagefhir.r4.nhsengland.programme
Resource TypeCapabilityStatement
IdEngland-PatientFlag-Server-Requirements
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.nhsengland.programme@0.2.2-pre-release&canonical=https://fhir.nhs.uk/England/CapabilityStatement/England-PatientFlag-Server-Requirements
URLhttps://fhir.nhs.uk/England/CapabilityStatement/England-PatientFlag-Server-Requirements
Version0.1.0
Statusdraft
Date2024-09-20
NameEnglandPatientFlagServerRequirements
TitleEngland Patient Flag Server Requirements
Realmus
Authorityhl7
DescriptionRequirements for NHS England PatientFlag FHIR API Implementation Guide
PurposeRequirements for NHS England PatientFlag FHIR API Implementation Guide, to specify the RESTFul interactions, supported profiles, and expected minimum SearchParamneters.
CopyrightCopyright © 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.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
England-Condition-FlagEngland Condition Flag
England-Flag-PatientFlag-AdjustmentEngland Flag Patient Flag Adjustment
England-Flag-PatientFlagEngland Flag Patient Flag

Narrative

No narrative content found in resource


Source

{
  "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"
        }
      ]
    }
  ]
}