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

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

Packageca.on.oh.mha-pds
Resource TypeCapabilityStatement
Idca-on-mha-profile-CapabilityStatement-Repository
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.mha-pds@0.9.0-alpha-1.9.7.38&canonical=http://ontariohealth.ca/fhir/CapabilityStatement/ca-on-mha-profile-CapabilityStatement-Repository
URLhttp://ontariohealth.ca/fhir/CapabilityStatement/ca-on-mha-profile-CapabilityStatement-Repository
Version1.0
Statusactive
Date2021-11-05
NameMHARepositoryFHIRCapabilityStatement
TitleMental Health and Addictions Repository FHIR Capability Statement
Realmca
Authorityhl7
DescriptionThis is the FHIR capability statement for the Ontario Mental Health and Addictions 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

StructureDefinition
ca-on-mha-profile-bundleMHA Bundle Profile

Narrative

No narrative content found in resource


Source

{
  "resourceType": "CapabilityStatement",
  "id": "ca-on-mha-profile-CapabilityStatement-Repository",
  "url": "http://ontariohealth.ca/fhir/CapabilityStatement/ca-on-mha-profile-CapabilityStatement-Repository",
  "version": "1.0",
  "name": "MHARepositoryFHIRCapabilityStatement",
  "title": "Mental Health and Addictions Repository FHIR Capability Statement",
  "status": "active",
  "experimental": false,
  "date": "2021-11-05",
  "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 Mental Health and Addictions Repository server",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA-ON",
          "display": "Canada Ontario"
        }
      ]
    }
  ],
  "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 of Mental Health and Addictions client data",
      "resource": [
        {
          "type": "Bundle",
          "profile": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-bundle",
          "documentation": "Submit client mental health and addictions bundle to be published in the repository",
          "interaction": [
            {
              "code": "create"
            }
          ],
          "versioning": "no-version"
        }
      ]
    }
  ],
  "document": [
    {
      "mode": "producer",
      "documentation": "The repository is a data consumer in the sense that it receives and stores data generated from source systems.",
      "profile": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-bundle"
    }
  ]
}