Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: Provenance Example - MedicationRequest - Example - 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 "39"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/Provenance-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/Provenance-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Provenance</b><a name=\"39\"> </a><a name=\"hc39\"> </a></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 Provenance &quot;39&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Provenance-IEHR.html\">Provenance-IEHR</a></p></div><p><b>target</b>: <a href=\"MedicationRequest-1.html\">MedicationRequest/1</a></p><p><b>recorded</b>: Sep 30, 2021, 11:01:28 AM</p><blockquote><p><b>agent</b></p><p><b>type</b>: Author <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#author)</span></p><p><b>who</b>: <a href=\"Practitioner-21.html\">Practitioner/21</a> &quot; ANTONIO&quot;</p></blockquote><blockquote><p><b>agent</b></p><p><b>type</b>: Custodian <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#custodian)</span></p><p><b>who</b>: <a href=\"Practitioner-21.html\">Practitioner/21</a> &quot; ANTONIO&quot;</p></blockquote><blockquote><p><b>signature</b></p><blockquote><p><b>id</b></p>Signature/04012022</blockquote><p><b>type</b>: Verification Signature (Details: urn:iso-astm:E1762-95:2013 code 1.2.840.10065.1.12.1.5 = 'Verification Signature', stated as 'Verification Signature')</p><p><b>when</b>: Sep 30, 2021, 11:01:28 AM</p><p><b>who</b>: <a href=\"Practitioner-21.html\">Practitioner/21</a> &quot; ANTONIO&quot;</p><p><b>targetFormat</b>: json</p><p><b>sigFormat</b>: application/jose</p><p><b>data</b>: (base64 data - 5 bytes)</p></blockquote></div>"
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "MedicationRequest/1" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2021-09-30T13:01:28.000+02:00"^^xsd:dateTime] ; # 
  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:display [ fhir:v "Author" ]       ] )     ] ;
fhir:who [
fhir:reference [ fhir:v "Practitioner/21" ]     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "custodian" ] ;
fhir:display [ fhir:v "Custodian" ]       ] )     ] ;
fhir:who [
fhir:reference [ fhir:v "Practitioner/21" ]     ]
  ] ) ; # 
  fhir:signature ( [
fhir:id [ fhir:v "Signature/04012022" ] ;
    ( fhir:type [
fhir:system [ fhir:v "urn:iso-astm:E1762-95:2013"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1.2.840.10065.1.12.1.5" ] ;
fhir:display [ fhir:v "Verification Signature" ]     ] ) ;
fhir:when [ fhir:v "2021-09-30T13:01:28.000+02:00"^^xsd:dateTime ] ;
fhir:who [
fhir:reference [ fhir:v "Practitioner/21" ]     ] ;
fhir:targetFormat [ fhir:v "json" ] ;
fhir:sigFormat [ fhir:v "application/jose" ] ;
fhir:data [ fhir:v "ZW1wdHk="^^xsd:base64Binary ]
  ] ) . #