PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.patient-summary@0.9.1-alpha-1
    http://ontariohealth.ca/fhir/CapabilityStatement/ca-on-ps-profile-CapabilityStatement-Repository
{
  "description": "This is the FHIR capability statement for the Ontario Patient Summary Repository server",
  "_filename": "CapabilityStatement-PS-Repository.json",
  "package_name": "ca.on.oh.patient-summary",
  "format": [ "json", "xml" ],
  "date": "2021-11-03",
  "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": "0.9.1-alpha-1",
  "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": "76c87c6c-5474-47de-8f04-9d0ea008e16d",
  "kind": "requirements",
  "url": "http://ontariohealth.ca/fhir/CapabilityStatement/ca-on-ps-profile-CapabilityStatement-Repository",
  "version": "0.9.1",
  "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": "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 submission, search, and retrieval of Patient Summaries"
  } ]
}