FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/ca-on-ps-profile-CapabilityStatement-Repository

Packageca.on.oh.patient-summary
Resource TypeCapabilityStatement
Idca-on-ps-profile-CapabilityStatement-Repository
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.patient-summary@0.12.8&canonical=http://ontariohealth.ca/fhir/CapabilityStatement/ca-on-ps-profile-CapabilityStatement-Repository
URLhttp://ontariohealth.ca/fhir/CapabilityStatement/ca-on-ps-profile-CapabilityStatement-Repository
Version0.10.0
Statusactive
Date2022-10-15T12:00:00+00:00
NamePSONRepositoryFHIRCapabilityStatement
TitleOntario Patient Summary Repository FHIR Capability Statement
Realmca
DescriptionThis is the FHIR capability statement for the Ontario Patient Summary Repository server
PurposeMain EHR capability statement, published for contracting and operational support
CopyrightCopyright © Ontario Health
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

SearchParameter
Bundle-composition-typecomposition.type
Bundle-composition-patient-identifiercomposition.patient.identifier
Bundle-composition-statuscomposition.status
StructureDefinition
ca-on-ps-profile-bundleBundle (PS-ON)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "CapabilityStatement",
  "id": "ca-on-ps-profile-CapabilityStatement-Repository",
  "url": "http://ontariohealth.ca/fhir/CapabilityStatement/ca-on-ps-profile-CapabilityStatement-Repository",
  "version": "0.10.0",
  "name": "PSONRepositoryFHIRCapabilityStatement",
  "title": "Ontario Patient Summary Repository FHIR Capability Statement",
  "status": "active",
  "experimental": false,
  "date": "2022-10-15T12:00:00+00:00",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "email",
          "value": "oh-ds_architecture@ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "This is the FHIR capability statement for the Ontario Patient Summary Repository server",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA",
          "display": "Canada"
        }
      ]
    }
  ],
  "purpose": "Main EHR capability statement, published for contracting and operational support",
  "copyright": "Copyright © Ontario Health",
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "json",
    "xml"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "Support the submission, search, and retrieval of Patient Summaries",
      "resource": [
        {
          "type": "Bundle",
          "profile": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-bundle",
          "documentation": "Submit a patient summary bundle to be published in the repository, search for and retrieve patient summaries already published",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned",
          "readHistory": true,
          "conditionalRead": "not-supported",
          "searchParam": [
            {
              "name": "composition.patient.identifier",
              "definition": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-patient-identifier",
              "type": "token"
            },
            {
              "name": "composition.type",
              "definition": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-type",
              "type": "token"
            },
            {
              "name": "composition.status",
              "definition": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-status",
              "type": "token"
            },
            {
              "name": "timestamp",
              "definition": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-timestamp",
              "type": "date"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            },
            {
              "name": "_count",
              "type": "number"
            },
            {
              "name": "_sort=timestamp",
              "type": "token"
            }
          ]
        }
      ]
    }
  ],
  "document": [
    {
      "mode": "consumer",
      "documentation": "The repository is a document consumer in the sense that it receives and stores documents generated from source systems.",
      "profile": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-bundle"
    },
    {
      "mode": "producer",
      "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.",
      "profile": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-bundle"
    }
  ]
}