{
"description": "This is the FHIR capability statement for the Digital Health Drug Repository server",
"_filename": "dhdr-server-medicationData_Repository.json",
"package_name": "ca.on.oh",
"format": [ "json", "xml" ],
"date": "2023-10-27",
"publisher": "Ontario Health",
"fhirVersion": "4.0.1",
"jurisdiction": [ {
"coding": [ {
"code": "CA",
"system": "urn:iso:std:iso:3166",
"display": "Canada"
} ]
} ],
"purpose": "Main EHR capability statement, published for contracting and operational support",
"name": "DHDRRepositoryFHIRCapabilityStatement",
"copyright": "Copyright © Ontario Health",
"type": null,
"experimental": "false",
"resourceType": "CapabilityStatement",
"title": "Digital Health Drug Repository FHIR Capability Statement",
"package_version": "dhdr-4.0.2-alpha1.0.6",
"document": [ {
"mode": "consumer",
"profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Bundle-document",
"documentation": "The repository is a document consumer in the sense that it receives and stores documents generated from source systems."
}, {
"mode": "producer",
"profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Bundle-document",
"documentation": "Source systems produce medication documents (MedicationDispense or MedicationAdministration) and publish them to the Ontario Health repository."
} ],
"status": "active",
"id": "153aefd1-1c97-4da7-8b09-4f515c6ee509",
"kind": "capability",
"url": "https://ehealthontario.ca/fhir/CapabilityStatement/ca-on-medication-profile-CapabilityStatement-Repository",
"version": "4.0.1",
"contact": [ {
"name": "Ontario Health",
"telecom": [ {
"value": "DigitalHealthStandards@ontariohealth.ca",
"system": "email"
} ]
} ],
"rest": [ {
"mode": "server",
"resource": [ {
"type": "Bundle",
"profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Bundle-document",
"versioning": "no-version",
"interaction": [ {
"code": "create",
"documentation": " Create medication document bundle"
}, {
"code": "update",
"documentation": " Update medication document bundle"
}, {
"code": "search-type",
"documentation": "Search MedicatinDispense resources using specified parameters. Supports both GET and POST operation"
} ],
"searchParam": [ {
"name": "patient.identifier",
"type": "token",
"definition": "http://ehealthontario.ca/fhir/SearchParameter/ca-on-medications-patient-identifier",
"documentation": "Supports search by Ontario Health Number or Pharmacy Management System patient Identifier. Patient Id is a mandatory search parameter"
}, {
"name": "patient.gender",
"type": "token",
"definition": "http://ehealthontario.ca/fhir/SearchParameter/ca-on-medications-patient-gender",
"documentation": "Patient gender- optional"
}, {
"name": "patient.birthDate",
"type": "date",
"definition": "http://ehealthontario.ca/fhir/SearchParameter/ca-on-medications-patient-birthDate",
"documentation": "Patient date of birth - mandatory"
}, {
"name": "whenprepared",
"type": "date",
"documentation": "Date when medication was dispensed"
}, {
"name": "effective-time",
"type": "date",
"documentation": "Period when medication was administrated"
}, {
"name": "composition-type",
"type": "token",
"documentation": "Type of the document"
} ],
"documentation": "Submit a medication document bundle to the repository",
"conditionalRead": "not-supported"
} ],
"documentation": "Support the submission and search of DHDR"
} ]
}