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

FHIR IG analytics

Packageca.on.ir.r4
Resource TypeCapabilityStatement
Idir-server-immunization_repo.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ir.r4@1.0.0-draft2&canonical=http://ontariohealth.ca/fhir/ir/CapabilityStatement/immunization-repository
URLhttp://ontariohealth.ca/fhir/ir/CapabilityStatement/immunization-repository
Version1.0.0
Statusactive
Date2026-05-29
NameIRRepositoryFHIRCapabilityStatement
TitleImmunization Repository FHIR Capability Statement
Realmca
Authoritynational
DescriptionThis is the FHIR capability statement for the Immunization Repository server
PurposeImmunization Repository capability statement, published for the onboarding, contracting, and operational support of the central repository server interacting with Panorama and Pharmacy contributor systems.
CopyrightCopyright © Ontario Health
Kindcapability

Resources that use this resource

No resources found


Resources that this resource uses

SearchParameter
ca.on.oh-dhdr#4.0.2-alpha1.0.6Bundle-composition-patient-birthdatecomposition.patient.birthdate
ca.on.oh-dhdr#4.0.2-alpha1.0.6Bundle-composition-patient-gendercomposition.patient.gender
ca.on.oh-dhdr#4.0.2-alpha1.0.6Bundle-composition-patient-identifiercomposition.patient.identifier
ca.on.oh-dhdr#4.0.2-alpha1.0.6Bundle-composition-typecomposition.type
ca.on.ir.r4#1.0.0-draft2bundle-composition-immunization-occurrenceCompositionImmunizationOccurrence
StructureDefinition
ca.on.ehr.r4#1.0.0-temporaryprofile-bundle-documentBundle Document EHR

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CapabilityStatement",
  "id": "immunization-repository",
  "url": "http://ontariohealth.ca/fhir/ir/CapabilityStatement/immunization-repository",
  "version": "1.0.0",
  "name": "IRRepositoryFHIRCapabilityStatement",
  "title": "Immunization Repository FHIR Capability Statement",
  "status": "active",
  "experimental": false,
  "date": "2026-05-29",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "email",
          "value": "DigitalHealthStandards@ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "This is the FHIR capability statement for the Immunization Repository server",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA",
          "display": "Canada"
        }
      ]
    }
  ],
  "purpose": "Immunization Repository capability statement, published for the onboarding, contracting, and operational support of the central repository server interacting with Panorama and Pharmacy contributor systems.",
  "copyright": "Copyright © Ontario Health",
  "kind": "capability",
  "software": {
    "name": "Ontario Health Immunization Repository Server",
    "version": "1.0.0"
  },
  "fhirVersion": "4.0.1",
  "format": [
    "application/json",
    "application/xml"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "Support the submission and search of IR",
      "resource": [
        {
          "type": "Bundle",
          "profile": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-bundle-document",
          "documentation": "Submit an immunization document bundle to the repository",
          "interaction": [
            {
              "code": "create",
              "documentation": " Create immunization document bundle"
            },
            {
              "code": "update",
              "documentation": " Update immunization document bundle"
            },
            {
              "code": "search-type",
              "documentation": "Search Immunization resources using specified parameters. Supports both GET and POST operation"
            }
          ],
          "versioning": "no-version",
          "conditionalRead": "not-supported",
          "searchParam": [
            {
              "name": "composition.patient.identifier",
              "definition": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-patient-identifier",
              "type": "token",
              "documentation": "Supports search by Ontario Health Number or Client Management System Identifier. Patient Id is a mandatory search parameter"
            },
            {
              "name": "composition.patient.gender",
              "definition": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-patient-gender",
              "type": "token",
              "documentation": "Patient gender - optional"
            },
            {
              "name": "composition.patient.birthdate",
              "definition": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-patient-birthdate",
              "type": "date",
              "documentation": "Patient date of birth - mandatory"
            },
            {
              "name": "composition.immunization.occurrence",
              "definition": "http://ontariohealth.ca/fhir/ir/SearchParameter/bundle-composition-immunization-occurrence",
              "type": "date",
              "documentation": "Date when the immunization administration occurred or was recorded - optional"
            },
            {
              "name": "composition.type",
              "definition": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-type",
              "type": "token",
              "documentation": "Type of the document"
            }
          ]
        }
      ]
    }
  ],
  "document": [
    {
      "mode": "consumer",
      "documentation": "The repository is a document consumer in the sense that it receives and stores documents generated from contributor systems.",
      "profile": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-bundle-document"
    },
    {
      "mode": "producer",
      "documentation": "Contributor systems produce immunization documents (Immunization) and publish them to the Ontario Health repository.",
      "profile": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-bundle-document"
    }
  ]
}