FHIR IG analytics| Package | se.electronichealth.fhir.hvo.r5 |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-GetHVOOrganizationalUnitsWithBusinessById.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/GetHVOOrganizationalUnitsWithBusinessById |
| URL | http://electronichealth.se/fhir/hvo/OperationDefinition/GetHVOOrganizationalUnitsWithBusinessById |
| Version | 1.0.0 |
| Status | active |
| Name | GetHVOOrganizationalUnitsWithBusinessById |
| Realm | se |
| Description | Gets the HVOOrganizationalUnits of a HVOOrganization or HVOOrganizationalUnit that have a HVOBusiness. The operation will search recursively down the organizational hierarchy from the given logical ID and return all the HVOOrganizationalUnits which have associated instances of HVOBusiness and match the other search parameters. |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "GetHVOOrganizationalUnitsWithBusinessById",
"url": "http://electronichealth.se/fhir/hvo/OperationDefinition/GetHVOOrganizationalUnitsWithBusinessById",
"description": "Gets the HVOOrganizationalUnits of a HVOOrganization or HVOOrganizationalUnit that have a HVOBusiness.\n\nThe operation will search recursively down the organizational hierarchy from the given logical ID and return all the HVOOrganizationalUnits which have associated instances of HVOBusiness and match the other search parameters.",
"resource": [
"Organization"
],
"parameter": [
{
"name": "id",
"documentation": "Logical ID (UUID) of HVOOrganization or HVOOrganizationalUnit",
"use": "in",
"min": 1,
"max": "1",
"type": "string"
},
{
"name": "return",
"documentation": "HVOOrganizationalUnits with at least one associated instance of HVOBusiness",
"use": "out",
"min": 0,
"max": "1",
"type": "Bundle"
},
{
"name": "name:contains",
"documentation": "Search string of name or alias of HVOOrganizationalUnit, at least 3 characters",
"use": "in",
"min": 0,
"max": "1",
"type": "string"
}
],
"status": "active",
"version": "1.0.0",
"kind": "operation",
"affectsState": false,
"system": false,
"type": false,
"instance": true,
"comment": "Can be invoked using a HTTP GET request.\n\nExample:\n\n.../$organizational-units-with-business-by-id?name:contains=abc",
"code": "organizational-units-with-business-by-id",
"name": "GetHVOOrganizationalUnitsWithBusinessById"
}