FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Provenance/example-verify (JSON)

Responsible Owner: Security Work GroupStandards Status: InformativeCompartments: Device, Group, Patient, Practitioner, RelatedPerson

Raw JSON (canonical form + also see JSON Format Specification)

Provenance of verification activity for data transitioned during a patient merge.

{
  "resourceType" : "Provenance",
  "id" : "example-verify",
  "target" : [{
    "reference" : "Observation/body-height-merged"
  }],
  "recorded" : "2026-04-25T19:00:00Z",
  "authorization" : [null],
  "why" : "Data verification. The data was properly changed to be associated with the primary patient record.",
  "activity" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle",
      "code" : "verify"
    }]
  },
  "patient" : {
    "reference" : "Patient/example-merge-survivor"
  },
  "agent" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
        "code" : "verifier"
      }]
    },
    "who" : {
      "reference" : "http://example.org/Practitioner/ex-practitioner"
    }
  }],
  "entity" : [{
    "role" : "source",
    "what" : {
      "reference" : "Observation/body-height-merged"
    }
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.