🇨🇱 EMA Health Chile Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Ejemplo Procedencia - TTL Representation
Raw ttl | Download
@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/Provenance/EjemploEmaProvenance> a fhir:Provenance ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "EjemploEmaProvenance"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://emahealth.io/fhir/cl/StructureDefinition/ema-provenance" ;
fhir:index 0 ;
fhir:link <https://emahealth.io/fhir/cl/StructureDefinition/ema-provenance>
]
] ;
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: Provenance EjemploEmaProvenance</b></p><a name=\"EjemploEmaProvenance\"> </a><a name=\"hcEjemploEmaProvenance\"> </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-provenance.html\">EMA Provenance</a></p></div><p>Provenance for <a href=\"Patient-EjemploEmaPatient.html\">María Fernández (official) Female, DoB: 1968-03-15 ( RUN (use: official, ))</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2026-03-14 09:05:00-0300</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation CREATE}\">create</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>who</b></td></tr><tr><td><a href=\"Practitioner-EjemploEmaPractitioner.html\">Practitioner Carlos Muñoz (official)</a></td></tr></table></div>"
] ;
fhir:Provenance.target [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Patient/EjemploEmaPatient> ;
fhir:Reference.reference [ fhir:value "Patient/EjemploEmaPatient" ]
] ;
fhir:Provenance.recorded [ fhir:value "2026-03-14T09:05:00-03:00"^^xsd:dateTime] ;
fhir:Provenance.activity [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-DataOperation" ] ;
fhir:Coding.code [ fhir:value "CREATE" ] ;
fhir:Coding.display [ fhir:value "create" ]
]
] ;
fhir:Provenance.agent [
fhir:index 0 ;
fhir:Provenance.agent.who [
fhir:link <http://hl7.org/fhir/Practitioner/EjemploEmaPractitioner> ;
fhir:Reference.reference [ fhir:value "Practitioner/EjemploEmaPractitioner" ]
]
] .
<http://hl7.org/fhir/Patient/EjemploEmaPatient> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/EjemploEmaPractitioner> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Provenance/EjemploEmaProvenance.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Provenance/EjemploEmaProvenance.ttl> .