@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 ] [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-provenance-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Provenance Condition-Example1

Last updated: 2012-04-30 16:34:12+0530

Profiles: US Core Provenance Profile, AthenaProvenance

Provenance for Condition I10

Summary

Recorded2012-04-30 16:34:12+0530
LocationOrganization/LO-1225648232001060
Activitydelete

Agents

Typewho
AuthorPractitioner Harry S. Winston
" ] ; # fhir:target ( [ fhir:link ; fhir:reference [ fhir:v "Condition/Example1" ] ] ) ; # fhir:recorded [ fhir:v "2012-04-30T16:34:12+05:30"^^xsd:dateTime] ; # fhir:location [ fhir:link ; 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:link ; fhir:reference [ fhir:v "Practitioner/Example1" ] ] ] ) ; # # # # # fhir:entity ( [ fhir:role [ fhir:v "source" ] ; fhir:what [ fhir:link ; fhir:reference [ fhir:v "Encounter/Example1" ] ; fhir:display [ fhir:v "Initial Visit" ] ] ] ) . # # -------------------------------------------------------------------------------------