FHIR Data Standards Wales for PSOM v1.0.0-rc1
Important: This is the release candidate of the FHIR Data Standards Wales for PSOM version 1.0 Implementation Guide. It is intended for trial use, and is published for early comment and feedback. Click here to give feedback.

DataStandardsWales-PSOM-Patient

Overview

The following Profile is defined as part of the Data Standards Wales implementation guide.

This page describes how the DataStandardsWales Patient profile is used in the DataStandardsWales PSOM use case. It specifies the mappings from the DSCNPROMs-Metadata-d2-2a to the profile and gives an example of the information specified.

Mappings

FHIR element Item Reference Name Constraints
Patient.identifier:nhsNumber MPDPX001X NHS Number M (where available)
Patient.identifier:nhsNumber.extension:nhsNumberVerificationStatus MPDPX001A NHS Number Status Indicator
Patient.identifier:[HealthBoard]PasIdentifier.type MPDPX002A Local Patient Identifier Origination
Patient.identifier:[HealthBoard]PasIdentifier.value MPDPX002X Local Patient Identifier
Patient.name.family MPDPX004X Patient Name (Surname) M (or optional where NHS No. is supplied and validated, i.e. with Status Indicator = 01)
Patient.name.given MPDPX003X Patient Name (Forename) M (or optional where NHS No. is supplied and validated, i.e. with Status Indicator = 01)
Patient.gender MPDPX006X Gender Identity M (or optional where NHS No. is supplied and validated, i.e. with Status Indicator = 01)
Patient.birthDate MPDPX005X Date of Birth
Patient.address.postalCode MPDPX007X Postcode M (or optional where NHS No. is supplied and validated, i.e. with Status Indicator = 01)

Example

Below is an overview of recommended Server RESTful FHIR search interactions for this profile. The search syntax used to describe the interactions is described here. The following search parameters are recommended:

  1. identifier
  2. name

PAS Identifier

Retrieves all Patient resources that have the specified PAS Identifier:

GET [base]/Patient?identifier=https://fhir.cavuhb.nhs.wales/Id/pas-identifier|A000003

Name

Retrieves all Patient resources that have the specified name:

GET [base]/Patient?name=Jones