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

FHIR IG Statistics: CapabilityStatement/NHSEFacade

Packagefhir.virtually.healthcare
TypeCapabilityStatement
IdNHSEFacade
FHIR VersionR4
Sourcehttps://fhir.virtually.healthcare/https://build.fhir.org/ig/Virtually-Healthcare/R4/CapabilityStatement-NHSEFacade.html
URLhttps://fhir.virtually.healthcare/CapabilityStatement/NHSEFacade
Version0.1.1-current
Statusdraft
Date2024-10-08
NameNHSEnglandFacade
TitleNHS England Service Facade
Realmus
Authorityhl7
DescriptionThis is a [Service Facade](ActorDefinition-ServiceFacade.html) to [Personal Demographics Service - FHIR API](https://digital.nhs.uk/developer/api-catalogue/personal-demographics-service-fhir) and [Organisation Data Service - FHIR API](https://digital.nhs.uk/developer/api-catalogue/organisation-data-service-fhir) This facade is related to [IHE Patient Demographics Query for Mobile (PDQm)](https://profiles.ihe.net/ITI/PDQm/) and [IHE Mobile Care Services Discovery (mCSD)](https://profiles.ihe.net/ITI/mCSD/index.html)
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
OrganizationOrganization
PatientPatient
QuestionnaireResponseQuestionnaireResponse
RelatedPersonRelatedPerson
UKCore-PatientUK Core Patient

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CapabilityStatement NHSEFacade

NHS England Service Facade

  • Implementation Guide Version: 0.1.1-current
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+xml, application/fhir+json
  • Supported Patch Formats:
  • Published on: 2024-10-08
  • Published by: Virtually Healthcare

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.

FHIR RESTful Capabilities

Mode: server

Summary of System-wide Interactions

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
Patienthttps://fhir.virtually.healthcare/StructureDefinition/Patient
Additional supported profiles:
  UK Core Patient
yyidentifier, name, family, given, birthdate, gender, death-date, address-postalcode, general-practitioner, email, phone
QuestionnaireResponsehttps://fhir.virtually.healthcare/StructureDefinition/QuestionnaireResponse
Additional supported profiles:
  UK Core Questionnaire Response
yquestionnaire, patient, patient:identifier
RelatedPersonhttps://fhir.virtually.healthcare/StructureDefinition/RelatedPerson
Additional supported profiles:
  UK Core Related Person
ypatient:identifier
Organizationhttps://fhir.virtually.healthcare/StructureDefinition/Organization
Additional supported profiles:
  UK Core Organization
yyidentifier, name, active, address-postalcode, address-city, ods-org-primaryRole, type

Resource Conformance: SHALL Patient

Base System Profile
Patient
Profile Conformance
SHALL
Reference Policy

Supported Profiles

UK Core Patient

Interaction summary
  • Supports read, search-type.

Documentation
GET /Patient?{parameters}

Conformance to this implementation guide SHOULD be tested via FHIR Validation.

Search Examples

Search for Patient's for a patient with a NHS Number of 9876543210

GET /Patient?identifier=https://fhir.nhs.uk/Id/nhs-number|9876543210
Search Parameters
ConformanceParameterTypeDocumentation
SHALLidentifiertoken

A patients NHS Number e.g. identifier=https://fhir.nhs.uk/Id/nhs-number|9876543210

SHALLnamestring

A patients name

SHALLfamilystring

A patients surname

SHALLgivenstring

A patients first name

SHALLbirthdatedate

A patients date of birth

SHALLgendertoken

A patients gender - administrative

SHALLdeath-datetoken

A patients date of birth

SHALLaddress-postalcodestring

A patients postcode

SHALLgeneral-practitionertoken

A patients general practice

SHALLemailtoken

A patients email address

SHALLphonetoken

A patients phone number

 

Resource Conformance: SHALL QuestionnaireResponse

Base System Profile
QuestionnaireResponse
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLquestionnairereference

The questionnaire the answers are provided for, e.g. questionnaire=https://fhir.virtually.healthcare/Questionnaire/PDSPatientPreferences

SHALLpatientreference

The patient that is the subject of the questionnaire response, e.g. patient=Patient/9449304424

SHALLpatient:identifiertoken

The patient identifier that is the subject of the questionnaire response, e.g. patient:identifier=https://fhir.nhs.uk/Id/nhs-number|9449304424

 

Resource Conformance: SHALL RelatedPerson

Base System Profile
RelatedPerson
Profile Conformance
SHALL
Reference Policy

Supported Profiles

UK Core Related Person

Interaction summary
  • Supports search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatient:identifiertoken

The patient identifier this related person is related to, e.g. patient:identifier=https://fhir.nhs.uk/Id/nhs-number|9730906181

 

Resource Conformance: SHALL Organization

Base System Profile
Organization
Profile Conformance
SHALL
Reference Policy

Supported Profiles

UK Core Organization

Interaction summary
  • Supports read, search-type.

Documentation
GET /Organization?{parameters}

Conformance to this implementation guide SHOULD be tested via FHIR Validation.

Search Examples

Search for Organization's for a patient with a ODS Code of RR8

GET /Organization?identifier=https://fhir.nhs.uk/Id/ods-organization-code|RR8
Search Parameters
ConformanceParameterTypeDocumentation
SHALLidentifiertoken

A organisations ODS Code e.g. identifier=https://fhir.nhs.uk/Id/ods-organization-code|RR8

SHALLnamestring

A portion of the organization's name or alias

SHALLactivetoken

Is the Organization record active

SHALLaddress-postalcodestring

A postal code specified in an address

SHALLaddress-citystring

A city specified in an address

SHALLods-org-primaryRoletoken

organisation ods primary role

SHALLtypetoken

A code for the type of organization

 

Source

{
  "resourceType": "CapabilityStatement",
  "id": "NHSEFacade",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.virtually.healthcare/CapabilityStatement/NHSEFacade",
  "version": "0.1.1-current",
  "name": "NHSEnglandFacade",
  "title": "NHS England Service Facade",
  "status": "draft",
  "experimental": false,
  "date": "2024-10-08",
  "publisher": "Virtually Healthcare",
  "contact": [
    {
      "name": "Virtually Healthcare",
      "telecom": [
        {
          "system": "url",
          "value": "https://virtually.healthcare"
        }
      ]
    }
  ],
  "description": "This is a [Service Facade](ActorDefinition-ServiceFacade.html) to [Personal Demographics Service - FHIR API](https://digital.nhs.uk/developer/api-catalogue/personal-demographics-service-fhir) and [Organisation Data Service - FHIR API](https://digital.nhs.uk/developer/api-catalogue/organisation-data-service-fhir)\n\nThis facade is related to [IHE Patient Demographics Query for Mobile (PDQm)](https://profiles.ihe.net/ITI/PDQm/) and [IHE Mobile Care Services Discovery (mCSD)](https://profiles.ihe.net/ITI/mCSD/index.html)",
  "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": [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "type": "Patient",
          "profile": "https://fhir.virtually.healthcare/StructureDefinition/Patient",
          "supportedProfile": [
            "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient"
          ],
          "documentation": "\n```\nGET /Patient?{parameters}\n```\n\nConformance to this implementation guide **SHOULD** be tested via [FHIR Validation](https://hl7.org/fhir/R4/validation.html).\n\n**Search Examples**\n\nSearch for Patient's for a patient with a NHS Number of 9876543210\n\n```\nGET /Patient?identifier=https://fhir.nhs.uk/Id/nhs-number|9876543210\n```\n",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "identifier",
              "type": "token",
              "documentation": "A patients NHS Number e.g. `identifier=https://fhir.nhs.uk/Id/nhs-number|9876543210`"
            },
            {
              "name": "name",
              "type": "string",
              "documentation": "A patients name"
            },
            {
              "name": "family",
              "type": "string",
              "documentation": "A patients surname"
            },
            {
              "name": "given",
              "type": "string",
              "documentation": "A patients first name"
            },
            {
              "name": "birthdate",
              "type": "date",
              "documentation": "A patients date of birth"
            },
            {
              "name": "gender",
              "type": "token",
              "documentation": "A patients gender - administrative"
            },
            {
              "name": "death-date",
              "type": "token",
              "documentation": "A patients date of birth"
            },
            {
              "name": "address-postalcode",
              "type": "string",
              "documentation": "A patients postcode"
            },
            {
              "name": "general-practitioner",
              "type": "token",
              "documentation": "A patients general practice"
            },
            {
              "name": "email",
              "type": "token",
              "documentation": "A patients email address"
            },
            {
              "name": "phone",
              "type": "token",
              "documentation": "A patients phone number"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "type": "QuestionnaireResponse",
          "profile": "https://fhir.virtually.healthcare/StructureDefinition/QuestionnaireResponse",
          "supportedProfile": [
            "https://fhir.hl7.org.uk/StructureDefinition/UKCore-QuestionnaireResponse"
          ],
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "questionnaire",
              "type": "reference",
              "documentation": "The questionnaire the answers are provided for, e.g. `questionnaire=https://fhir.virtually.healthcare/Questionnaire/PDSPatientPreferences`"
            },
            {
              "name": "patient",
              "type": "reference",
              "documentation": "The patient that is the subject of the questionnaire response, e.g. `patient=Patient/9449304424`"
            },
            {
              "name": "patient:identifier",
              "type": "token",
              "documentation": "The patient identifier that is the subject of the questionnaire response, e.g. `patient:identifier=https://fhir.nhs.uk/Id/nhs-number|9449304424`"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "type": "RelatedPerson",
          "profile": "https://fhir.virtually.healthcare/StructureDefinition/RelatedPerson",
          "supportedProfile": [
            "https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson"
          ],
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "patient:identifier",
              "type": "token",
              "documentation": "The patient identifier this related person is related to, e.g. `patient:identifier=https://fhir.nhs.uk/Id/nhs-number|9730906181`"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "type": "Organization",
          "profile": "https://fhir.virtually.healthcare/StructureDefinition/Organization",
          "supportedProfile": [
            "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Organization"
          ],
          "documentation": "\n```\nGET /Organization?{parameters}\n```\n\nConformance to this implementation guide **SHOULD** be tested via [FHIR Validation](https://hl7.org/fhir/R4/validation.html).\n\n**Search Examples**\n\nSearch for Organization's for a patient with a ODS Code of RR8\n\n```\nGET /Organization?identifier=https://fhir.nhs.uk/Id/ods-organization-code|RR8\n```\n",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "identifier",
              "type": "token",
              "documentation": "A organisations ODS Code e.g. `identifier=https://fhir.nhs.uk/Id/ods-organization-code|RR8`"
            },
            {
              "name": "name",
              "type": "string",
              "documentation": "A portion of the organization's name or alias"
            },
            {
              "name": "active",
              "type": "token",
              "documentation": "Is the Organization record active"
            },
            {
              "name": "address-postalcode",
              "type": "string",
              "documentation": "A postal code specified in an address"
            },
            {
              "name": "address-city",
              "type": "string",
              "documentation": "A city specified in an address"
            },
            {
              "name": "ods-org-primaryRole",
              "type": "token",
              "documentation": "organisation ods primary role"
            },
            {
              "name": "type",
              "type": "token",
              "documentation": "A code for the type of organization"
            }
          ]
        }
      ]
    }
  ]
}