@upmc-enterprises/atna2fhir
Version:
ATNA (DICOM) AuditMessage to FHIR AuditEvent converter
131 lines (130 loc) • 3.56 kB
JSON
{
"resourceType": "Bundle",
"type": "transaction",
"entry": [
{
"fullUrl": "urn:uuid:1234-1234-1234-1234",
"resource": {
"resourceType": "AuditEvent",
"text": {
"status": "generated",
"div": "<div xmlns='http://www.w3.org/1999/xhtml'>Audit Event</div>"
},
"type": {
"system": "http://dicom.nema.org/resources/ontology/DCM",
"display": "Application Activity",
"code": "110100"
},
"subtype": [
{
"code": "110120",
"system": "http://dicom.nema.org/resources/ontology/DCM",
"display": "Application Start"
}
],
"action": "E",
"period": {
"end": "2014-11-10T12:00:00.500-08:00"
},
"recorded": "2020-01-01T12:00:00.500-08:00",
"outcome": "0",
"outcomeDesc": "description",
"agent": [
{
"type": {
"coding": [
{
"code": "110150",
"system": "http://dicom.nema.org/resources/ontology/DCM",
"display": "Application"
},
{
"code": "110153",
"system": "http://dicom.nema.org/resources/ontology/DCM",
"display": "Source Role ID"
}
]
},
"role": [
{
"coding": [
{
"code": "110150",
"system": "http://dicom.nema.org/resources/ontology/DCM",
"display": "Application"
},
{
"code": "110153",
"system": "http://dicom.nema.org/resources/ontology/DCM",
"display": "Source Role ID"
}
]
}
],
"who": {
"identifier": {
"value": "root"
}
},
"altId": "alt@user",
"requestor": false,
"media": {
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "110030",
"display": "USB Disk Emulation"
},
"network": {
"address": "127.0.0.1",
"type": "2"
}
}
],
"source": {
"observer": {
"identifier": {
"value": "127.0.0.1@ACCT"
}
},
"type": [
{
"code": "9",
"system": "http://terminology.hl7.org/CodeSystem/security-source-type",
"display": "Other"
}
]
},
"entity": [
{
"what": {
"identifier": {
"value": "1.2.3",
"type": {
"coding": [
{
"code": "110180",
"system": "http://terminology.hl7.org/CodeSystem/security-source-type"
}
],
"text": "Study Instance UID"
}
}
},
"type": {
"code": "2"
},
"role": {
"code": "3"
},
"lifecycle": {
"code": "1"
}
}
]
},
"request": {
"method": "POST",
"url": "AuditEvent"
}
}
]
}