This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions
Example of provenance (id = "example")
<Provenance xmlns="http://hl7.org/fhir"> <target> <type>Person</type> <id>101</id> <!-- we assume that the version of that persion resource is 1 --> <version>1</version> </target> <!-- nominal activity: editing the standard --> <activity> <period> <start>2011-06-23</start> </period> <recorded>2012-11-08T23:16:03+11:00</recorded> <reason> <text>Editing the FHIR Specification</text> </reason> <location> <description>Home Office</description> </location> </activity> <!-- author --> <party> <role> <system>http://hl7.org/fhir/provenance-participant-role</system> <code>author</code> </role> <type> <system>http://hl7.org/fhir/provenance-participant-type</system> <code>person</code> </type> <id>mailto:grahame@healthintersections.com.au</id> <description>Grahame Grieve</description> </party> <!-- actually, this example was extracted from ISO 21090 --> <party> <role> <system>http://hl7.org/fhir/provenance-participant-role</system> <code>source</code> </role> <type> <system>http://hl7.org/fhir/provenance-participant-type</system> <code>document</code> </type> <id>urn:iso:std:21090</id> <description>ISO 21090</description> </party> <text> <status>generated</status> <div xmlns="http://www.w3.org/1999/xhtml">Authored on 8-Nov 2011 by Grahame Grieve. Content extracted from ISO-21090</div> </text> </Provenance>