{
"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",
"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": "ereferral-econsult-0.12.0-alpha1.0.4",
"status": "draft",
"id": "8a2c8255-e8cd-43d4-95dd-3482c85480c4",
"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."
} ]
}