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

FHIR IG analytics

Packageca.on.dhdr.r4
Resource TypeCapabilityStatement
Iddhdr-server-medicationData_Repository.json
FHIR VersionR4

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": "ca-on-medication-profile-CapabilityStatement-Repository",
  "url": "https://ehealthontario.ca/fhir/CapabilityStatement/ca-on-medication-profile-CapabilityStatement-Repository",
  "version": "4.0.1",
  "name": "DHDRRepositoryFHIRCapabilityStatement",
  "title": "Digital Health Drug Repository FHIR Capability Statement",
  "status": "active",
  "experimental": false,
  "date": "2023-10-27",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "email",
          "value": "DigitalHealthStandards@ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "This is the FHIR capability statement for the Digital Health Drug Repository server",
  "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",
  "fhirVersion": "4.0.1",
  "format": [
    "json",
    "xml"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "Support the submission and search of DHDR",
      "resource": [
        {
          "type": "Bundle",
          "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Bundle-document",
          "documentation": "Submit a medication document bundle to the repository",
          "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"
            }
          ],
          "versioning": "no-version",
          "conditionalRead": "not-supported",
          "searchParam": [
            {
              "name": "patient.identifier",
              "definition": "http://ehealthontario.ca/fhir/SearchParameter/ca-on-medications-patient-identifier",
              "type": "token",
              "documentation": "Supports search by Ontario Health Number or Pharmacy Management System patient Identifier. Patient Id is a mandatory search parameter"
            },
            {
              "name": "patient.gender",
              "definition": "http://ehealthontario.ca/fhir/SearchParameter/ca-on-medications-patient-gender",
              "type": "token",
              "documentation": "Patient gender- optional"
            },
            {
              "name": "patient.birthDate",
              "definition": "http://ehealthontario.ca/fhir/SearchParameter/ca-on-medications-patient-birthDate",
              "type": "date",
              "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"
            }
          ]
        }
      ]
    }
  ],
  "document": [
    {
      "mode": "consumer",
      "documentation": "The repository is a document consumer in the sense that it receives and stores documents generated from source systems.",
      "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Bundle-document"
    },
    {
      "mode": "producer",
      "documentation": "Source systems produce medication documents (MedicationDispense or MedicationAdministration) and publish them to the Ontario Health repository.",
      "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Bundle-document"
    }
  ]
}