PackagesCanonicalsLogsProblems
    Packages
    ca.on.dhdr.r4.v4@0.0.4-beta
    https://ehealthontario.ca/fhir/DHDR/metadata-query
{
  "description": "This is the FHIR capability statement for the Digital Health Drug Repository",
  "_filename": "dhdr-server-provider_qeury.json",
  "package_name": "ca.on.dhdr.r4.v4",
  "format": [ "json", "xml" ],
  "date": "2023-03-10",
  "publisher": "Ontario Health",
  "fhirVersion": "4.0.0",
  "jurisdiction": [ {
    "coding": [ {
      "code": "CA",
      "system": "urn:iso:std:iso:3166",
      "display": "Canada"
    } ]
  } ],
  "purpose": "Main EHR capability statement, published for contracting and operational support",
  "name": "Digital Health Drug Repository FHIR Capability Statement",
  "copyright": "Copyright © Ontario Health",
  "type": null,
  "experimental": "false",
  "resourceType": "CapabilityStatement",
  "title": "Digital Health Drug Repository FHIR Capability Statement",
  "package_version": "0.0.4-beta",
  "status": "draft",
  "id": "35d60e6d-1305-4fb0-b608-338b92a626fb",
  "kind": "capability",
  "url": "https://ehealthontario.ca/fhir/DHDR/metadata-query",
  "version": "4.0.0",
  "contact": [ {
    "name": "Ontario Health",
    "telecom": [ {
      "value": "DigitalHealthStandards@ontariohealth.ca",
      "system": "email"
    } ]
  } ],
  "rest": [ {
    "mode": "server",
    "resource": [ {
      "type": "MedicationDispense",
      "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-MedicationDispense",
      "versioning": "no-version",
      "interaction": [ {
        "code": "search-type",
        "documentation": "Search MedicatinDispense resources using specified parameters. Supports both GET and POST operation"
      }, {
        "code": "read",
        "documentation": " Read interaction to retrieve a specific medication dispense record by specifying a Dispense ID "
      } ],
      "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"
      } ],
      "documentation": "Retrieve history of patient's drug dispenses",
      "conditionalRead": "not-supported"
    }, {
      "type": "MedicationAdministration",
      "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-MedicationAdministration",
      "versioning": "no-version",
      "interaction": [ {
        "code": "search-type",
        "documentation": "Search MedicatinAdministration resources using specified parameters. Supports both GET and POST operation"
      }, {
        "code": "read",
        "documentation": " Read interaction to retrieve a a specific medication administration record by specifying a Administration resource ID "
      } ],
      "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 Medical Record Number. 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": "effective-time",
        "type": "date",
        "documentation": "Period when medication was administrated"
      } ],
      "documentation": "Retrieve history of patient's drug dispenses",
      "conditionalRead": "not-supported"
    } ],
    "documentation": "Support retrieval of patient's drug records"
  } ]
}