Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build
Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions
Official URL: https://fhir.virtually.healthcare/CapabilityStatement/PDSFacade | Version: 0.1.0-current | |||
Draft as of 2024-10-08 | Computable Name: FacadePersonalDemographicsService |
This is a Service Facade to Personal Demographics Service - FHIR API
This facade is related to IHE Patient Demographics Query for Mobile (PDQm)
Raw OpenAPI-Swagger Definition file | Download
Generated Narrative: CapabilityStatement PDSFacade
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 |
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 |