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/example6 (JSON)

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

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

Provenance indicating authorizing Consent

{
  "resourceType" : "Provenance",
  "id" : "example6",
  "target" : [{
    "reference" : "Procedure/example/_history/1"
  }],
  "recorded" : "2021-12-08T16:54:24+11:00",
  "agent" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "code" : "AUT"
      }]
    },
    "who" : {
      "reference" : "Practitioner/f007"
    }
  }],
  "entity" : [{
    "role" : "instantiates",
    "what" : {
      "reference" : "Consent/consent-example-basic"
    }
  }]
}

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.