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-onbehalf-sister (JSON)

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

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

Provenance of an updated Patient resource by the Brother on behalf of their Sister.

{
  "resourceType" : "Provenance",
  "id" : "example-onbehalf-sister",
  "target" : [{
    "reference" : "Patient/example"
  }],
  "occurredDateTime" : "2024-06-01T12:00:00Z",
  "recorded" : "2024-06-01T12:00:00Z",
  "authorization" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code" : "FAMRQT"
    }]
  }],
  "why" : "Updated the Patient resource demographics by big Brother acting on behalf of sister to change demographics in Patient resource",
  "patient" : {
    "reference" : "Patient/example"
  },
  "agent" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "code" : "INF"
      }]
    },
    "who" : {
      "reference" : "http://example.org/fhir/RelatedPerson/brother"
    },
    "onBehalfOf" : {
      "reference" : "http://example.org/fhir/RelatedPerson/sister"
    }
  }],
  "entity" : [{
    "role" : "source",
    "what" : {
      "reference" : "http://example.org/fhir/DocumentReference/example",
      "display" : "Document created by brother on behalf of sister"
    }
  },
  {
    "role" : "source",
    "what" : {
      "reference" : "Patient/example",
      "display" : "Original Patient resource"
    }
  }]
}

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.