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

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

Packageca.on.oh.patient-summary
Resource TypeCapabilityStatement
Idca-on-ps-profile-CapabilityStatement-Source
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-Source
URLhttp://ontariohealth.ca/fhir/CapabilityStatement/ca-on-ps-profile-CapabilityStatement-Source
Version0.10.0
Statusactive
Date2022-10-15T12:00:00+00:00
NamePSONSourceFHIRCapabilityStatement
TitleOntario Patient Summary Repository FHIR Capability Statement
Realmca
DescriptionThis is the FHIR capability statement for Ontario Patient Summary source systems
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

StructureDefinition
ca-on-ps-profile-bundleBundle (PS-ON)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "CapabilityStatement",
  "id": "ca-on-ps-profile-CapabilityStatement-Source",
  "url": "http://ontariohealth.ca/fhir/CapabilityStatement/ca-on-ps-profile-CapabilityStatement-Source",
  "version": "0.10.0",
  "name": "PSONSourceFHIRCapabilityStatement",
  "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 Ontario Patient Summary source systems",
  "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": "client",
      "documentation": "Support the submission of Patient Summaries to the repository",
      "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"
            }
          ],
          "versioning": "versioned",
          "conditionalRead": "not-supported"
        }
      ]
    }
  ],
  "document": [
    {
      "mode": "producer",
      "documentation": "Source systems (generally point of service systems such as HIS or EMRs) produce Patient Summary documents and publish them to the Ontario Health repository.",
      "profile": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-bundle"
    }
  ]
}