PackagesCanonicalsLogsProblems
    Packages
    accdr.fhir.ig.pkg@0.9.0-alpha-0.9.22
    http://ontariohealth.ca/fhir/CapabilityStatement/ca-on-cdr-CapabilityStatement
{
  "description": "This is the FHIR R4 capability statement for Ontario Clinical Data Repository",
  "_filename": "cdr-capability-statement.json",
  "package_name": "accdr.fhir.ig.pkg",
  "format": [ "json", "xml" ],
  "date": "2022-02-09",
  "publisher": "Ontario Health",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "CA-ON",
      "system": "urn:iso:std:iso:3166",
      "display": "Canada Ontario"
    } ]
  } ],
  "purpose": "Main EHR capability statement, published for contracting and operational support",
  "name": "Ontario Clinical Data Repository FHIR R4 Capability Statement",
  "copyright": "Copyright © Ontario Health",
  "type": null,
  "experimental": "false",
  "resourceType": "CapabilityStatement",
  "title": "Ontario Clinical Data Repository FHIR R4 Capability Statement",
  "package_version": "0.9.0-alpha-0.9.22",
  "status": "draft",
  "id": "183e6d6e-df0d-4fb8-b3ba-3af06d94ae00",
  "kind": "capability",
  "url": "http://ontariohealth.ca/fhir/CapabilityStatement/ca-on-cdr-CapabilityStatement",
  "software": {
    "name": "Ontario CDR FHIR R4 API"
  },
  "version": "1.0.0",
  "contact": [ {
    "name": "Ontario Health",
    "telecom": [ {
      "value": "DigitalHealthStandards@OntarioHealth.ca",
      "system": "email"
    } ]
  } ],
  "rest": [ {
    "mode": "server",
    "resource": [ {
      "type": "Encounter",
      "profile": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Encounter",
      "interaction": [ {
        "code": "create",
        "documentation": "Submit encounter records using RESTful create"
      }, {
        "code": "update",
        "documentation": "Update encounter records using logical ID or conditional update with encounter ID"
      }, {
        "code": "read",
        "documentation": "Retrieve one encounter record with logical id"
      }, {
        "code": "search-type",
        "documentation": "Search for encounter records using supported search parameters"
      } ],
      "searchParam": [ {
        "name": "Encounter identifier",
        "type": "token",
        "definition": "http://hl7.org/fhir/SearchParameter/Encounter-identifier",
        "documentation": "business identifier of the encounter"
      }, {
        "name": "Encounter subject",
        "type": "reference",
        "definition": "http://hl7.org/fhir/SearchParameter/Encounter-subject",
        "documentation": "patient of the encounter"
      }, {
        "name": "Encounter type",
        "type": "token",
        "definition": "http://hl7.org/fhir/SearchParameter/Encounter-type",
        "documentation": "specific type of encounter"
      }, {
        "name": "Encounter class",
        "type": "token",
        "definition": "http://hl7.org/fhir/SearchParameter/Encounter-class",
        "documentation": "Classification of patient encounter"
      }, {
        "name": "Encounter date",
        "type": "date",
        "definition": "http://hl7.org/fhir/SearchParameter/Encounter-date",
        "documentation": "A date within the period the Encounter lasted"
      }, {
        "name": "Encounter service-provider",
        "type": "reference",
        "definition": "http://hl7.org/fhir/SearchParameter/Encounter-serviceProvider",
        "documentation": "The healthcare organization responsible for this encounter"
      } ],
      "documentation": "Submission and retrieval of patient's encounter records",
      "conditionalUpdate": true
    } ],
    "security": {
      "cors": true,
      "description": "JWT. Please refer to Ontario JWT Guide."
    },
    "documentation": "Support submission and retrieval of patient's visit records and clinical documents"
  } ]
}