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_consumer.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ir.r4@1.0.0-draft2&canonical=http://ontariohealth.ca/fhir/ir/CapabilityStatement/immunization-consumer
URLhttp://ontariohealth.ca/fhir/ir/CapabilityStatement/immunization-consumer
Version1.0.0
Statusactive
Date2026-05-29
NameIRConsumerFHIRCapabilityStatement
TitleImmunization Repository FHIR Capability Statement
Realmca
Authoritynational
DescriptionThis is the FHIR capability statement for the Immunization Repository server's consumer interface
PurposeImmunization Repository capability statement, published for the onboarding, contracting, and operational support of consumer systems retrieving records from the central repository.
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-consumer",
  "url": "http://ontariohealth.ca/fhir/ir/CapabilityStatement/immunization-consumer",
  "version": "1.0.0",
  "name": "IRConsumerFHIRCapabilityStatement",
  "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's consumer interface",
  "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 consumer systems retrieving records from the central repository.",
  "copyright": "Copyright © Ontario Health",
  "kind": "capability",
  "software": {
    "name": "Ontario Health Immunization Consumer Client",
    "version": "1.0.0"
  },
  "fhirVersion": "4.0.1",
  "format": [
    "application/json",
    "application/xml"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "Support the retrieval of patient's immunization records from the repository",
      "resource": [
        {
          "type": "Bundle",
          "profile": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-bundle-document",
          "documentation": "Retrieve history of patient's immunizations",
          "interaction": [
            {
              "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"
    }
  ]
}