Package | ca.on.oh.erec |
Resource Type | CapabilityStatement |
Id | ca-on-eReferral-RESTfulClient |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=ca.on.oh.erec@0.12.0-projectathon1.0.2&canonical=http://ehealthontario.ca/fhir/CapabilityStatement/ca-on-eReferral-RESTfulClient |
URL | http://ehealthontario.ca/fhir/CapabilityStatement/ca-on-eReferral-RESTfulClient |
Version | 0.11.0 |
Status | draft |
Date | 2022-07-20 |
Name | RESTfulClient |
Title | RESTful Client |
Realm | ca |
Authority | national |
Description | This is the FHIR capability statement for an RMS, POS, or HSD performing the role of RESTful Client as defined in this IG |
Purpose | Main EHR capability statement, published for contracting and operational support |
Copyright | Copyright © Ontario Health |
Kind | requirements |
No resources found
StructureDefinition | |
ca-on-eReferral-profile-ServiceRequest | ServiceRequest |
No narrative content found in resource
{ "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" } ] } ] } ] }