{
"description": "This is the FHIR capability statement for the Digital Health Drug Repository",
"_filename": "dhdr-server-medicationData_consumer.json",
"package_name": "ca.on.dhdr.r4",
"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": "DHDRConsumerFHIRCapabilityStatement",
"copyright": "Copyright © Ontario Health",
"type": null,
"experimental": "false",
"resourceType": "CapabilityStatement",
"title": "Digital Health Drug Repository FHIR Capability Statement",
"package_version": "4.0.3-snapshot5",
"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."
} ],
"status": "active",
"id": "20aa33b5-7abc-4cd6-a12e-769f0cd3373e",
"kind": "capability",
"url": "https://ehealthontario.ca/fhir/CapabilityStatement/ca-on-medication-profile-CapabilityStatement-Consumer",
"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": "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": "Retrieve history of patient's medications",
"conditionalRead": "not-supported"
} ],
"documentation": "Support the retrieval of patient's drug records from the repository"
} ]
}