PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-ereferral-econsult@0.12.0-alpha1.0.3
    http://ehealthontario.ca/fhir/CapabilityStatement/ca-on-eReferral-RESTfulClient
{
  "description": "This is the FHIR capability statement for an RMS, POS, or HSD performing the role of RESTful Client as defined in this IG",
  "_filename": "ca-on-eReferral-RESTfulClient-CapabilityStatement.json",
  "package_name": "ca.on.oh-ereferral-econsult",
  "format": [ "json", "xml" ],
  "date": "2022-07-20",
  "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": "RESTfulClient",
  "copyright": "Copyright © Ontario Health",
  "type": null,
  "experimental": "false",
  "resourceType": "CapabilityStatement",
  "title": "RESTful Client",
  "package_version": "0.12.0-alpha1.0.3",
  "status": "draft",
  "id": "2fc79212-ed7e-4e7d-80fd-46def4a284f7",
  "kind": "requirements",
  "url": "http://ehealthontario.ca/fhir/CapabilityStatement/ca-on-eReferral-RESTfulClient",
  "version": "0.11.0",
  "contact": [ {
    "name": "Ontario Health",
    "telecom": [ {
      "value": "oh-ds_architecture@ontariohealth.ca",
      "system": "email"
    } ]
  } ],
  "rest": [ {
    "mode": "client",
    "resource": [ {
      "type": "HealthcareService",
      "interaction": [ {
        "code": "read"
      }, {
        "code": "search-type"
      } ],
      "searchParam": [ {
        "name": "healthcareservice.identifier",
        "type": "token",
        "definition": "http://hl7.org/fhir/SearchParameter/HealthcareService-identifier"
      }, {
        "name": "_lastUpdated",
        "type": "date",
        "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"
      } ],
      "documentation": "Perform search and read operations, and bulk export on HealthcareService",
      "searchInclude": [ "Organization", "Location" ]
    }, {
      "type": "ServiceRequest",
      "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest",
      "interaction": [ {
        "code": "read"
      }, {
        "code": "search-type"
      } ],
      "searchParam": [ {
        "name": "authored",
        "type": "date"
      }, {
        "name": "status",
        "type": "token"
      }, {
        "name": "category",
        "type": "token"
      }, {
        "name": "code",
        "type": "token"
      }, {
        "name": "identifier",
        "type": "token"
      }, {
        "name": "patient",
        "type": "reference"
      }, {
        "name": "performer",
        "type": "reference"
      }, {
        "name": "requester",
        "type": "reference"
      } ],
      "documentation": "Perform search and read operations on ServiceRequest",
      "searchInclude": [ "PractitionerRole", "Organization", "Patient", "Location" ]
    } ],
    "documentation": "Perform the export, search, and read of healthcare service directories and request related information against a RESTfulServer."
  } ]
}