🌐 EMA Health Core Implementation Guide
0.10.0 - ci-build
🌐 EMA Health Core Implementation Guide - Local Development build (v0.10.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "AuditEvent",
"id" : "EjemploEmaCoreAuditEvent",
"meta" : {
"profile" : [
🔗 "https://emahealth.io/fhir/core/StructureDefinition/ema-core-audit-event"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AuditEvent EjemploEmaCoreAuditEvent</b></p><a name=\"EjemploEmaCoreAuditEvent\"> </a><a name=\"hcEjemploEmaCoreAuditEvent\"> </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-ema-core-audit-event.html\">EMA Core AuditEvent</a></p></div><p><b>type</b>: <a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-audit-event-type.html#audit-event-type-rest\">Audit Event ID: rest</a> (RESTful Operation)</p><p><b>subtype</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-read\">FHIR Restful Interactions: read</a> (read)</p><p><b>action</b>: Read/View/Print</p><p><b>recorded</b>: 2026-08-18 09:02:11-0400</p><p><b>outcome</b>: Success</p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Who</b></td><td><b>Requestor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-EjemploEmaCorePractitioner.html\">Practitioner Andrés Rojas (official)</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-EjemploEmaCoreOrganization.html\">Organization Centro Médico EMA</a></td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>What</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient-EjemploEmaCorePatient.html\">Carmen Díaz (official) Female, DoB: 1969-04-22 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></td></tr></table></div>"
},
"type" : {
"system" : "http://terminology.hl7.org/CodeSystem/audit-event-type",
"code" : "rest"
},
"subtype" : [
{
"system" : "http://hl7.org/fhir/restful-interaction",
"code" : "read"
}
],
"action" : "R",
"recorded" : "2026-08-18T09:02:11-04:00",
"outcome" : "0",
"agent" : [
{
"who" : {
🔗 "reference" : "Practitioner/EjemploEmaCorePractitioner"
},
"requestor" : true
}
],
"source" : {
"observer" : {
🔗 "reference" : "Organization/EjemploEmaCoreOrganization"
}
},
"entity" : [
{
"what" : {
🔗 "reference" : "Patient/EjemploEmaCorePatient"
}
}
]
}