-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mon Nov 11 18:03:06 UTC 2024 (#7787)
Co-authored-by: Workflows.Backup <[email protected]>
- Loading branch information
1 parent
ae435ab
commit cc25ee9
Showing
6 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
...guides/PARS-Patient-Audit-Record-Service/Home/Design/Data-Mapping/Index.page.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | | |
2 changes: 2 additions & 0 deletions
2
...nGuides/backup/guides/PARS-Patient-Audit-Record-Service/Home/Design/Data-Mapping/toc.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- name: Index | ||
filename: Index.page.md |
2 changes: 2 additions & 0 deletions
2
...ImplementationGuides/backup/guides/PARS-Patient-Audit-Record-Service/Home/Design/toc.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- name: Data Mapping | ||
filename: Data-Mapping |
2 changes: 2 additions & 0 deletions
2
...ogrammeImplementationGuides/backup/guides/PARS-Patient-Audit-Record-Service/Home/toc.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Binary file not shown.