Package | fhir.virtually.healthcare |
Type | CapabilityStatement |
Id | NHSEFacade |
FHIR Version | R4 |
Source | https://fhir.virtually.healthcare/https://build.fhir.org/ig/Virtually-Healthcare/R4/CapabilityStatement-NHSEFacade.html |
URL | https://fhir.virtually.healthcare/CapabilityStatement/NHSEFacade |
Version | 0.1.1-current |
Status | draft |
Date | 2024-10-08 |
Name | NHSEnglandFacade |
Title | NHS England Service Facade |
Realm | us |
Authority | hl7 |
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) 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) |
Kind | requirements |
No resources found
StructureDefinition | |
Organization | Organization |
Patient | Patient |
QuestionnaireResponse | QuestionnaireResponse |
RelatedPerson | RelatedPerson |
UKCore-Patient | UK Core Patient |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement NHSEFacade
application/fhir+xml
, application/fhir+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.virtually.healthcare/StructureDefinition/Patient Additional supported profiles: UK Core Patient | y | y | identifier, name, family, given, birthdate, gender, death-date, address-postalcode, general-practitioner, email, phone | |||||
QuestionnaireResponse | https://fhir.virtually.healthcare/StructureDefinition/QuestionnaireResponse Additional supported profiles: UK Core Questionnaire Response | y | questionnaire, patient, patient:identifier | ||||||
RelatedPerson | https://fhir.virtually.healthcare/StructureDefinition/RelatedPerson Additional supported profiles: UK Core Related Person | y | patient:identifier | ||||||
Organization | https://fhir.virtually.healthcare/StructureDefinition/Organization Additional supported profiles: UK Core Organization | y | y | identifier, name, active, address-postalcode, address-city, ods-org-primaryRole, type |
read
, search-type
.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
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | identifier | token | A patients NHS Number e.g. |
SHALL | name | string | A patients name |
SHALL | family | string | A patients surname |
SHALL | given | string | A patients first name |
SHALL | birthdate | date | A patients date of birth |
SHALL | gender | token | A patients gender - administrative |
SHALL | death-date | token | A patients date of birth |
SHALL | address-postalcode | string | A patients postcode |
SHALL | general-practitioner | token | A patients general practice |
SHALL | token | A patients email address | |
SHALL | phone | token | A patients phone number |
search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | questionnaire | reference | The questionnaire the answers are provided for, e.g. |
SHALL | patient | reference | The patient that is the subject of the questionnaire response, e.g. |
SHALL | patient:identifier | token | The patient identifier that is the subject of the questionnaire response, e.g. |
search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | patient:identifier | token | The patient identifier this related person is related to, e.g. |
read
, search-type
.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
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | identifier | token | A organisations ODS Code e.g. |
SHALL | name | string | A portion of the organization's name or alias |
SHALL | active | token | Is the Organization record active |
SHALL | address-postalcode | string | A postal code specified in an address |
SHALL | address-city | string | A city specified in an address |
SHALL | ods-org-primaryRole | token | organisation ods primary role |
SHALL | type | token | A code for the type of organization |
{ "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" } ] } ] } ] }