Gravitate Health FHIR Implementation Guide
0.1.0 - CI Build

Gravitate Health FHIR Implementation Guide, published by Gravitate Health Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/gravitate-health/ and changes regularly. See the Directory of published versions

: Example of Provenance to be part of CTF - 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 "signature"] ; # 
  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=\"signature\"> </a><a name=\"hcsignature\"> </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\">ResourceProvenance &quot;signature&quot; </p></div><p><b>target</b>: <a href=\"Library/example/_history/1\">Library/example/_history/1</a></p><p><b>recorded</b>: May 26, 2016, 4:41:10 AM</p><p><b>activity</b>: authenticated <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-DocumentCompletion.html\">DocumentCompletion</a>#AU)</span></p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>Who</b></td></tr><tr><td style=\"display: none\">*</td><td>author (originator) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#AUT)</span></td><td><a href=\"Organization/example/42\">Organization/example/42</a></td></tr></table><h3>Signatures</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>When</b></td><td><b>Who</b></td><td><b>TargetFormat</b></td><td><b>SigFormat</b></td><td><b>Data</b></td></tr><tr><td style=\"display: none\">*</td><td>Author's Signature (Details: ASTM Signature Type Codes code 1.2.840.10065.1.12.1.1 = 'Author's Signature', stated as 'Author's Signature')</td><td>May 26, 2016, 4:41:10 AM</td><td><a href=\"Organization/example/42\">Organization/example/42</a></td><td>application/fhir+xml</td><td>application/signature+xml</td><td>(base64 data - 20 bytes)</td></tr></table></div>"
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "Library/example/_history/1" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2016-05-26T00:41:10-04:00"^^xsd:dateTime] ; # 
  fhir:activity [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AU" ] ;
fhir:display [ fhir:v "authenticated" ]     ] )
  ] ; # 
  fhir:agent ( [
    ( fhir:role [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AUT" ]       ] )     ] ) ;
fhir:who [
fhir:reference [ fhir:v "Organization/example/42" ]     ]
  ] ) ; # 
  fhir:signature ( [
    ( 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.1" ] ;
fhir:display [ fhir:v "Author's Signature" ]     ] ) ;
fhir:when [ fhir:v "2016-05-26T00:41:10-04:00"^^xsd:dateTime ] ;
fhir:who [
fhir:reference [ fhir:v "Organization/example/42" ]     ] ;
fhir:targetFormat [ fhir:v "application/fhir+xml" ] ;
fhir:sigFormat [ fhir:v "application/signature+xml" ] ;
fhir:data [ fhir:v "dGhpcyBibG9iIGlzIHNuaXBwZWQ="^^xsd:base64Binary ]
  ] ) . #