FHIR IG analytics| Package | se.electronichealth.fhir.hvo.r5 |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-GetHVOOrganizationalUnitsByHVOLocation.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=se.electronichealth.fhir.hvo.r5@0.1.3-alpha&canonical=http://electronichealth.se/fhir/hvo/OperationDefinition/GetHVOOrganizationalUnitsByHVOLocation |
| URL | http://electronichealth.se/fhir/hvo/OperationDefinition/GetHVOOrganizationalUnitsByHVOLocation |
| Version | 1.0.0 |
| Status | retired |
| Name | GetHVOOrganizationalUnitsByHVOLocation |
| Realm | se |
| Description | Gets all HVOOrganizationalUnits which contain a HVOBusiness that's conducted at the HVOLocation with the provided parameter(s). |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "GetHVOOrganizationalUnitsByHVOLocation",
"url": "http://electronichealth.se/fhir/hvo/OperationDefinition/GetHVOOrganizationalUnitsByHVOLocation",
"description": "Gets all HVOOrganizationalUnits which contain a HVOBusiness that's conducted at the HVOLocation with the provided parameter(s).",
"resource": [
"Organization"
],
"parameter": [
{
"name": "locationId",
"documentation": "Logical ID (UUID) of HVOLocation",
"use": "in",
"min": 1,
"max": "1",
"type": "string"
},
{
"name": "name:contains",
"documentation": "Search string of name or alias of HVOOrganizationalUnit, at least 3 characters",
"use": "in",
"min": 0,
"max": "1",
"type": "string"
},
{
"name": "return",
"documentation": "A Bundle with HVOOrganizationalUnits which contain a HVOBusiness that's conducted at the HVOLocation with the provided parameter(s)",
"use": "out",
"min": 0,
"max": "1",
"type": "Bundle"
}
],
"status": "retired",
"version": "1.0.0",
"kind": "operation",
"affectsState": false,
"system": false,
"type": true,
"instance": false,
"comment": "Can be invoked using a HTTP GET request.\n\nExample:\n\n.../$organizational-units-by-location?locationId=[LocationId]&name:contains=abc",
"code": "organizational-units-by-location",
"name": "GetHVOOrganizationalUnitsByHVOLocation"
}