PackagesCanonicalsLogsProblems
    Packages
    ca.on.ehr.r4@1.0.0-snapshot16
    http://ontariohealth.ca/fhir/ehr/CapabilityStatement/provenance-server
{
  "description": "This is the FHIR capability statement for Ontario Provenance",
  "_filename": "CapabilityStatement-provenance-server.json",
  "package_name": "ca.on.ehr.r4",
  "format": [ "json", "xml" ],
  "date": "2025-05-18",
  "publisher": "Ontario Health",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "CA",
      "system": "urn:iso:std:iso:3166",
      "display": "Canada"
    } ]
  } ],
  "purpose": "Ontario Provenance capability statement, published for contracting and operational support",
  "name": "ProvenanceCapabilitySubmit",
  "copyright": "Copyright © Ontario Health",
  "type": null,
  "experimental": null,
  "resourceType": "CapabilityStatement",
  "title": "Ontario Provenance FHIR Capability Statement",
  "package_version": "1.0.0-snapshot16",
  "status": "draft",
  "id": "f6aa73c3-78a1-46b6-8d80-dcc932cbd085",
  "kind": "capability",
  "url": "http://ontariohealth.ca/fhir/ehr/CapabilityStatement/provenance-server",
  "software": {
    "name": "Ontario Provenance FHIR R4 API"
  },
  "version": null,
  "contact": [ {
    "name": "Ontario Health",
    "telecom": [ {
      "value": "DigitalHealthStandards@ontariohealth.ca",
      "system": "email"
    } ]
  } ],
  "rest": [ {
    "mode": "server",
    "resource": [ {
      "type": "Provenance",
      "interaction": [ {
        "code": "create"
      }, {
        "code": "update"
      }, {
        "code": "patch"
      }, {
        "code": "delete"
      }, {
        "code": "search-type"
      }, {
        "code": "read"
      }, {
        "code": "vread"
      }, {
        "code": "history-instance"
      }, {
        "code": "history-type"
      } ],
      "searchParam": [ {
        "name": "agent",
        "type": "reference"
      }, {
        "name": "agent-role",
        "type": "token"
      }, {
        "name": "agent-type",
        "type": "token"
      }, {
        "name": "entity",
        "type": "reference"
      }, {
        "name": "location",
        "type": "reference"
      }, {
        "name": "patient",
        "type": "reference"
      }, {
        "name": "recorded",
        "type": "date"
      }, {
        "name": "signature-type",
        "type": "token"
      }, {
        "name": "target",
        "type": "reference"
      }, {
        "name": "when",
        "type": "date"
      } ],
      "documentation": "Provenance",
      "searchInclude": [ "Provenance:target", "Provenance:entity", "Provenance:location", "Provenance:patient" ],
      "referencePolicy": [ "resolves" ],
      "supportedProfile": [ "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-provenance" ]
    } ],
    "documentation": "Supports Provenance"
  } ]
}