FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageau.gov.digitalhealth.r4.hcpd
Resource TypeProvenance
IdProvenance-provenance-practitioner-phone-update.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Provenance provenance-practitioner-phone-update

Profile: HC Provenance

Provenance for Practitioner Alex Smith (official)

Summary

Recorded2025-09-15 14:30:15+1000
Activityrevise

Agents

TypeRolewho
AuthorOrganization Example Aged Care Facility

Source1

{
  "resourceType": "Provenance",
  "id": "provenance-practitioner-phone-update",
  "meta": {
    "profile": [
      "http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hc-provenance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "target": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/targetPath",
          "valueString": "telecom.where(system='phone').value"
        }
      ],
      "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": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code": "author"
          }
        ]
      },
      "role": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
              "code": "AMENDER"
            }
          ]
        }
      ],
      "who": {
        "reference": "Organization/example-healthconnect-organization-1"
      }
    }
  ],
  "entity": [
    {
      "role": "source",
      "what": {
        "reference": "Practitioner/external-hc-practitioner-record"
      }
    }
  ]
}