FHIR IG analytics| Package | johnmoehrke.slicingslicedextension |
| Resource Type | AuditEvent |
| Id | AuditEvent-ex-WithNpiPrnName.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AuditEvent ex-WithNpiPrnName
Profile: Slicing a Sliced Extension Profile
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
type: DICOM: 110100 (Application Activity)
subtype: unknown: poke (Boredom poke)
action: Read/View/Print
recorded: 2021-12-03 09:49:00+0000
outcome: Success
agent
AuditEvent.agent other identifiers: National provider identifier/1234567@myNPIregistry.example.org
AuditEvent.agent other identifiers: Provider number/JohnD
type: information recipient
who: Identifier:
https://sts.sykehuspartner.no/05086900124requestor: true
| Site | Observer | Type |
| server.example.com | my server | Audit Event Source Type: 4 (Application Server) |
{
"resourceType": "AuditEvent",
"id": "ex-WithNpiPrnName",
"meta": {
"profile": [
"http://johnmoehrke.github.io/SlicingSlicedExtension/StructureDefinition/ThirdSliceProfile"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"type": {
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "110100",
"display": "Application Activity"
},
"subtype": [
{
"system": "urn:ietf:rfc:1438",
"code": "poke",
"display": "Boredom poke"
}
],
"action": "R",
"recorded": "2021-12-03T09:49:00.000Z",
"outcome": "0",
"agent": [
{
"extension": [
{
"url": "http://johnmoehrke.github.io/SlicingSlicedExtension/StructureDefinition/OtherId",
"valueIdentifier": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NPI"
}
]
},
"value": "1234567@myNPIregistry.example.org"
}
},
{
"url": "http://johnmoehrke.github.io/SlicingSlicedExtension/StructureDefinition/OtherId",
"valueIdentifier": {
"extension": [
{
"url": "http://johnmoehrke.github.io/SlicingSlicedExtension/StructureDefinition/OtherIdName",
"valueString": "John D"
}
],
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PRN"
}
]
},
"value": "JohnD"
}
}
],
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "IRCP",
"display": "information recipient"
}
]
},
"who": {
"identifier": {
"system": "https://sts.sykehuspartner.no",
"value": "05086900124"
}
},
"requestor": true
}
],
"source": {
"site": "server.example.com",
"observer": {
"display": "my server"
},
"type": [
{
"system": "http://terminology.hl7.org/CodeSystem/security-source-type",
"code": "4",
"display": "Application Server"
}
]
}
}