PackagesCanonicalsLogsProblems
    Packages
    rs/ca.on.ehr.r4@1.0.0-snapshot8
    http://ontariohealth.ca/fhir/StructureDefinition/profile-provenance
description: This profile sets minimum expectations for the Provenance resource to record, search, and fetch provenance information associated with a record. It covers the minimal (basic) information to support lineage of information. It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present and constrains how the elements are used.   Before reviewing this profile, implementers are encouraged to read the Basic Provenance guidance page, which documents several key use cases, specifically, the organization responsible for the most recent action on the resource.
package_name: rs/ca.on.ehr.r4
derivation: constraint
name: ProvenanceEHR
type: Provenance
elements:
  target:
    short: The Resource(s) this Provenance record supports
    mustSupport: true
    index: 0
    elements:
      reference: {mustSupport: true, index: 1}
  recorded: {short: Timestamp when the activity was recorded / updated, mustSupport: true, index: 2}
  activity: {mustSupport: true, index: 3}
  agent:
    short: 'Actor involved. For HL7v2 conversion: Ontario Health HL7v2 to FHIR Translation Engine, MSH-3.2 (unique identifier representing the sending system), X-Gtwy-ID (unique identifier generated by APIM). For FHIR contribution: azp (unique identifier representing the Sending System, provided by OH, sourced from the OAG token), X-Gtwy-ID (unique identifier generated by OAG).'
    mustSupport: true
    index: 4
    elements:
      type:
        mustSupport: true
        index: 5
        elements:
          coding:
            mustSupport: true
            index: 6
            elements:
              system: {mustSupport: true, index: 7}
              code: {mustSupport: true, index: 8}
              display: {mustSupport: true, index: 9}
      who:
        mustSupport: true
        index: 10
        elements:
          reference: {mustSupport: true, index: 11}
          identifier: {mustSupport: true, index: 12}
  entity:
    short: 'An entity used in this activity. For HL7v2 conversion: MSH-10 (Message Control ID / message unique identifier). For FHIR contribution: X-Request-ID.'
    mustSupport: true
    index: 13
    elements:
      role: {mustSupport: true, index: 14}
      what:
        mustSupport: true
        index: 15
        elements:
          reference: {mustSupport: true, index: 16}
          identifier: {mustSupport: true, index: 17}
package_version: 1.0.0-snapshot8
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/profile-provenance
base: http://hl7.org/fhir/StructureDefinition/Provenance
version: 1.0.0
required: [entity]