{
"description": "Gets all HVOOrganizationalUnits that conduct a business and match the supplied parameters.",
"_filename": "OperationDefinition-GetFilteredHVOOrganizationalUnits.json",
"package_name": "se.electronichealth.fhir.hvo.r5",
"date": null,
"system": false,
"publisher": null,
"instance": false,
"name": "GetFilteredHVOOrganizationalUnits",
"type": "true",
"experimental": null,
"resourceType": "OperationDefinition",
"title": null,
"package_version": "0.1.1-alpha",
"status": "active",
"id": "501031c8-d625-4630-bebc-b3164c3c8248",
"resource": [ "Organization" ],
"affectsState": false,
"kind": "operation",
"comment": "Can be invoked using a HTTP GET request.\n\nThe following example shows an invocation when searching for organizational units that conduct business in the categories neurologic care or neurologic care for children. The example uses HSA business classification codes (OID urn:oid:1.2.752.129.2.2.1.3) - 1123 (\"Neurologi\") and 1019 (\"Neurologi, barn och \nungdom\").\n\n.../$organizational-units-filtered?business-category=urn:oid:1.2.752.129.2.2.1.3|1123, urn:oid:1.2.752.129.2.2.1.3|1019&_count=10",
"url": "http://electronichealth.se/fhir/hvo/OperationDefinition/GetFilteredHVOOrganizationalUnits",
"code": "organizational-units-filtered",
"version": "1.0.0",
"parameter": [ {
"max": "*",
"min": 0,
"use": "in",
"name": "business-category",
"type": "string",
"searchType": "token",
"documentation": "Category code of HVOBusiness which the HVOOrganizationalUnit provides, in the format \"codesystem|code\""
}, {
"max": "1",
"min": 0,
"use": "in",
"name": "name:contains",
"type": "string",
"documentation": "Search string of name or alias of HVOOrganizationalUnit, at least 3 characters. An empty search string will be ignored"
}, {
"max": "*",
"min": 0,
"use": "in",
"name": "locationId",
"type": "string",
"documentation": "Logical ID (UUID) of HVOLocation on which the HVOOrganizationalUnit provides a HVOBusiness"
}, {
"max": "1",
"min": 0,
"use": "in",
"name": "_count",
"type": "integer",
"documentation": "(Used for paging) Number of HVOOrganizationalUnits that should be included in the returned Bundle. The default number is 100"
}, {
"max": "1",
"min": 0,
"use": "in",
"name": "_offset",
"type": "integer",
"documentation": "(Used for paging) Number of HVOOrganizationalUnits that the server should skip before retrieving the number of HVOOrganizationalUnits according to the _count parameter. The HVOOrganizationalUnits are sorted by HVOOrganizationalUnit.name in alphabetical order. The default number is 0"
}, {
"max": "1",
"min": 0,
"use": "out",
"name": "return",
"type": "Bundle",
"documentation": "A Bundle with HVOOrganizationalUnits that conduct business and which match the supplied parameters, sorted by HVOOrganizationalUnit.name in alphabetical order"
} ]
}