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-correction-replacement (JSON)

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

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

Example of using Provenance for a correction replace.

{
  "resourceType" : "Provenance",
  "id" : "example-correction-replacement",
  "target" : [{
    "reference" : "Immunization/example"
  }],
  "recorded" : "2024-06-01T13:00:00Z",
  "authorization" : [{
    "concept" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "PATSFTY"
      }]
    }
  }],
  "why" : "Corrected immunization record to reflect accurate vaccine information.",
  "activity" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code" : "FIXDATA"
    }]
  },
  "patient" : {
    "reference" : "Patient/example"
  },
  "agent" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
        "code" : "author"
      }]
    },
    "who" : {
      "reference" : "Practitioner/example"
    }
  }],
  "entity" : [{
    "role" : "removal",
    "what" : {
      "reference" : "Immunization/historical",
      "identifier" : {
        "system" : "urn:ietf:rfc:3986",
        "value" : "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234"
      },
      "display" : "Historic Immunization Record with Errors"
    }
  }]
}

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.