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

FHIR IG analytics

Packageca.on.iar.r4
Resource TypeCapabilityStatement
IdCapabilityStatement-iar-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-iar-profile-CapabilityStatement-Repository",
  "url": "http://ontariohealth.ca/fhir/iar/CapabilityStatement/capabilitystatementrepository",
  "version": "1.0.0",
  "name": "IARRepositoryFHIRCapabilityStatement",
  "title": "Ontario Integrated Assessment Record FHIR Capability Statement",
  "status": "active",
  "experimental": false,
  "date": "2024-03-22T12: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 Integrated Assessment Record 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": [
    "xml"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "Support the submission of Assessment Records",
      "resource": [
        {
          "type": "Bundle",
          "profile": "http://ontariohealth.ca/fhir/iar/StructureDefinition/profile-bundle",
          "documentation": "Submit an assessment form bundle to be published in the repository",
          "interaction": [
            {
              "code": "create"
            }
          ],
          "versioning": "versioned",
          "readHistory": true,
          "conditionalRead": "not-supported"
        }
      ]
    }
  ],
  "document": [
    {
      "mode": "consumer",
      "documentation": "The repository is a document consumer in the sense that it receives and stores forms generated from source systems.",
      "profile": "http://ontariohealth.ca/fhir/iar/StructureDefinition/profile-bundle"
    }
  ]
}