{ "description": "This is the FHIR capability statement for Ontario Patient Summary source systems", "_filename": "CapabilityStatement-PS-Consumer.json", "package_name": "ca.on.oh.patient-summary", "format": [ "json", "xml" ], "date": "2022-10-15T12:00:00+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": "PSONConsumerFHIRCapabilityStatement", "copyright": "Copyright © Ontario Health", "type": null, "experimental": "false", "resourceType": "CapabilityStatement", "title": "Ontario Patient Summary Repository FHIR Capability Statement", "package_version": "0.11.2", "document": [ { "mode": "consumer", "profile": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-bundle", "documentation": "Source systems (generally point of service systems such as HIS or EMRs) consume existing Patient Summary documents from the Ontario Health repository." } ], "status": "active", "id": "23b3e3d9-c2fc-45e0-9613-ea3a0a7c3ff6", "kind": "requirements", "url": "http://ontariohealth.ca/fhir/CapabilityStatement/ca-on-ps-profile-CapabilityStatement-Consumer", "version": "0.10.0", "contact": [ { "name": "Ontario Health", "telecom": [ { "value": "oh-ds_architecture@ontariohealth.ca", "system": "email" } ] } ], "rest": [ { "mode": "client", "resource": [ { "type": "Bundle", "profile": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-bundle", "versioning": "versioned", "interaction": [ { "code": "read" }, { "code": "vread" }, { "code": "search-type" } ], "readHistory": true, "searchParam": [ { "name": "bundle.composition.patient.identifier", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier" }, { "name": "bundle.timestamp", "type": "date", "definition": "http://hl7.org/fhir/SearchParameter/Bundle-timestamp" }, { "name": "_lastUpdated", "type": "date", "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated" }, { "name": "bundle.type", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/Bundle-type" }, { "name": "_count", "type": "number" }, { "name": "_sort=bundle.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 retrieval of Patient Summaries from the repository" } ] }