{
"description": "Gets all HVOOrganizations that are root organizations, ie legal entities and sole traders.",
"_filename": "OperationDefinition-GetAllRootOrganizations.json",
"package_name": "se.electronichealth.fhir.hvo.r5",
"date": null,
"system": false,
"publisher": null,
"instance": false,
"name": "GetAllRootOrganizations",
"type": "true",
"experimental": null,
"resourceType": "OperationDefinition",
"title": null,
"package_version": "0.1.0-alpha",
"status": "active",
"id": "cb52a908-7ebd-4119-b1fc-3a58f65f6c94",
"resource": [ "Organization" ],
"affectsState": false,
"kind": "operation",
"comment": "Can be invoked using a HTTP GET request.\n\nExample:\n\n.../$root-organizations?active=true",
"url": "http://electronichealth.se/fhir/hvo/OperationDefinition/GetAllRootOrganizations",
"code": "root-organizations",
"version": "1.0.0",
"parameter": [ {
"max": "1",
"min": 0,
"use": "in",
"name": "active",
"type": "boolean",
"documentation": "Boolean indicating whether to filter on active or on inactive root organizations. Both active and inactive root organizations will be returned if the parameter is omitted"
}, {
"max": "1",
"min": 0,
"use": "out",
"name": "return",
"type": "Bundle",
"documentation": "A Bundle with HVOOrganizations that are root organizations"
} ]
}