Health Connect Australia Provider Directory FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 0.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/steveswinsburg/HealthConnect/ and changes regularly. See the Directory of published versions

: Health Connect Provenance - Track Practitioner Name Amendment - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "provenance-practitioner-name-update",
  "meta" : {
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-provenance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance provenance-practitioner-name-update</b></p><a name=\"provenance-practitioner-name-update\"> </a><a name=\"hcprovenance-practitioner-name-update\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hc-provenance.html\">HC Provenance</a></p></div><p>Provenance for <a href=\"Practitioner-example-healthconnect-practitioner-1.html\">Practitioner Helen Mayo (official)</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2025-09-15 14:30:15+1000</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation UPDATE}\">revise</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>who</b></td></tr><tr><td><a href=\"Organization-example-healthconnect-organization-1.html\">Organization Example Aged Care Facility</a></td></tr></table></div>"
  },
  "target" : [
    {
      🔗 "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/targetPath",
          "valueString" : "name[0].family"
        }
      ],
      "reference" : "Practitioner/example-healthconnect-practitioner-1"
    }
  ],
  "recorded" : "2025-09-15T14:30:15.123+10:00",
  "activity" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
        "code" : "UPDATE"
      }
    ]
  },
  "agent" : [
    {
      "who" : {
        🔗 "reference" : "Organization/example-healthconnect-organization-1"
      }
    }
  ],
  "entity" : [
    {
      "role" : "source",
      "what" : {
        🔗 "reference" : "Practitioner/external-hc-practitioner-record"
      }
    }
  ]
}