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

FHIR IG analytics

Packageca.on.erec.r4
Resource TypeCapabilityStatement
Idca-on-eReferral-RESTfulClient-CapabilityStatement.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-eReferral-RESTfulClient",
  "url": "http://ehealthontario.ca/fhir/CapabilityStatement/ca-on-eReferral-RESTfulClient",
  "version": "0.11.0",
  "name": "RESTfulClient",
  "title": "RESTful Client",
  "status": "draft",
  "experimental": false,
  "date": "2022-07-20",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "email",
          "value": "oh-ds_architecture@ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "This is the FHIR capability statement for an RMS, POS, or HSD performing the role of RESTful Client as defined in this IG",
  "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": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "json",
    "xml"
  ],
  "rest": [
    {
      "mode": "client",
      "documentation": "Perform the export, search, and read of healthcare service directories and request related information against a RESTfulServer.",
      "resource": [
        {
          "type": "HealthcareService",
          "documentation": "Perform search and read operations, and bulk export on HealthcareService",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "searchInclude": [
            "Organization",
            "Location"
          ],
          "searchParam": [
            {
              "name": "healthcareservice.identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/HealthcareService-identifier",
              "type": "token"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ]
        },
        {
          "type": "ServiceRequest",
          "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest",
          "documentation": "Perform search and read operations on ServiceRequest",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "searchInclude": [
            "PractitionerRole",
            "Organization",
            "Patient",
            "Location"
          ],
          "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"
            }
          ]
        }
      ]
    }
  ]
}