FHIR IG analytics| Package | ca.on.ehr.r4 |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-provenance-server.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot17&canonical=http://ontariohealth.ca/fhir/ehr/CapabilityStatement/provenance-server |
| URL | http://ontariohealth.ca/fhir/ehr/CapabilityStatement/provenance-server |
| Status | draft |
| Date | 2025-05-18 |
| Name | ProvenanceCapabilitySubmit |
| Title | Ontario Provenance FHIR Capability Statement |
| Realm | ca |
| Description | This is the FHIR capability statement for Ontario Provenance |
| Purpose | Ontario Provenance capability statement, published for contracting and operational support |
| Copyright | Copyright © Ontario Health |
| Kind | capability |
No resources found
| StructureDefinition | |
| profile-provenance | Provenance EHR |
No narrative content found in resource
{
"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"
}
]
}
]
}
]
}