🌐 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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/AuditEvent/EjemploEmaCoreAuditEvent> a fhir:AuditEvent ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "EjemploEmaCoreAuditEvent"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://emahealth.io/fhir/core/StructureDefinition/ema-core-audit-event" ;
fhir:index 0 ;
fhir:link <https://emahealth.io/fhir/core/StructureDefinition/ema-core-audit-event>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.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 (use: usual, ))</a></td></tr></table></div>"
] ;
fhir:AuditEvent.type [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/audit-event-type" ] ;
fhir:Coding.code [ fhir:value "rest" ]
] ;
fhir:AuditEvent.subtype [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/restful-interaction" ] ;
fhir:Coding.code [ fhir:value "read" ]
] ;
fhir:AuditEvent.action [ fhir:value "R"] ;
fhir:AuditEvent.recorded [ fhir:value "2026-08-18T09:02:11-04:00"^^xsd:dateTime] ;
fhir:AuditEvent.outcome [ fhir:value "0"] ;
fhir:AuditEvent.agent [
fhir:index 0 ;
fhir:AuditEvent.agent.who [
fhir:link <http://hl7.org/fhir/Practitioner/EjemploEmaCorePractitioner> ;
fhir:Reference.reference [ fhir:value "Practitioner/EjemploEmaCorePractitioner" ]
] ;
fhir:AuditEvent.agent.requestor [ fhir:value "true"^^xsd:boolean ]
] ;
fhir:AuditEvent.source [
fhir:AuditEvent.source.observer [
fhir:link <http://hl7.org/fhir/Organization/EjemploEmaCoreOrganization> ;
fhir:Reference.reference [ fhir:value "Organization/EjemploEmaCoreOrganization" ]
]
] ;
fhir:AuditEvent.entity [
fhir:index 0 ;
fhir:AuditEvent.entity.what [
fhir:link <http://hl7.org/fhir/Patient/EjemploEmaCorePatient> ;
fhir:Reference.reference [ fhir:value "Patient/EjemploEmaCorePatient" ]
]
] .
<http://hl7.org/fhir/Practitioner/EjemploEmaCorePractitioner> a fhir:Practitioner .
<http://hl7.org/fhir/Organization/EjemploEmaCoreOrganization> a fhir:Organization .
<http://hl7.org/fhir/Patient/EjemploEmaCorePatient> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/AuditEvent/EjemploEmaCoreAuditEvent.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/AuditEvent/EjemploEmaCoreAuditEvent.ttl> .
IG © 2026+ EMA Health SpA. Package emaig.core#0.10.0 based on FHIR 4.0.1. Generated 2026-08-31
Links: Table of Contents |
QA Report