{ "description": "This is the FHIR capability statement for the Ontario Patient Summary Repository server", "_filename": "CapabilityStatement-PS-Repository.json", "package_name": "ca.on.patient-summary", "format": [ "json", "xml" ], "date": "2021-11-03", "publisher": "Ontario Health", "fhirVersion": "4.0.1", "jurisdiction": [ { "coding": [ { "code": "CA-ON", "system": "urn:iso:std:iso:3166", "display": "Canada Ontario" } ] } ], "purpose": "Main EHR capability statement, published for contracting and operational support", "name": "PSON-Repository-FHIR-Capability-Statement", "copyright": "Copyright © Ontario Health", "type": null, "experimental": "false", "resourceType": "CapabilityStatement", "title": "Ontario Patient Summary Repository FHIR Capability Statement", "package_version": "0.0.1-alpha", "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": "c2468e7f-201a-43b4-bb5e-7ab20dc799dc", "kind": "requirements", "url": "http://ontariohealth.ca/fhir/CapabilityStatement/ca-on-ps-profile-CapabilityStatement-Repository", "version": "1.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": "no-version", "interaction": [ { "code": "create" }, { "code": "update" }, { "code": "read" }, { "code": "vread" }, { "code": "search-type" } ], "readHistory": true, "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" } ] }