The FHIR profiles used for the PDS Death Notification event message bundle

PDS Death Notification event messages are generated by the Spine and published to the NEMS when a patient’s death notification status is changed within PDS. The death notification status of the patient is carried within the event message as specified in the guidance on this page.

Bundle structure

Specifies mandatory referencing within the Event Message Bundle.

PDS Death Notification Bundle (open in new TAB)

The extension(deathNotificationStatus) and deceasedDateTime elements within the patient resource are the main indicators of the patient’s death status.

PDS Death Notification Event Message Types

The event message details send following an update to the patient’s death notification status in PDS is outlined in the table below. The table is included to highlight the different types of Death Notification event message you may receive and the key elements within resource which help identify the type of Death Notification event message you have received. Additional guidance around the content of the FHIR resources is outlined in the Resource population requirements and guidance section below.

The different types of death status change in PDS are:

  • Informal death - an administrative flag has been set by a Spine user in order to provide an early indication that a patient is believed to have died, prior to a death certificate being issued for them, in case organisations wish to supress communications to these patients and/or cancel their appointments.
  • Formal death - where a death certificate has been issued by the Registrar of Births and Deaths and the death has been notified to Spine via the Office for National Statistics (ONS), or where a maternity unit has recorded a still birth.
  • Death status removed - There are scenarios where a PDS record may be updated with a death status in error, where this happens the death status can be removed.
  Informal death Formal death Death Notification Status removed
Event-MessageHeader-1 Resource      
extension(messageEventType) Fixed value: new Fixed value: new Fixed value: new
event Fixed value: pds-death-notification-1 Fixed value: pds-death-notification-1 Fixed value: pds-death-notification-1
CareConnect-Communication-1 Resource      
status Fixed value: completed Fixed value: completed Fixed value: completed
CareConnect-Patient-1 Resource      
extension(deathNotificationStatus) Fixed value: 1 (Informal) Fixed value: 2 (Formal) Fixed value: U (Removed)
deceasedDateTime element populated with dateTime of death element populated with dateTime of death element not included in resource

If a subscriber receives multiple PDS Death Notification event messages for the same patient, the latest event message as indicated by the meta.lastUpdated element within the MessageHeader resource should be considered the source of truth for the deathNotificationStatus element. This is the specific dateTime on which the deathNotificationStatus element was updated on PDS.

Onward Delivery

The delivery of the PDS Death Notification event messages to subscribers via MESH will use the following WorkflowID within the MESH control file. This WorkflowID will need to be added to the receiving MESH mailbox configuration before event messages can be received.

MESH WorkflowID DEATHNOTIFICATION_1

Resource Population Requirements and Guidance

The following requirements and resource population guidance should be followed in addition to the requirements and guidance outlined in the Generic Requirements page.

Bundle

The Bundle resource is the container for the event message and SHALL conform to the Bundle FHIR profile.

Resource Cardinality 1..1
Element Cardinality Additional Guidance
type 1..1 Fixed value: message

Event-MessageHeader-1

The MessageHeader resource included as part of the event message SHALL conform to the Event-MessageHeader-1 constrained FHIR profile and the additional population guidance as per the table below:

Resource Cardinality 1..1
Element Cardinality Additional Guidance
meta.lastUpdated 1..1 DateTime when the patient record was updated with the details included in this event message. This element should be used for message sequencing
extension(messageEventType) 1..1 Will be populated as per the event life cycle table above.
event 1..1 Fixed Value: pds-death-notification-1 (PDS Death Notification)
focus 1..1 This will reference the “CareConnect-Communication-1” resource which contains information relating to the event message.

CareConnect-Communication-1

The Communication resource included in the event message SHALL conform to the CareConnect-Communication-1 constrained FHIR profile and the additional population guidance as per the table below:

Resource Cardinality 1..1
Element Cardinality Additional Guidance
status 1..1 Fixed value: completed
sender 0..1 This will reference the sending organization of the event message.
For PDS events this will be a reference to a CareConnect-Organization-1 resource within the message bundle. *
subject 1..1 This will reference the patient resource representing the patient who is the subject of this event.

CareConnect-Patient-1

The patient resource included in the event message SHALL conform to the CareConnect-Patient-1 constrained FHIR profile and the additional population guidance as per the table below:

Resource Cardinality 1..1
Element Cardinality Additional Guidance
meta.versionId 1..1 This element will contain the serial change number (SCN) of the patient record within Spine at the time this event was published.
extension(deathNotificationStatus) 1..1 This will be populated as per the event life cycle table above.
extension(systemEffectiveDate) 1..1 Element populated with dateTime when Death Notification Status was updated on the Spine.
deceasedDateTime 0..1 This will be populated as per the event life cycle table above.

CareConnect-Organization-1

The Organization resource(s) included in the event message SHALL conform to the CareConnect-Organization-1 constrained FHIR profile and the additional population guidance as per the table below:

Resource Cardinality 1..2
Element Cardinality Additional Guidance
identifier.system 1..1 Fixed value: https://fhir.nhs.uk/Id/ods-organization-code
identifier.value 1..1 Organisation’s ODS Organization Code
name 1..1 Organisation’s Name

* Organization details may be retrieved using the ODS Lookup API as ODSAPI-Organization-1 resources. These MUST then be transformed to CareConnect-Organization-1 resources for use within the event message bundle.

CareConnect-HealthcareService-1

The HealthcareService resource included in the event message SHALL conform to the CareConnect-HealthcareService-1 constrained FHIR profile and the additional population guidance as per the table below:

Resource Cardinality 0..1
Element Cardinality Additional Guidance
providedBy 1..1 This will reference the ‘sender’ organization of the event message.
type 1..1 Fixed value: PDS (Personal Demographics Service)
This will represent the type of service responsible for the event message. This will have a value from the ValueSet EMS-HealthcareServiceType-1

Examples

Formal Informal Removed
<Bundle xmlns="http://hl7.org/fhir"> <id value="4f67281a-e1b8-11e8-9f32-f2801f1b9fd1"/> <meta> <profile value="http://hl7.org/fhir/STU3/StructureDefinition/Bundle"/> </meta> <type value="message"/> <!--Entry for MessageHeader with id, timestamp, event type, source, responsible/publishing organization, communication--> <entry> <fullUrl value="urn:uuid:4399a596-d1ee-11e8-a8d5-f2801f1b9fd1"/> <resource> <MessageHeader> <id value="4399a596-d1ee-11e8-a8d5-f2801f1b9fd1"/> <meta> <versionId value="1"/> <lastUpdated value="2017-11-01T15:00:33+00:00"/> <profile value="https://fhir.nhs.uk/STU3/StructureDefinition/Event-MessageHeader-1"/> </meta> <extension url="https://fhir.nhs.uk/STU3/StructureDefinition/Extension-RoutingDemographics-1"> <extension url="nhsNumber"> <valueIdentifier> <system value="https://fhir.nhs.uk/Id/nhs-number"/> <value value="9912003888"/> </valueIdentifier> </extension> <extension url="name"> <valueHumanName> <use value="official"/> <family value="DAWKINS"/> <given value="Jack"/> </valueHumanName> </extension> <extension url="birthDateTime"> <valueDateTime value="2017-10-02T12:00:00+00:00"/> </extension> </extension> <extension url="https://fhir.nhs.uk/STU3/StructureDefinition/Extension-MessageEventType-1"> <valueCodeableConcept> <coding> <system value="https://fhir.nhs.uk/STU3/CodeSystem/MessageEventType-1"/> <code value="new"/> <display value="New event message"/> </coding> </valueCodeableConcept> </extension> <event> <system value="https://fhir.nhs.uk/STU3/CodeSystem/EventType-1"/> <code value="pds-death-notification-1"/> <display value="PDS Death Notification"/> </event> <timestamp value="2017-11-03T15:00:00+00:00"/> <source> <contact> <system value="email"/> <value value="ssd.nationalservicedesk@nhs.net"/> </contact> <endpoint value="urn:nhs:addressing:asid:477121000323"/> </source> <responsible> <reference value="urn:uuid:8a3e3de0-02b7-4b31-b671-b9410cda98e9"/> <display value="NHS DIGITAL"/> </responsible> <focus> <reference value="urn:uuid:4399a6c2-d1ee-11e8-a8d5-f2801f1b9fd1"/> </focus> </MessageHeader> </resource> </entry> <!--Entry for communication for the event message, with reference to subject and payload--> <entry> <fullUrl value="urn:uuid:4399a6c2-d1ee-11e8-a8d5-f2801f1b9fd1"/> <resource> <Communication> <id value="4399a6c2-d1ee-11e8-a8d5-f2801f1b9fd1"/> <meta> <profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Communication-1"/> </meta> <status value="completed"/> <subject> <reference value="urn:uuid:4399b37e-d1ee-11e8-a8d5-f2801f1b9fd1"/> <display value="JONES, Jack"/> </subject> <sender> <reference value="urn:uuid:8a3e3de0-02b7-4b31-b671-b9410cda98e9"/> <display value="NHS DIGITAL"/> </sender> <sent value="2017-11-03T00:00:00+00:00"/> </Communication> </resource> </entry> <!--Entry for Patient--> <entry> <fullUrl value="urn:uuid:4399b37e-d1ee-11e8-a8d5-f2801f1b9fd1"/> <resource> <Patient> <id value="4399b37e-d1ee-11e8-a8d5-f2801f1b9fd1"/> <meta> <profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"/> </meta> <extension url="https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-DeathNotificationStatus-1"> <extension url="deathNotificationStatus"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-DeathNotificationStatus-1"/> <code value="2"/> </coding> </valueCodeableConcept> </extension> <extension url="systemEffectiveDate"> <valueDateTime value="2017-11-03T00:00:00+00:00"/> </extension> </extension> <identifier> <extension url="https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-NHSNumberVerificationStatus-1"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/STU3/CareConnect-NHSNumberVerificationStatus-1"/> <code value="01"/> <display value="Number present and verified"/> </coding> </valueCodeableConcept> </extension> <system value="https://fhir.nhs.uk/Id/nhs-number"/> <value value="6101231234"/> </identifier> <name> <use value="official"/> <family value="JONES"/> <given value="Jack"/> </name> <gender value="male"/> <deceasedDateTime value="2017-11-01T15:00:00+00:00"/> <address> <use value="home"/> <line value="4 Sandmoor Drive"/> <line value="LEEDS"/> <postalCode value="LS17 7DF"/> </address> </Patient> </resource> </entry> <!--Entry for sending Organisation --> <entry> <fullUrl value="urn:uuid:8a3e3de0-02b7-4b31-b671-b9410cda98e9"/> <resource> <Organization> <id value="8a3e3de0-02b7-4b31-b671-b9410cda98e9"/> <meta> <profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"/> </meta> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code"/> <value value="X26"/> </identifier> <name value="NHS DIGITAL"/> </Organization> </resource> </entry> <!--Entry for service type within the Organization i.e. PDS--> <entry> <fullUrl value="urn:uuid:4399ae9c-d1ee-11e8-a8d5-f2801f1b9fd1"/> <resource> <HealthcareService> <id value="4399ae9c-d1ee-11e8-a8d5-f2801f1b9fd1"/> <meta> <profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-HealthcareService-1"/> </meta> <identifier> <system value="https://fhir.nhs.uk/STU3/CodeSystem/EMS-HealthcareServiceType-1"/> <value value="PDS"/> </identifier> <providedBy> <reference value="urn:uuid:8a3e3de0-02b7-4b31-b671-b9410cda98e9"/> <display value="NHS DIGITAL"/> </providedBy> <type> <coding> <system value="https://fhir.nhs.uk/STU3/CodeSystem/EMS-HealthcareServiceType-1"/> <code value="PDS"/> <display value="Personal Demographics Service"/> </coding> </type> </HealthcareService> </resource> </entry> </Bundle>
<Bundle xmlns="http://hl7.org/fhir"> <id value="6e824ff8-9b0a-11e8-9eb6-529269fb1459"/> <meta> <profile value="http://hl7.org/fhir/STU3/StructureDefinition/Bundle"/> </meta> <type value="message"/> <!--Entry for MessageHeader with id, timestamp, event type, source, responsible/publishing organization, communication--> <entry> <fullUrl value="urn:uuid:54cbe7a2-0a13-4f22-a073-f15aa7b8b5a5"/> <resource> <MessageHeader> <id value="54cbe7a2-0a13-4f22-a073-f15aa7b8b5a5"/> <meta> <versionId value="1"/> <lastUpdated value="2017-11-01T15:00:33+00:00"/> <profile value="https://fhir.nhs.uk/STU3/StructureDefinition/Event-MessageHeader-1"/> </meta> <extension url="https://fhir.nhs.uk/STU3/StructureDefinition/Extension-RoutingDemographics-1"> <extension url="nhsNumber"> <valueIdentifier> <system value="https://fhir.nhs.uk/Id/nhs-number"/> <value value="9912003888"/> </valueIdentifier> </extension> <extension url="name"> <valueHumanName> <use value="official"/> <family value="DAWKINS"/> <given value="Jack"/> </valueHumanName> </extension> <extension url="birthDateTime"> <valueDateTime value="2017-10-02T12:00:00+00:00"/> </extension> </extension> <extension url="https://fhir.nhs.uk/STU3/StructureDefinition/Extension-MessageEventType-1"> <valueCodeableConcept> <coding> <system value="https://fhir.nhs.uk/STU3/CodeSystem/MessageEventType-1"/> <code value="new"/> <display value="New event message"/> </coding> </valueCodeableConcept> </extension> <event> <system value="https://fhir.nhs.uk/STU3/CodeSystem/EventType-1"/> <code value="pds-death-notification-1"/> <display value="PDS Death Notification"/> </event> <timestamp value="2017-11-02T15:00:00+00:00"/> <source> <contact> <system value="email"/> <value value="ssd.nationalservicedesk@nhs.net"/> </contact> <endpoint value="urn:nhs:addressing:asid:477121000323"/> </source> <responsible> <reference value="urn:uuid:8a3e3de0-02b7-4b31-b671-b9410cda98e9"/> <display value="NHS DIGITAL"/> </responsible> <focus> <reference value="urn:uuid:7b0c74a0-d1ed-11e8-a8d5-f2801f1b9fd1"/> </focus> </MessageHeader> </resource> </entry> <!--Entry for communication for the event message, with reference to subject and payload--> <entry> <fullUrl value="urn:uuid:7b0c74a0-d1ed-11e8-a8d5-f2801f1b9fd1"/> <resource> <Communication> <id value="7b0c74a0-d1ed-11e8-a8d5-f2801f1b9fd1"/> <meta> <profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Communication-1"/> </meta> <status value="completed"/> <subject> <reference value="urn:uuid:7b0c7720-d1ed-11e8-a8d5-f2801f1b9fd1"/> <display value="JONES, Jack"/> </subject> <sender> <reference value="urn:uuid:8a3e3de0-02b7-4b31-b671-b9410cda98e9"/> <display value="NHS DIGITAL"/> </sender> <sent value="2017-11-02T00:00:00+00:00"/> </Communication> </resource> </entry> <!--Entry for Patient--> <entry> <fullUrl value="urn:uuid:7b0c7720-d1ed-11e8-a8d5-f2801f1b9fd1"/> <resource> <Patient> <id value="7b0c7720-d1ed-11e8-a8d5-f2801f1b9fd1"/> <meta> <profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"/> </meta> <extension url="https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-DeathNotificationStatus-1"> <extension url="deathNotificationStatus"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-DeathNotificationStatus-1"/> <code value="1"/> </coding> </valueCodeableConcept> </extension> <extension url="systemEffectiveDate"> <valueDateTime value="2017-11-02T00:00:00+00:00"/> </extension> </extension> <identifier> <extension url="https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-NHSNumberVerificationStatus-1"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/STU3/CareConnect-NHSNumberVerificationStatus-1"/> <code value="01"/> <display value="Number present and verified"/> </coding> </valueCodeableConcept> </extension> <system value="https://fhir.nhs.uk/Id/nhs-number"/> <value value="6101231234"/> </identifier> <name> <use value="official"/> <family value="JONES"/> <given value="Jack"/> </name> <gender value="male"/> <deceasedDateTime value="2017-11-01T15:00:00+00:00"/> <address> <use value="home"/> <line value="4 Sandmoor Drive"/> <line value="LEEDS"/> <postalCode value="LS17 7DF"/> </address> </Patient> </resource> </entry> <!--Entry for sending Organisation --> <entry> <fullUrl value="urn:uuid:8a3e3de0-02b7-4b31-b671-b9410cda98e9"/> <resource> <Organization> <id value="8a3e3de0-02b7-4b31-b671-b9410cda98e9"/> <meta> <profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"/> </meta> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code"/> <value value="X26"/> </identifier> <name value="NHS DIGITAL"/> </Organization> </resource> </entry> <!--Entry for service type within the Organization i.e. PDS--> <entry> <fullUrl value="urn:uuid:7b0c75e0-d1ed-11e8-a8d5-f2801f1b9fd1"/> <resource> <HealthcareService> <id value="7b0c75e0-d1ed-11e8-a8d5-f2801f1b9fd1"/> <meta> <profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-HealthcareService-1"/> </meta> <identifier> <system value="https://fhir.nhs.uk/STU3/CodeSystem/EMS-HealthcareServiceType-1"/> <value value="PDS"/> </identifier> <providedBy> <reference value="urn:uuid:8a3e3de0-02b7-4b31-b671-b9410cda98e9"/> <display value="NHS DIGITAL"/> </providedBy> <type> <coding> <system value="https://fhir.nhs.uk/STU3/CodeSystem/EMS-HealthcareServiceType-1"/> <code value="PDS"/> <display value="Personal Demographics Service"/> </coding> </type> </HealthcareService> </resource> </entry> </Bundle>
<Bundle xmlns="http://hl7.org/fhir"> <id value="4f67281a-e1b8-11e8-9f32-f2801f1b9fd1"/> <meta> <profile value="http://hl7.org/fhir/STU3/StructureDefinition/Bundle"/> </meta> <type value="message"/> <!--Entry for MessageHeader with id, timestamp, event type, source, responsible/publishing organization, communication--> <entry> <fullUrl value="urn:uuid:4399a596-d1ee-11e8-a8d5-f2801f1b9fd1"/> <resource> <MessageHeader> <id value="4399a596-d1ee-11e8-a8d5-f2801f1b9fd1"/> <meta> <versionId value="1"/> <lastUpdated value="2017-11-01T15:00:33+00:00"/> <profile value="https://fhir.nhs.uk/STU3/StructureDefinition/Event-MessageHeader-1"/> </meta> <extension url="https://fhir.nhs.uk/STU3/StructureDefinition/Extension-RoutingDemographics-1"> <extension url="nhsNumber"> <valueIdentifier> <system value="https://fhir.nhs.uk/Id/nhs-number"/> <value value="9912003888"/> </valueIdentifier> </extension> <extension url="name"> <valueHumanName> <use value="official"/> <family value="DAWKINS"/> <given value="Jack"/> </valueHumanName> </extension> <extension url="birthDateTime"> <valueDateTime value="2017-10-02T12:00:00+00:00"/> </extension> </extension> <extension url="https://fhir.nhs.uk/STU3/StructureDefinition/Extension-MessageEventType-1"> <valueCodeableConcept> <coding> <system value="https://fhir.nhs.uk/STU3/CodeSystem/MessageEventType-1"/> <code value="new"/> <display value="New event message"/> </coding> </valueCodeableConcept> </extension> <event> <system value="https://fhir.nhs.uk/STU3/CodeSystem/EventType-1"/> <code value="pds-death-notification-1"/> <display value="PDS Death Notification"/> </event> <timestamp value="2017-11-03T15:00:00+00:00"/> <source> <contact> <system value="email"/> <value value="ssd.nationalservicedesk@nhs.net"/> </contact> <endpoint value="urn:nhs:addressing:asid:477121000323"/> </source> <responsible> <reference value="urn:uuid:8a3e3de0-02b7-4b31-b671-b9410cda98e9"/> <display value="NHS DIGITAL"/> </responsible> <focus> <reference value="urn:uuid:4399a6c2-d1ee-11e8-a8d5-f2801f1b9fd1"/> </focus> </MessageHeader> </resource> </entry> <!--Entry for communication for the event message, with reference to subject and payload--> <entry> <fullUrl value="urn:uuid:4399a6c2-d1ee-11e8-a8d5-f2801f1b9fd1"/> <resource> <Communication> <id value="4399a6c2-d1ee-11e8-a8d5-f2801f1b9fd1"/> <meta> <profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Communication-1"/> </meta> <status value="completed"/> <subject> <reference value="urn:uuid:4399b37e-d1ee-11e8-a8d5-f2801f1b9fd1"/> <display value="JONES, Jack"/> </subject> <sender> <reference value="urn:uuid:8a3e3de0-02b7-4b31-b671-b9410cda98e9"/> <display value="NHS DIGITAL"/> </sender> <sent value="2017-11-03T00:00:00+00:00"/> </Communication> </resource> </entry> <!--Entry for Patient--> <entry> <fullUrl value="urn:uuid:4399b37e-d1ee-11e8-a8d5-f2801f1b9fd1"/> <resource> <Patient> <id value="4399b37e-d1ee-11e8-a8d5-f2801f1b9fd1"/> <meta> <profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"/> </meta> <extension url="https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-DeathNotificationStatus-1"> <extension url="deathNotificationStatus"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-DeathNotificationStatus-1"/> <code value="U"/> </coding> </valueCodeableConcept> </extension> <extension url="systemEffectiveDate"> <valueDateTime value="2017-11-03T00:00:00+00:00"/> </extension> </extension> <identifier> <extension url="https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-NHSNumberVerificationStatus-1"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/STU3/CareConnect-NHSNumberVerificationStatus-1"/> <code value="01"/> <display value="Number present and verified"/> </coding> </valueCodeableConcept> </extension> <system value="https://fhir.nhs.uk/Id/nhs-number"/> <value value="6101231234"/> </identifier> <name> <use value="official"/> <family value="JONES"/> <given value="Jack"/> </name> <gender value="male"/> <address> <use value="home"/> <line value="4 Sandmoor Drive"/> <line value="LEEDS"/> <postalCode value="LS17 7DF"/> </address> </Patient> </resource> </entry> <!--Entry for sending Organisation --> <entry> <fullUrl value="urn:uuid:8a3e3de0-02b7-4b31-b671-b9410cda98e9"/> <resource> <Organization> <id value="8a3e3de0-02b7-4b31-b671-b9410cda98e9"/> <meta> <profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"/> </meta> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code"/> <value value="X26"/> </identifier> <name value="NHS DIGITAL"/> </Organization> </resource> </entry> <!--Entry for service type within the Organization i.e. PDS--> <entry> <fullUrl value="urn:uuid:4399ae9c-d1ee-11e8-a8d5-f2801f1b9fd1"/> <resource> <HealthcareService> <id value="4399ae9c-d1ee-11e8-a8d5-f2801f1b9fd1"/> <meta> <profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-HealthcareService-1"/> </meta> <identifier> <system value="https://fhir.nhs.uk/STU3/CodeSystem/EMS-HealthcareServiceType-1"/> <value value="PDS"/> </identifier> <providedBy> <reference value="urn:uuid:8a3e3de0-02b7-4b31-b671-b9410cda98e9"/> <display value="NHS DIGITAL"/> </providedBy> <type> <coding> <system value="https://fhir.nhs.uk/STU3/CodeSystem/EMS-HealthcareServiceType-1"/> <code value="PDS"/> <display value="Personal Demographics Service"/> </coding> </type> </HealthcareService> </resource> </entry> </Bundle>
Tags: fhir