Summary Care Record FHIR API (Release Candidate 1.3.2)
Toggle navigation
Home
Overview
Overview
Release notes
Guide versioning
Glossary
FHIR Assets
Profiles
All Assets
Design
Design
Design overview
DocumentReference Data Mapping
Interactions
FHIR document bundle
Coded Entries (COVID-19)
All Interactions
Build
Build
How to construct bundle
How to construct coded entries
API usage
HL7v3 to FHIR mapping (GPSummary)
Coded Entries for COVID-19 Mappings
TES Alert to AuditEvent mapping
Examples
Examples
Example Bundle GP Summary
Example HL7v3 with FHIR Mapping
Example SCR-Alert-AuditEvent
Extension-SCR-NotificationMessage Example
Downloads
Help and support
Example SCR-Alert-AuditEvent
JSON
XML
{
"
resourceType
"
:
"
AuditEvent
"
,
"
id
"
:
"
example
"
,
"
extension
"
:
[
{
"
url
"
:
"
https://fhir.nhs.uk/StructureDefinition/Extension-SCR-NotificationMessage
"
,
"
valueString
"
:
"
Alert: Permission to view override 1C03CF4F-D404-4D76-B192-4F81727059F6
"
}
]
,
"
type
"
:
{
"
system
"
:
"
https://fhir.nhs.uk/CodeSystem/SCR-AlertType
"
,
"
code
"
:
"
1
"
,
"
display
"
:
"
Create LR (Self Claimed)
"
}
,
"
subtype
"
:
[
{
"
system
"
:
"
https://fhir.nhs.uk/CodeSystem/SCR-AlertReason
"
,
"
code
"
:
"
1
"
,
"
display
"
:
"
Access made in the public interest
"
}
]
,
"
recorded
"
:
"
2020-11-13T00:00:00+00:00
"
,
"
agent
"
:
[
{
"
who
"
:
{
"
identifier
"
:
{
"
system
"
:
"
https://fhir.nhs.uk/Id/nhs-number
"
,
"
value
"
:
"
9999999998
"
}
}
,
"
requestor
"
:
false
}
,
{
"
who
"
:
{
"
identifier
"
:
{
"
system
"
:
"
https://fhir.nhs.uk/Id/ods-organization-code
"
,
"
value
"
:
"
T10101
"
}
}
,
"
requestor
"
:
false
}
,
{
"
who
"
:
{
"
identifier
"
:
{
"
system
"
:
"
https://fhir.nhs.uk/Id/sds-user-id
"
,
"
value
"
:
"
T10101
"
}
}
,
"
role
"
:
[
{
"
text
"
:
"
General Practitioner
"
}
]
,
"
requestor
"
:
false
}
]
,
"
source
"
:
{
"
observer
"
:
{
"
identifier
"
:
{
"
system
"
:
"
https://fhir.nhs.uk/Id/nhsSpineASID
"
,
"
value
"
:
"
227319907548
"
}
}
}
,
"
entity
"
:
[
{
"
what
"
:
{
"
identifier
"
:
{
"
value
"
:
"
1C03CF4F-D404-4D76-B192-4F81727059F6
"
}
}
}
]
}
<
AuditEvent
xmlns
=
"
http://hl7.org/fhir
"
>
<
id
value
=
"
example
"
/>
<
extension
url
=
"
https://fhir.nhs.uk/StructureDefinition/Extension-SCR-NotificationMessage
"
>
<
valueString
value
=
"
Alert: Permission to view override 1C03CF4F-D404-4D76-B192-4F81727059F6
"
/>
</
extension
>
<
type
>
<
system
value
=
"
https://fhir.nhs.uk/CodeSystem/SCR-AlertType
"
/>
<
code
value
=
"
1
"
/>
<
display
value
=
"
Create LR (Self Claimed)
"
/>
</
type
>
<
subtype
>
<
system
value
=
"
https://fhir.nhs.uk/CodeSystem/SCR-AlertReason
"
/>
<
code
value
=
"
1
"
/>
<
display
value
=
"
Access made in the public interest
"
/>
</
subtype
>
<
recorded
value
=
"
2020-11-13T00:00:00+00:00
"
/>
<
agent
>
<
who
>
<
identifier
>
<
system
value
=
"
https://fhir.nhs.uk/Id/nhs-number
"
/>
<
value
value
=
"
9999999998
"
/>
</
identifier
>
</
who
>
<
requestor
value
=
"
false
"
/>
</
agent
>
<
agent
>
<
who
>
<
identifier
>
<
system
value
=
"
https://fhir.nhs.uk/Id/ods-organization-code
"
/>
<
value
value
=
"
T10101
"
/>
</
identifier
>
</
who
>
<
requestor
value
=
"
false
"
/>
</
agent
>
<
agent
>
<
role
>
<
text
value
=
"
General Practitioner
"
/>
</
role
>
<
who
>
<
identifier
>
<
system
value
=
"
https://fhir.nhs.uk/Id/sds-user-id
"
/>
<
value
value
=
"
T10101
"
/>
</
identifier
>
</
who
>
<
requestor
value
=
"
false
"
/>
</
agent
>
<
source
>
<
observer
>
<
identifier
>
<
system
value
=
"
https://fhir.nhs.uk/Id/nhsSpineASID
"
/>
<
value
value
=
"
227319907548
"
/>
</
identifier
>
</
observer
>
</
source
>
<
entity
>
<
what
>
<
identifier
>
<
value
value
=
"
1C03CF4F-D404-4D76-B192-4F81727059F6
"
/>
</
identifier
>
</
what
>
</
entity
>
</
AuditEvent
>