PackagesCanonicalsLogsProblems
    Packages
    se.electronichealth.fhir.hvo.r5@0.1.3-alpha
    http://electronichealth.se/fhir/hvo/OperationDefinition/GetAllRootOrganizations
{
  "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.3-alpha",
  "status": "active",
  "id": "425ba706-768f-4f8b-bfff-dad099d14d1e",
  "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"
  } ]
}