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 - XML Representation

Raw xml | Download


<Provenance xmlns="http://hl7.org/fhir">
  <id value="signature"/>
  <meta>
    <profile
             value="http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/ProvenanceGH"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Provenance signature</b></p><a name="signature"> </a><a name="hcsignature"> </a><a name="signature-en-US"> </a><p>Provenance for <a href="Library/example/_history/1">Library/example/_history/1</a></p><p>Summary</p><table class="grid"><tr><td>Occurrence</td><td>2016-05-26 00:41:10-0400</td></tr><tr><td>Recorded</td><td>2016-05-26 00:41:10-0400</td></tr><tr><td>Activity</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion AU}">authenticated</span></td></tr></table><p><b>Agents</b></p><table class="grid"><tr><td><b>Role</b></td><td><b>who</b></td></tr><tr><td/><td><a href="Organization/example/42">Organization/example/42</a></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/blockchain-transaction-id">
    <valueString value="xxxxxx"/>
  </extension>
  <target>
    <reference value="Library/example/_history/1"/>
  </target>
  <occurredDateTime value="2016-05-26T00:41:10-04:00"/>
  <recorded value="2016-05-26T00:41:10-04:00"/>
  <activity>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion"/>
      <code value="AU"/>
      <display value="authenticated"/>
    </coding>
  </activity>
  <agent>
    <role>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="AUT"/>
      </coding>
    </role>
    <who>
      <reference value="Organization/example/42"/>
    </who>
  </agent>
</Provenance>