Patient Generated Health Data Implementation Guide
0.1.0 - ci-build
Patient Generated Health Data Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "AuditEvent",
"id" : "ExampleAudit",
"meta" : {
"profile" : [
🔗 "https://pghd.na.icar.cnr.it/StructureDefinition/data-access-audit-event"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AuditEvent ExampleAudit</b></p><a name=\"ExampleAudit\"> </a><a name=\"hcExampleAudit\"> </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-data-access-audit-event.html\">AuditEventDataAccess</a></p></div><p><b>type</b>: <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-audit-event-type.html#audit-event-type-rest\">Audit Event ID: rest</a> (Restful Operation)</p><p><b>action</b>: Read/View/Print</p><p><b>recorded</b>: 2025-01-12 14:32:00+0000</p><p><b>outcome</b>: Success</p><p><b>purposeOfEvent</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason TREAT}\">Consultation for healthcare</span></p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Who</b></td><td><b>Requestor</b></td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>Dr. Rossi</td><td>true</td><td>ASL Roma 1</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=\"Device-AppMobileUser.html\">Device</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>FSE</td><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-audit-entity-type.html#audit-entity-type-1\">Audit event entity type: 1</a> (Person)</td></tr></table></div>"
},
"type" : {
"system" : "http://terminology.hl7.org/CodeSystem/audit-event-type",
"code" : "rest",
"display" : "Restful Operation"
},
"action" : "R",
"recorded" : "2025-01-12T14:32:00Z",
"outcome" : "0",
"purposeOfEvent" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "TREAT",
"display" : "treatment"
}
],
"text" : "Consultation for healthcare"
}
],
"agent" : [
{
"extension" : [
{
"url" : "https://pghd.na.icar.cnr.it/StructureDefinition/access-context",
"valueCode" : "regional"
}
],
"who" : {
"display" : "Dr. Rossi"
},
"requestor" : true,
"location" : {
"display" : "ASL Roma 1"
}
}
],
"source" : {
"observer" : {
🔗 "reference" : "Device/AppMobileUser",
"display" : "Device"
}
},
"entity" : [
{
"what" : {
"display" : "FSE"
},
"type" : {
"system" : "http://terminology.hl7.org/CodeSystem/audit-entity-type",
"code" : "1",
"display" : "Person"
}
}
]
}