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

FHIR IG analytics

Packageca.on.dhdr.r4
Resource TypeCapabilityStatement
IdDHDR-server_Consumer.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": "DHDR-server-consumer",
  "url": "https://ehealthontario.ca/fhir/DHDR/metadata-consumer",
  "version": "1.0.0",
  "name": "Digital Health Drug Repository FHIR Capability Statement",
  "title": "Digital Health Drug Repository FHIR Capability Statement",
  "status": "active",
  "experimental": false,
  "date": "2022-02-28",
  "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 Consumer",
  "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.0",
  "format": [
    "json",
    "xml"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "Support retrieval of patient's drug records",
      "resource": [
        {
          "type": "MedicationDispense",
          "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-MedicationDispense",
          "documentation": "Retrieve history of patient's drug dispenses",
          "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 a specific medication dispense record by specifying a Dispense ID "
            }
          ],
          "versioning": "no-version",
          "conditionalRead": "not-supported",
          "searchParam": [
            {
              "name": "patient.identifier",
              "definition": "http://ehealthontario.ca/fhir/SearchParameter/ca-on-medications-patient-identifier",
              "type": "token",
              "documentation": "Only supports search by Ontario Health Number- mandatory"
            },
            {
              "name": "whenprepared",
              "type": "date",
              "documentation": "Date when medication was dispensed"
            }
          ]
        }
      ]
    }
  ]
}