This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Example of provenance
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>
JSON Equivalent
Example of provenance
{"Provenance": { "text": { "status": "generated", "div": "<div>Authored on 8-Nov 2011 by Grahame Grieve. Content extracted from ISO-21090<\/div>" }, "target": { "id": {"value": "101"}, "type": {"value": "Person"}, "version": {"value": "1"} }, "party": [ { "id": {"value": "mailto:grahame@healthintersections.com.au"}, "description": {"value": "Grahame Grieve"}, "role": { "system": {"value": "http://hl7.org/fhir/provenance-participant-role"}, "code": {"value": "author"} }, "type": { "system": {"value": "http://hl7.org/fhir/provenance-participant-type"}, "code": {"value": "person"} } }, { "id": {"value": "urn:iso:std:21090"}, "description": {"value": "ISO 21090"}, "role": { "system": {"value": "http://hl7.org/fhir/provenance-participant-role"}, "code": {"value": "source"} }, "type": { "system": {"value": "http://hl7.org/fhir/provenance-participant-type"}, "code": {"value": "document"} } } ], "activity": { "location": {"description": {"value": "Home Office"}}, "reason": {"text": {"value": "Editing the FHIR Specification"}}, "recorded": {"value": "2012-11-08T23:16:03+11:00"}, "period": {"start": {"value": "2011-06-23"}} } }}
This is an old version of FHIR retained for archive purposes. Do not use for anything else
Implementers are welcome to experiment with the content defined here, but should note that the contents are subject to change without prior notice.
© HL7.org 2011 - 2012. FHIR v0.06 generated on Tue, Dec 4, 2012 00:03+1100. License