FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.ehr.r4
Resource TypeCapabilityStatement
IdCapabilityStatement-provenance-server.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot17&canonical=http://ontariohealth.ca/fhir/ehr/CapabilityStatement/provenance-server
URLhttp://ontariohealth.ca/fhir/ehr/CapabilityStatement/provenance-server
Statusdraft
Date2025-05-18
NameProvenanceCapabilitySubmit
TitleOntario Provenance FHIR Capability Statement
Realmca
DescriptionThis is the FHIR capability statement for Ontario Provenance
PurposeOntario Provenance capability statement, published for contracting and operational support
CopyrightCopyright © Ontario Health
Kindcapability

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
profile-provenanceProvenance EHR

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CapabilityStatement",
  "id": "provenance-server",
  "url": "http://ontariohealth.ca/fhir/ehr/CapabilityStatement/provenance-server",
  "name": "ProvenanceCapabilitySubmit",
  "title": "Ontario Provenance FHIR Capability Statement",
  "status": "draft",
  "date": "2025-05-18",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "email",
          "value": "DigitalHealthStandards@ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "This is the FHIR capability statement for Ontario Provenance",
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "CA",
          "system": "urn:iso:std:iso:3166",
          "display": "Canada"
        }
      ]
    }
  ],
  "purpose": "Ontario Provenance capability statement, published for contracting and operational support",
  "copyright": "Copyright © Ontario Health",
  "kind": "capability",
  "software": {
    "name": "Ontario Provenance FHIR R4 API"
  },
  "fhirVersion": "4.0.1",
  "format": [
    "json",
    "xml"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "Supports Provenance",
      "resource": [
        {
          "type": "Provenance",
          "supportedProfile": [
            "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-provenance"
          ],
          "documentation": "Provenance",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "search-type"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchInclude": [
            "Provenance:target",
            "Provenance:entity",
            "Provenance:location",
            "Provenance:patient"
          ],
          "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"
            }
          ]
        }
      ]
    }
  ]
}