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",
  "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>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>"
  },
  "target" : [
    {
      "reference" : "Library/example/_history/1"
    }
  ],
  "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"
      }
    }
  ],
  "signature" : [
    {
      "type" : [
        {
          "system" : "urn:iso-astm:E1762-95:2013",
          "code" : "1.2.840.10065.1.12.1.1",
          "display" : "Author's Signature"
        }
      ],
      "when" : "2016-05-26T00:41:10-04:00",
      "who" : {
        "reference" : "Organization/example/42"
      },
      "targetFormat" : "application/fhir+xml",
      "sigFormat" : "application/signature+xml",
      "data" : "dGhpcyBibG9iIGlzIHNuaXBwZWQ="
    }
  ]
}