EMA Core Implementation Guide
0.1.0 - ci-build Chile flag

EMA Core 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EjemploEmaProvenance"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://emahealth.io/fhir/core/StructureDefinition/ema-provenance"^^xsd:anyURI ;
fhir:l <https://emahealth.io/fhir/core/StructureDefinition/ema-provenance>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedencia 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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:target ( [
fhir:l fhir:Patient/EjemploEmaPatient ;
fhir:reference [ fhir:v "Patient/EjemploEmaPatient" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2026-03-14T09:05:00-03:00"^^xsd:dateTime] ; # 
  fhir:activity [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-DataOperation"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-DataOperation>       ] ;
fhir:code [ fhir:v "CREATE" ] ;
fhir:display [ fhir:v "create" ]     ] )
  ] ; # 
  fhir:agent ( [
fhir:who [
fhir:l fhir:Practitioner/EjemploEmaPractitioner ;
fhir:reference [ fhir:v "Practitioner/EjemploEmaPractitioner" ]     ]
  ] ) . #