diff --git a/NHSEnglandProgrammeImplementationGuides/README.md b/NHSEnglandProgrammeImplementationGuides/README.md index 527bdaf61..f56e26783 100644 --- a/NHSEnglandProgrammeImplementationGuides/README.md +++ b/NHSEnglandProgrammeImplementationGuides/README.md @@ -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 diff --git a/NHSEnglandProgrammeImplementationGuides/backup/guides/PARS-Patient-Audit-Record-Service/Home/Design/Data-Mapping/Index.page.md b/NHSEnglandProgrammeImplementationGuides/backup/guides/PARS-Patient-Audit-Record-Service/Home/Design/Data-Mapping/Index.page.md new file mode 100644 index 000000000..ce4b60287 --- /dev/null +++ b/NHSEnglandProgrammeImplementationGuides/backup/guides/PARS-Patient-Audit-Record-Service/Home/Design/Data-Mapping/Index.page.md @@ -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 | | diff --git a/NHSEnglandProgrammeImplementationGuides/backup/guides/PARS-Patient-Audit-Record-Service/Home/Design/Data-Mapping/toc.yaml b/NHSEnglandProgrammeImplementationGuides/backup/guides/PARS-Patient-Audit-Record-Service/Home/Design/Data-Mapping/toc.yaml new file mode 100644 index 000000000..6c21cfa62 --- /dev/null +++ b/NHSEnglandProgrammeImplementationGuides/backup/guides/PARS-Patient-Audit-Record-Service/Home/Design/Data-Mapping/toc.yaml @@ -0,0 +1,2 @@ +- name: Index + filename: Index.page.md diff --git a/NHSEnglandProgrammeImplementationGuides/backup/guides/PARS-Patient-Audit-Record-Service/Home/Design/toc.yaml b/NHSEnglandProgrammeImplementationGuides/backup/guides/PARS-Patient-Audit-Record-Service/Home/Design/toc.yaml new file mode 100644 index 000000000..ab99b96de --- /dev/null +++ b/NHSEnglandProgrammeImplementationGuides/backup/guides/PARS-Patient-Audit-Record-Service/Home/Design/toc.yaml @@ -0,0 +1,2 @@ +- name: Data Mapping + filename: Data-Mapping diff --git a/NHSEnglandProgrammeImplementationGuides/backup/guides/PARS-Patient-Audit-Record-Service/Home/toc.yaml b/NHSEnglandProgrammeImplementationGuides/backup/guides/PARS-Patient-Audit-Record-Service/Home/toc.yaml index a84b84c9d..c487b23ff 100644 --- a/NHSEnglandProgrammeImplementationGuides/backup/guides/PARS-Patient-Audit-Record-Service/Home/toc.yaml +++ b/NHSEnglandProgrammeImplementationGuides/backup/guides/PARS-Patient-Audit-Record-Service/Home/toc.yaml @@ -1,3 +1,5 @@ +- name: Design + filename: Design - name: Index filename: Index.page.md - name: FHIR Assets diff --git a/NHSEnglandProgrammeImplementationGuides/export.zip b/NHSEnglandProgrammeImplementationGuides/export.zip index c82894ff1..e286c3070 100644 Binary files a/NHSEnglandProgrammeImplementationGuides/export.zip and b/NHSEnglandProgrammeImplementationGuides/export.zip differ