PackagesCanonicalsLogsProblems
    Packages
    se.electronichealth.fhir.hvo.r5@0.1.3-alpha
    http://electronichealth.se/fhir/hvo/OperationDefinition/GetHVOOrganizationalUnitsWithBusiness
{
  "description": "Gets the HVOOrganizationalUnits of a HVOOrganization that have a HVOBusiness.\\n\\nThe operation will search recursively down the organizational hierarchy from the given identifier and return all the HVOOrganizationalUnits which have associated instances of HVOBusiness and match the other search parameters.",
  "_filename": "OperationDefinition-GetHVOOrganizationalUnitsWithBusiness.json",
  "package_name": "se.electronichealth.fhir.hvo.r5",
  "date": null,
  "system": false,
  "publisher": null,
  "instance": false,
  "name": "GetHVOOrganizationalUnitsWithBusiness",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "0.1.3-alpha",
  "status": "active",
  "id": "e6fbfc21-e453-4c68-aea4-266dcc02f78d",
  "resource": [ "Organization" ],
  "affectsState": false,
  "kind": "operation",
  "comment": "Can be invoked using a HTTP GET request.\n\nExample:\n\n.../$organizational-units-with-business?identifier=urn:oid:2.5.4.97|[organizationIdentifier]&name:contains=abc",
  "url": "http://electronichealth.se/fhir/hvo/OperationDefinition/GetHVOOrganizationalUnitsWithBusiness",
  "code": "organizational-units-with-business",
  "version": "1.0.0",
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "identifier",
    "type": "string",
    "searchType": "token",
    "documentation": "External ID of HVOOrganization whose units to search through, in the format \"system|value\". At the moment only accepting identifier of system urn:oid:2.5.4.97 (organization identifier, sv: organisationsnummer)"
  }, {
    "max": "1",
    "min": 0,
    "use": "out",
    "name": "return",
    "type": "Bundle",
    "documentation": "HVOOrganizationalUnits that are a part of the supplied organization and that have a contained 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"
  } ]
}