Skip to content

Commit f262b4e

Browse files
committed
Inclusion of AuditEvents in Capability Statement
And update to updated ServiceRequest to include lastUpdated date
1 parent dc7f651 commit f262b4e

3 files changed

Lines changed: 47 additions & 0 deletions

File tree

CapabilityStatement/CapabilityStatement-genomics-application.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,45 @@
6363
]
6464
},
6565
"resource": [
66+
{
67+
"type": "AuditEvent",
68+
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-AuditEvent",
69+
"documentation": "For searching recorded AuditEvents",
70+
"interaction": [
71+
{
72+
"code": "read"
73+
},
74+
{
75+
"code": "search-type"
76+
}
77+
],
78+
"searchParam": [
79+
{
80+
"name": "action",
81+
"type": "token"
82+
},
83+
{
84+
"name": "agent",
85+
"type": "reference"
86+
},
87+
{
88+
"name": "date",
89+
"type": "date"
90+
},
91+
{
92+
"name": "entity",
93+
"type": "reference"
94+
},
95+
{
96+
"name": "outcome",
97+
"type": "token"
98+
},
99+
{
100+
"name": "patient",
101+
"type": "reference"
102+
}
103+
]
104+
},
66105
{
67106
"type": "Bundle",
68107
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Bundle",

CapabilityStatement/CapabilityStatement-genomics-requirements.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
]
3232
},
3333
"resource": [
34+
{
35+
"type": "AuditEvent",
36+
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-AuditEvent"
37+
},
3438
{
3539
"type": "Bundle",
3640
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Bundle"

ServiceRequest/ServiceRequest-SavedTestOrderUpdated-Example.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"resourceType": "ServiceRequest",
33
"id": "ServiceRequest-SavedTestOrderUpdated-Example",
4+
"meta": {
5+
"versionId": "2",
6+
"lastUpdated": "2023-08-10T11:10:00Z"
7+
},
48
"extension": [
59
{
610
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage",

0 commit comments

Comments
 (0)