340B FHIR Exchange Implementation Guide
0.1.0-ballot - ci-build
340B FHIR Exchange Implementation Guide - Local Development build (v0.1.0-ballot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "AuditEvent",
"id" : "audit-001",
"meta" : {
"profile" : [
🔗 "https://exchange.example.org/fhir/ig/340b-exchange/StructureDefinition/340b-audit-event"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AuditEvent audit-001</b></p><a name=\"audit-001\"> </a><a name=\"hcaudit-001\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-340b-audit-event.html\">340B Audit Event Profile</a></p></div><p><b>340B Exchange Transaction ID Extension</b>: tx-1001</p><p><b>340B Correlation ID Extension</b>: corr-9001</p><p><b>type</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-110106\">DICOM: 110106</a> (Export)</p><p><b>action</b>: Execute</p><p><b>recorded</b>: 2026-04-24 15:05:01+0000</p><p><b>outcome</b>: Success</p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Who</b></td><td><b>Requestor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/extra-security-role-type authserver}\">Authorization Server</span></td><td><a href=\"Organization-manufacturer-77.html\">Organization Example Manufacturer 77</a></td><td>true</td></tr></table><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Observer</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-manufacturer-77.html\">Organization Example Manufacturer 77</a></td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>What</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"ClaimResponse-claimresponse-example-ruleset.html\">ClaimResponse: extension = corr-cb-7721,tx-cb-7721,1.2.0,https://exchange.example.org/manufacturers#mfr-77; identifier = https://exchange.example.org/claimresponse-ids#cr-7721; status = active; type = Pharmacy; use = claim; created = 2026-04-24; outcome = complete</a></td><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-audit-entity-type.html#audit-entity-type-2\">Audit event entity type: 2</a> (System Object)</td></tr></table></div>"
},
"extension" : [
{
"url" : "https://exchange.example.org/fhir/ig/340b-exchange/StructureDefinition/340b-exchange-transaction-id",
"valueString" : "tx-1001"
},
{
"url" : "https://exchange.example.org/fhir/ig/340b-exchange/StructureDefinition/340b-correlation-id",
"valueString" : "corr-9001"
}
],
"type" : {
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "110106",
"display" : "Export"
},
"action" : "E",
"recorded" : "2026-04-24T15:05:01Z",
"outcome" : "0",
"agent" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
"code" : "authserver"
}
]
},
"who" : {
🔗 "reference" : "Organization/manufacturer-77"
},
"requestor" : true
}
],
"source" : {
"observer" : {
🔗 "reference" : "Organization/manufacturer-77"
}
},
"entity" : [
{
"what" : {
🔗 "reference" : "ClaimResponse/claimresponse-example-ruleset"
},
"type" : {
"system" : "http://terminology.hl7.org/CodeSystem/audit-entity-type",
"code" : "2",
"display" : "System Object"
}
}
]
}