Skip to content

Commit

Permalink
Mon Nov 11 18:03:06 UTC 2024 (#7787)
Browse files Browse the repository at this point in the history
Co-authored-by: Workflows.Backup <[email protected]>
  • Loading branch information
github-actions[bot] and Workflows.Backup authored Nov 11, 2024
1 parent ae435ab commit cc25ee9
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NHSEnglandProgrammeImplementationGuides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ It was created on 29/09/2023 and has been set up to run every 1 day.

## Last Updated

Updated at: Sun Nov 10 18:03:06 UTC 2024
Updated at: Mon Nov 11 18:03:13 UTC 2024
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## {{page-title}}

## Entity Model

See [NHS England Confluence PARS KAD003 Schema - WIP](https://nhsd-confluence.digital.nhs.uk/display/PARS/PARS+KAD003+Schema+-+WIP)
Examples are modified versions of these [NHS England Confluence PARS examples](https://nhsd-confluence.digital.nhs.uk/pages/viewpageattachments.action?pageId=864404462)

## Entity Mapping

| Description | FHIR AuditEvent | Comment |
|-------------|------------------------------------------------------------|-------------------------------------|
| DateTime the event happened | recorded | |
| Patient NHS number | entity[patient].what.identifier.value | |
| HL7V3 identifier, for FHIR there is no standard | entity[endpoint].detail[interactionIdentifier].valueString | changed |
| Alternative name for interactionID, looks like an historical unnecessary duplication | | |
| Human readable interactionID | entity[endpoint].name | changed |
| High level grouping of the message types | entity[endpoint].detail[productIdentifier].valueString | changed |
| ODS code of the organisation | agent[organisation].identifier.value | |
| Name of the organisation | agent[organisation].display | |
| Spine Accredited System Id | entity[endpoint].what.identifier.value | |
| ODS code of the organisation submitted in the message/headers | entity[submittedOrganisation].what.identifier.value | ? |
| User identifier | agent[user].identifier.value | |
| User Name | agent[user].display | |
| Role Profile ID of the user | agent[userRole].identifier.value | |
| Transaction ID of the message | entity[transaction].what.identifier | |
| Audit Creator Name (the system which has generated the event) | source.observer.display |
| Audit Creator Identifier code | source.observer.identifier.value | Do we also need to allow productId? |
| Audit Creator system Identifier | source.site | Are these the correct way around |
| Type of operation - Create Read Update Delete | action | |
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- name: Index
filename: Index.page.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- name: Data Mapping
filename: Data-Mapping
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- name: Design
filename: Design
- name: Index
filename: Index.page.md
- name: FHIR Assets
Expand Down
Binary file modified NHSEnglandProgrammeImplementationGuides/export.zip
Binary file not shown.

0 comments on commit cc25ee9

Please sign in to comment.