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

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "signature",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/ProvenanceGH"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/blockchain-transaction-id",
      "valueString" : "xxxxxx"
    }
  ],
  "target" : [
    {
      "reference" : "Library/example/_history/1"
    }
  ],
  "occurredDateTime" : "2016-05-26T00:41:10-04:00",
  "recorded" : "2016-05-26T00:41:10-04:00",
  "activity" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion",
        "code" : "AU",
        "display" : "authenticated"
      }
    ]
  },
  "agent" : [
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "AUT"
            }
          ]
        }
      ],
      "who" : {
        "reference" : "Organization/example/42"
      }
    }
  ]
}