{
"description": "Gets all HVOOrganizationalUnits which contain a HVOBusiness that's conducted at the HVOLocation with the provided parameter(s).",
"_filename": "OperationDefinition-GetHVOOrganizationalUnitsByHVOLocation.json",
"package_name": "se.electronichealth.fhir.hvo.r5",
"date": null,
"system": false,
"publisher": null,
"instance": false,
"name": "GetHVOOrganizationalUnitsByHVOLocation",
"type": "true",
"experimental": null,
"resourceType": "OperationDefinition",
"title": null,
"package_version": "0.1.3-alpha",
"status": "retired",
"id": "e9cfb8a1-b1f2-47ac-b8b6-013b7b8dc317",
"resource": [ "Organization" ],
"affectsState": false,
"kind": "operation",
"comment": "Can be invoked using a HTTP GET request.\n\nExample:\n\n.../$organizational-units-by-location?locationId=[LocationId]&name:contains=abc",
"url": "http://electronichealth.se/fhir/hvo/OperationDefinition/GetHVOOrganizationalUnitsByHVOLocation",
"code": "organizational-units-by-location",
"version": "1.0.0",
"parameter": [ {
"max": "1",
"min": 1,
"use": "in",
"name": "locationId",
"type": "string",
"documentation": "Logical ID (UUID) of HVOLocation"
}, {
"max": "1",
"min": 0,
"use": "in",
"name": "name:contains",
"type": "string",
"documentation": "Search string of name or alias of HVOOrganizationalUnit, at least 3 characters"
}, {
"max": "1",
"min": 0,
"use": "out",
"name": "return",
"type": "Bundle",
"documentation": "A Bundle with HVOOrganizationalUnits which contain a HVOBusiness that's conducted at the HVOLocation with the provided parameter(s)"
} ]
}