eHealth Platform Federal Core Profiles
2.0.1 - STU1

This page is part of the HL7 Belgium FHIR Implementation Guide - Core profiles (v2.0.1: Trial Use) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: provenance1 - 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 -------------------------------------------------------------------

 a fhir:Provenance;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "provenance1"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2019-06-27T08:39:24+02:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-provenance";
       fhir:index 0;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-provenance>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"provenance1\" Version \"1\" Updated \"2019-06-27 08:39:24+0200\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-be-provenance.html\">BeProvenance</a></p></div><p><b>target</b>: <a href=\"Practitioner/2/_history/1\">Practitioner/2/_history/1</a></p><p><b>recorded</b>: Jun 27, 2019 8:39:24 AM</p><p><b>reason</b>: Healthcare Operations <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ActReason.html\">ActReason</a>#HOPERAT)</span></p><p><b>activity</b>: create <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-DataOperation.html\">DataOperation</a>#CREATE)</span></p><h3>Agents</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td>*</td><td>Author <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#author)</span></td><td><a href=\"https://www.anotherfhirserver.be/fhir/Organization/02\">https://www.anotherfhirserver.be/fhir/Organization/02: Enterprise Hospital Ziekenhuis</a></td></tr></table></div>"
  ];
  fhir:Provenance.target [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Practitioner/2/_history/1" ]
  ];
  fhir:Provenance.recorded [ fhir:value "2019-06-27T08:39:24+02:00"^^xsd:dateTime];
  fhir:Provenance.reason [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ];
       fhir:Coding.code [ fhir:value "HOPERAT" ];
       fhir:Coding.display [ fhir:value "Healthcare Operations" ]     ]
  ];
  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:Provenance.agent [
     fhir:index 0;
     fhir:Provenance.agent.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ];
         fhir:Coding.code [ fhir:value "author" ]       ]     ];
     fhir:Provenance.agent.who [
       fhir:link <https://www.anotherfhirserver.be/fhir/Organization/02>;
       fhir:Reference.reference [ fhir:value "https://www.anotherfhirserver.be/fhir/Organization/02" ];
       fhir:Reference.display [ fhir:value "Enterprise Hospital Ziekenhuis" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.