PackagesCanonicalsLogsProblems
    Packages
    se.electronichealth.fhir.hvo.r5@0.1.2-alpha
    http://electronichealth.se/fhir/hvo/OperationDefinition/GetHVOOrganizationalUnitsWithBusinessById
{
  "description": "Gets the HVOOrganizationalUnits of a HVOOrganization or HVOOrganizationalUnit that have a HVOBusiness.\\n\\nThe operation will search recursively down the organizational hierarchy from the given logical ID and return all the HVOOrganizationalUnits which have associated instances of HVOBusiness and match the other search parameters.",
  "_filename": "OperationDefinition-GetHVOOrganizationalUnitsWithBusinessById.json",
  "package_name": "se.electronichealth.fhir.hvo.r5",
  "date": null,
  "system": false,
  "publisher": null,
  "instance": true,
  "name": "GetHVOOrganizationalUnitsWithBusinessById",
  "type": "false",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "0.1.2-alpha",
  "status": "active",
  "id": "6ff10a4b-5ae5-4bf8-a7f3-bdd7433a5f5a",
  "resource": [ "Organization" ],
  "affectsState": false,
  "kind": "operation",
  "comment": "Can be invoked using a HTTP GET request.\n\nExample:\n\n.../$organizational-units-with-business-by-id?name:contains=abc",
  "url": "http://electronichealth.se/fhir/hvo/OperationDefinition/GetHVOOrganizationalUnitsWithBusinessById",
  "code": "organizational-units-with-business-by-id",
  "version": "1.0.0",
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "id",
    "type": "string",
    "documentation": "Logical ID (UUID) of HVOOrganization or HVOOrganizationalUnit"
  }, {
    "max": "1",
    "min": 0,
    "use": "out",
    "name": "return",
    "type": "Bundle",
    "documentation": "HVOOrganizationalUnits with at least one associated instance of HVOBusiness"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "name:contains",
    "type": "string",
    "documentation": "Search string of name or alias of HVOOrganizationalUnit, at least 3 characters"
  } ]
}