{ "description": "This is the FHIR capability statement for the Ontario Patient Summary Repository server", "_filename": "CapabilityStatement-PS-Repository.json", "package_name": "ca.on.oh-setp", "format": [ "json", "xml" ], "date": "2024-04-24T14:41:39.7516603+00:00", "publisher": "Ontario Health", "fhirVersion": "4.0.1", "jurisdiction": [ { "coding": [ { "code": "CA", "system": "urn:iso:std:iso:3166", "display": "Canada" } ] } ], "purpose": "Main EHR capability statement, published for contracting and operational support", "name": "PSONRepositoryFHIRCapabilityStatement", "copyright": "Copyright © Ontario Health", "type": null, "experimental": "false", "resourceType": "CapabilityStatement", "title": "Ontario Patient Summary Repository FHIR Capability Statement", "package_version": "1.0.39", "document": [ { "mode": "consumer", "profile": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-bundle", "documentation": "The repository is a document consumer in the sense that it receives and stores documents generated from source systems." }, { "mode": "producer", "profile": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-bundle", "documentation": "The repository is a document producer in the sense that it serves stored documents for retrieval by other systems, but it does not itself produce documents per se." } ], "status": "active", "id": "ac234e83-3731-4ff3-b09b-4eade7b4a896", "kind": "requirements", "url": "http://ontariohealth.ca/fhir/CapabilityStatement/ca-on-ps-profile-CapabilityStatement-Repository", "version": "0.10.0", "contact": [ { "name": "Ontario Health", "telecom": [ { "value": "oh-ds_architecture@ontariohealth.ca", "system": "email" } ] } ], "rest": [ { "mode": "server", "resource": [ { "type": "Bundle", "profile": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-bundle", "versioning": "versioned", "interaction": [ { "code": "create" }, { "code": "update" }, { "code": "read" }, { "code": "vread" }, { "code": "search-type" } ], "readHistory": true, "searchParam": [ { "name": "composition.patient.identifier", "type": "token", "definition": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-patient-identifier" }, { "name": "composition.type", "type": "token", "definition": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-type" }, { "name": "composition.status", "type": "token", "definition": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-status" }, { "name": "timestamp", "type": "date", "definition": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-timestamp" }, { "name": "_lastUpdated", "type": "date", "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated" }, { "name": "_count", "type": "number" }, { "name": "_sort=timestamp", "type": "token" } ], "documentation": "Submit a patient summary bundle to be published in the repository, search for and retrieve patient summaries already published", "conditionalRead": "not-supported" } ], "documentation": "Support the submission, search, and retrieval of Patient Summaries" } ] }