{
"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.1-alpha",
"status": "active",
"id": "e53f1bd6-8656-4be2-8466-1cf6cf3e23c7",
"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"
} ]
}