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

Security Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient, Practitioner, RelatedPerson

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

Provenance with signature for a Consent

{
  "resourceType" : "Provenance",
  "id" : "consent-signature",
  "target" : [{
    "reference" : "Consent/consent-example-basic/_history/1"
  }],
  "recorded" : "2016-05-26T00:41:10-04:00",
  "activity" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion",
      "code" : "AU",
      "display" : "authenticated"
    }]
  },
  "patient" : {
    "reference" : "Patient/example"
  },
  "agent" : [{
    "role" : [{
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "code" : "AUT"
      }]
    }],
    "who" : {
      "reference" : "Patient/72"
    }
  }],
  "signature" : [{
    "type" : [{
      "system" : "urn:iso-astm:E1762-95:2013",
      "code" : "1.2.840.10065.1.12.1.1",
      "display" : "Author's Signature"
    }],
    "when" : "2016-05-26T00:41:10-04:00",
    "who" : {
      "reference" : "Patient/72"
    },
    "targetFormat" : "application/fhir+xml",
    "sigFormat" : "application/signature+xml",
    "data" : "dGhpcyBibG9iIGlzIHNuaXBwZWQ="
  }]
}

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.