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

FHIR IG analytics

Packageca.on.mi
Resource TypeCapabilityStatement
Idmi-server-query-dc.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.mi@1.0.0-snapshot1&canonical=http://ontariohealth.ca/fhir/CapabilityStatement/mi-server-query-dc
URLhttp://ontariohealth.ca/fhir/CapabilityStatement/mi-server-query-dc
Version1.0.0-snapshot1
Statusdraft
Date2026-03-16
NameMICapabilityQueryDC
TitleMI Consumer Query FHIR Capability Statement
Realmca
DescriptionThis is the FHIR Capability Statement for data consumers retrieving data from the miCDR repository
PurposeMain EHR capability statement, published for contracting and operational support
CopyrightCopyright © Ontario Health
Kindcapability

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": "mi-server-query-dc",
  "url": "http://ontariohealth.ca/fhir/CapabilityStatement/mi-server-query-dc",
  "version": "1.0.0-snapshot1",
  "name": "MICapabilityQueryDC",
  "title": "MI Consumer Query FHIR Capability Statement",
  "status": "draft",
  "date": "2026-03-16",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "email",
          "value": "DigitalHealthStandards@ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "This is the FHIR Capability Statement for data consumers retrieving data from the miCDR repository",
  "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": "capability",
  "software": {
    "name": "Ontario MI CDR FHIR R4 API"
  },
  "fhirVersion": "4.0.1",
  "format": [
    "json",
    "xml"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "Support retrieval of patient's MI records",
      "resource": [
        {
          "type": "DiagnosticReport",
          "supportedProfile": [
            "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-diagnosticreport"
          ],
          "documentation": "Retrieve history of patient's MI reports",
          "interaction": [
            {
              "code": "search-type",
              "documentation": "Search DiagnosticReport resources using specified parameters. Supports both GET and POST operation"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchInclude": [
            "DiagnosticReport:based-on",
            "DiagnosticReport:encounter",
            "DiagnosticReport:patient",
            "DiagnosticReport:performer",
            "DiagnosticReport:result",
            "DiagnosticReport:results-interpreter"
          ],
          "searchParam": [
            {
              "name": "patient.identifier",
              "definition": "http://ontariohealth.ca/fhir/SearchParameter/ca-on-medications-patient-identifier",
              "type": "token",
              "documentation": "Supports search by Ontario Health Number or Medical Record Number. Patient identifier is a mandatory search parameter."
            },
            {
              "name": "issued",
              "type": "date",
              "documentation": "When the report was issued"
            },
            {
              "name": "code",
              "type": "token",
              "documentation": "MI procedure code (local, provincial or SNOMED CT)"
            },
            {
              "name": "category",
              "type": "token",
              "documentation": "Category code, e.g. modality, specialty, bodypart, etc."
            },
            {
              "name": "_mdm",
              "type": "token",
              "documentation": "Indicates if a call to PCR has occurred prior to the search operation. Default value is 'true' if not provided. _mdm=true means all patients' record linked to the patient in the search parameters will be returned."
            }
          ]
        },
        {
          "type": "ServiceRequest",
          "supportedProfile": [
            "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-servicerequest"
          ],
          "documentation": "Retrieve history of patient's MI orders",
          "interaction": [
            {
              "code": "search-type",
              "documentation": "Search ServiceRequest resources using specified parameters. Supports both GET and POST operation"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchInclude": [
            "ServiceRequest:based-on",
            "ServiceRequest:encounter",
            "ServiceRequest:patient",
            "ServiceRequest:performer",
            "ServiceRequest:replaces",
            "ServiceRequest:requester"
          ],
          "searchParam": [
            {
              "name": "patient.identifier",
              "definition": "http://ontariohealth.ca/fhir/SearchParameter/ca-on-medications-patient-identifier",
              "type": "token",
              "documentation": "Supports search by Ontario Health Number or Medical Record Number. Patient identifier is a mandatory search parameter."
            },
            {
              "name": "authored",
              "type": "date",
              "documentation": "Date MI order was signed"
            },
            {
              "name": "code",
              "type": "token",
              "documentation": "MI procedure code (local, provincial or SNOMED CT)"
            },
            {
              "name": "category",
              "type": "token",
              "documentation": "Category code, e.g. modality, specialty, bodypart, etc."
            },
            {
              "name": "_mdm",
              "type": "token",
              "documentation": "Indicates if a call to PCR has occurred prior to the search operation. Default value is 'true' if not provided. _mdm=true means all patients' record linked to the patient in the search parameters will be returned."
            }
          ]
        },
        {
          "type": "ImagingStudy",
          "supportedProfile": [
            "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-imagingstudy"
          ],
          "documentation": "Retrieve history of patient's image manifests",
          "interaction": [
            {
              "code": "search-type",
              "documentation": "Search ImagingStudy resources using specified parameters. Supports both GET and POST operation"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchInclude": [
            "ImagingStudy:basedon",
            "ImagingStudy:encounter",
            "ImagingStudy:interpreter",
            "ImagingStudy:patient",
            "ImagingStudy:performer",
            "ImagingStudy:referrer"
          ],
          "searchParam": [
            {
              "name": "patient.identifier",
              "definition": "http://ontariohealth.ca/fhir/SearchParameter/ca-on-medications-patient-identifier",
              "type": "token",
              "documentation": "Supports search by Ontario Health Number or Medical Record Number. Patient identifier is a mandatory search parameter."
            },
            {
              "name": "started",
              "type": "date",
              "documentation": "When the study was started"
            },
            {
              "name": "category",
              "type": "token",
              "documentation": "Category code, e.g. procedure code (local, provincial or SNOMED CT), modality, specialty, bodypart, etc."
            },
            {
              "name": "_mdm",
              "type": "token",
              "documentation": "Indicates if a call to PCR has occurred prior to the search operation. Default value is 'true' if not provided. _mdm=true means all patients' record linked to the patient in the search parameters will be returned."
            }
          ]
        },
        {
          "type": "DocumentReference",
          "supportedProfile": [
            "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-documentreference"
          ],
          "documentation": "Retrieve history of patient's document references",
          "interaction": [
            {
              "code": "search-type",
              "documentation": "Search DocumentReference resources using specified parameters. Supports both GET and POST operation"
            }
          ],
          "referencePolicy": [
            "resolves"
          ],
          "searchInclude": [
            "DocumentReference:author",
            "DocumentReference:encounter",
            "DocumentReference:patient"
          ],
          "searchParam": [
            {
              "name": "patient.identifier",
              "definition": "http://ontariohealth.ca/fhir/SearchParameter/ca-on-medications-patient-identifier",
              "type": "token",
              "documentation": "Supports search by Ontario Health Number or Medical Record Number. Patient identifier is a mandatory search parameter."
            },
            {
              "name": "date",
              "type": "date",
              "documentation": "When this document reference was created"
            },
            {
              "name": "type",
              "type": "token",
              "documentation": "Kind of document (local or LOINC)"
            },
            {
              "name": "category",
              "type": "token",
              "documentation": "Category code, e.g. procedure code (local, provincial or SNOMED CT), modality, specialty, bodypart, etc."
            },
            {
              "name": "_mdm",
              "type": "token",
              "documentation": "Indicates if a call to PCR has occurred prior to the search operation. Default value is 'true' if not provided. _mdm=true means all patients' record linked to the patient in the search parameters will be returned."
            }
          ]
        }
      ]
    }
  ]
}