Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: Provenance Example supporting US Core Provenance Profile - 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 "Condition-Example1"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2012-04-30T16:34:12.000+05:30"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance>     ] [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-provenance-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-provenance-profile>     ] )
  ] ; # 
  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 Condition-Example1</b></p><a name=\"Condition-Example1\"> </a><a name=\"hcCondition-Example1\"> </a><a name=\"Condition-Example1-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\">Last updated: 2012-04-30 16:34:12+0530</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-provenance.html\">US Core Provenance Profile</a>, <a href=\"StructureDefinition-athena-provenance-profile.html\">AthenaProvenance</a></p></div><p>Provenance for <a href=\"Condition-Example1.html\">Condition I10</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2012-04-30 16:34:12+0530</td></tr><tr><td>Location</td><td><a href=\"Organization/LO-1225648232001060\">Organization/LO-1225648232001060</a></td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation DELETE}\">delete</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=\"Practitioner-Example1.html\">Practitioner Harry S. Winston </a></td></tr></table></div>"
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "Condition/Example1" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2012-04-30T16:34:12+05:30"^^xsd:dateTime] ; # 
  fhir:location [
fhir:reference [ fhir:v "Organization/LO-1225648232001060" ]
  ] ; # 
  fhir:activity [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-DataOperation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DELETE" ] ;
fhir:display [ fhir:v "delete" ]     ] ) ;
fhir:text [ fhir:v "delete" ]
  ] ; # 
  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:text [ fhir:v "Author" ]     ] ;
fhir:who [
fhir:reference [ fhir:v "Practitioner/Example1" ]     ]
  ] ) ; # 
#        <onBehalfOf>
#            <reference value="Organization/Example1"/>
#        </onBehalfOf>
#		
  fhir:entity ( [
fhir:role [ fhir:v "source" ] ;
fhir:what [
fhir:reference [ fhir:v "Encounter/Example1" ] ;
fhir:display [ fhir:v "Initial Visit" ]     ]
  ] ) . #