FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.mha.pds
Resource TypeCapabilityStatement
Idca-on-mha-profile-CapabilityStatement-Repository.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
    }
  ]
}