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.",
  "_filename": "StructureDefinition-profile-provenance.json",
  "package_name": "rs/ca.on.ehr.r4",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "ProvenanceEHR",
  "abstract": false,
  "type": "Provenance",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Provenance EHR",
  "package_version": "1.0.0-snapshot8",
  "status": "active",
  "id": "0ceed61d-5cf0-472c-9841-e5469057edfb",
  "kind": "resource",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/profile-provenance",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Provenance.target",
      "path": "Provenance.target",
      "short": "The Resource(s) this Provenance record supports",
      "mustSupport": true
    }, {
      "id": "Provenance.target.reference",
      "path": "Provenance.target.reference",
      "mustSupport": true
    }, {
      "id": "Provenance.recorded",
      "path": "Provenance.recorded",
      "short": "Timestamp when the activity was recorded / updated",
      "mustSupport": true
    }, {
      "id": "Provenance.activity",
      "path": "Provenance.activity",
      "mustSupport": true
    }, {
      "id": "Provenance.agent",
      "path": "Provenance.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
    }, {
      "id": "Provenance.agent.type",
      "path": "Provenance.agent.type",
      "mustSupport": true
    }, {
      "id": "Provenance.agent.type.coding",
      "path": "Provenance.agent.type.coding",
      "mustSupport": true
    }, {
      "id": "Provenance.agent.type.coding.system",
      "path": "Provenance.agent.type.coding.system",
      "mustSupport": true
    }, {
      "id": "Provenance.agent.type.coding.code",
      "path": "Provenance.agent.type.coding.code",
      "mustSupport": true
    }, {
      "id": "Provenance.agent.type.coding.display",
      "path": "Provenance.agent.type.coding.display",
      "mustSupport": true
    }, {
      "id": "Provenance.agent.who",
      "path": "Provenance.agent.who",
      "mustSupport": true
    }, {
      "id": "Provenance.agent.who.reference",
      "path": "Provenance.agent.who.reference",
      "mustSupport": true
    }, {
      "id": "Provenance.agent.who.identifier",
      "path": "Provenance.agent.who.identifier",
      "mustSupport": true
    }, {
      "id": "Provenance.entity",
      "min": 1,
      "path": "Provenance.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
    }, {
      "id": "Provenance.entity.role",
      "path": "Provenance.entity.role",
      "mustSupport": true
    }, {
      "id": "Provenance.entity.what",
      "path": "Provenance.entity.what",
      "mustSupport": true
    }, {
      "id": "Provenance.entity.what.reference",
      "path": "Provenance.entity.what.reference",
      "mustSupport": true
    }, {
      "id": "Provenance.entity.what.identifier",
      "path": "Provenance.entity.what.identifier",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Provenance"
}