{
"description": "This is the FHIR capability statement for data contributors who are submitting data to the miCDR Repository using FHIR transaction bundles, which may include supporting context resources.",
"_filename": "MI-server-submit-dc.json",
"package_name": "ca.on.mi",
"format": [ "json", "xml" ],
"date": "2026-03-13",
"publisher": "Ontario Health",
"fhirVersion": "4.0.1",
"jurisdiction": [ {
"coding": [ {
"code": "CA",
"system": "urn:iso:std:iso:3166",
"display": "Canada"
} ]
} ],
"purpose": "MI FHIR capability statement, published for contracting and operational support",
"name": "MICapabilitySubmitDC",
"copyright": "Copyright © Ontario Health",
"type": null,
"experimental": null,
"resourceType": "CapabilityStatement",
"title": "MI Contributors Submission FHIR Capability Statement",
"package_version": "1.1.0",
"status": "draft",
"id": "3b19a3e9-cfde-472e-a951-a2bda594a55a",
"kind": "capability",
"url": "http://ontariohealth.ca/fhir/CapabilityStatement/mi-server-submit-dc",
"software": {
"name": "Ontario MI CDR FHIR R4 API"
},
"version": null,
"contact": [ {
"name": "Ontario Health",
"telecom": [ {
"value": "DigitalHealthStandards@ontariohealth.ca",
"system": "email"
} ]
} ],
"rest": [ {
"mode": "server",
"resource": [ {
"type": "ServiceRequest",
"interaction": [ {
"code": "create",
"documentation": "Create MI order."
}, {
"code": "update",
"documentation": "Update MI order."
} ],
"documentation": "Submit patient's MI order.",
"supportedProfile": [ "http://ontariohealth.ca/fhir/mi/StructureDefinition/ca-on-mi-profile-serviceRequest" ]
}, {
"type": "DiagnosticReport",
"interaction": [ {
"code": "create",
"documentation": "Create MI report."
}, {
"code": "update",
"documentation": "Update MI report."
} ],
"documentation": "Submit patient's MI report.",
"supportedProfile": [ "http://ontariohealth.ca/fhir/mi/StructureDefinition/ca-on-mi-profile-diagnosticReport" ]
}, {
"type": "ImagingStudy",
"interaction": [ {
"code": "create",
"documentation": "Create image manifest."
}, {
"code": "update",
"documentation": "Update image manifest."
} ],
"documentation": "Submit the patient's image manifest.",
"supportedProfile": [ "http://ontariohealth.ca/fhir/mi/StructureDefinition/ca-on-mi-profile-imagingStudy" ]
}, {
"type": "Patient",
"interaction": [ {
"code": "create",
"documentation": "Create patient information."
}, {
"code": "update",
"documentation": "Update patient information."
} ],
"documentation": "Patient involved in the medical imaging workflow.",
"supportedProfile": [ "http://ontariohealth.ca/fhir/mi/StructureDefinition/ca-on-mi-profile-patient" ]
}, {
"type": "Practitioner",
"interaction": [ {
"code": "create",
"documentation": "Create practitioner information."
}, {
"code": "update",
"documentation": "Update practitioner information."
} ],
"documentation": "Practitioner involved in the medical imaging workflow.",
"supportedProfile": [ "http://ontariohealth.ca/fhir/mi/StructureDefinition/ca-on-mi-profile-practitioner" ]
}, {
"type": "PractitionerRole",
"interaction": [ {
"code": "create",
"documentation": "Create practitioner role information."
}, {
"code": "update",
"documentation": "Update practitioner role information."
} ],
"documentation": "Role of the practitioner within the organization involved in the medical imaging workflow.",
"supportedProfile": [ "http://ontariohealth.ca/fhir/mi/StructureDefinition/ca-on-mi-profile-practitionerRole" ]
}, {
"type": "Organization",
"interaction": [ {
"code": "create",
"documentation": "Create organization information."
}, {
"code": "update",
"documentation": "Update organization information."
} ],
"documentation": "Healthcare organization involved in the medical imaging workflow.",
"supportedProfile": [ "http://ontariohealth.ca/fhir/mi/StructureDefinition/ca-on-mi-profile-organization" ]
}, {
"type": "Location",
"interaction": [ {
"code": "create",
"documentation": "Create location information."
}, {
"code": "update",
"documentation": "Update location information."
} ],
"documentation": "Physical location where the medical imaging service is performed.",
"supportedProfile": [ "http://ontariohealth.ca/fhir/mi/StructureDefinition/ca-on-mi-profile-location" ]
}, {
"type": "Encounter",
"interaction": [ {
"code": "create",
"documentation": "Create encounter information."
}, {
"code": "update",
"documentation": "Update encounter information."
} ],
"documentation": "Patient encounter associated with the medical imaging service.",
"supportedProfile": [ "http://ontariohealth.ca/fhir/mi/StructureDefinition/ca-on-mi-profile-encounter" ]
} ],
"interaction": [ {
"code": "transaction"
} ],
"documentation": "Support submission of patient's MI records"
} ]
}