eHealth Platform Federal Core Profiles
2.1.2 - STU1 Belgium flag

This page is part of the HL7 Belgium FHIR Implementation Guide - Core profiles (v2.1.2: Release) based on FHIR (HL7® FHIR® Standard) 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:id [ fhir:v "provenance1"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2019-06-27T08:39:24+02:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-provenance"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-provenance>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance provenance1</b></p><a name=\"provenance1\"> </a><a name=\"hcprovenance1\"> </a><a name=\"provenance1-en-US\"> </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\">version: 1; Last 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>Provenance for <a href=\"Practitioner-practitioner1.html\">Practitioner Katherine Pulaski (official)</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2019-06-27 08:39:24+0200</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>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td><a href=\"Organization-organization1.html\">Enterprise Hospital Ziekenhuis</a></td></tr></table></div>"
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "Practitioner/practitioner1" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2019-06-27T08:39:24+02:00"^^xsd:dateTime] ; # 
  fhir:reason ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HOPERAT" ] ;
fhir:display [ fhir:v "Healthcare Operations" ]     ] )
  ] ) ; # 
  fhir:activity [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-DataOperation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CREATE" ]     ] )
  ] ; # 
  fhir:agent ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "author" ]       ] )     ] ;
fhir:who [
fhir:reference [ fhir:v "Organization/organization1" ] ;
fhir:display [ fhir:v "Enterprise Hospital Ziekenhuis" ]     ]
  ] ) . #