FHIR IG analytics| Package | se.electronichealth.fhir.hvo.r5 |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-GetHVOOrganizationalUnitsWithBusiness.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/GetHVOOrganizationalUnitsWithBusiness |
| URL | http://electronichealth.se/fhir/hvo/OperationDefinition/GetHVOOrganizationalUnitsWithBusiness |
| Version | 1.0.0 |
| Status | active |
| Name | GetHVOOrganizationalUnitsWithBusiness |
| Realm | se |
| Description | Gets the HVOOrganizationalUnits of a HVOOrganization that have a HVOBusiness. The 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. |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "GetHVOOrganizationalUnitsWithBusiness",
"url": "http://electronichealth.se/fhir/hvo/OperationDefinition/GetHVOOrganizationalUnitsWithBusiness",
"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.",
"resource": [
"Organization"
],
"parameter": [
{
"name": "identifier",
"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)",
"use": "in",
"min": 1,
"max": "1",
"type": "string",
"searchType": "token"
},
{
"name": "return",
"documentation": "HVOOrganizationalUnits that are a part of the supplied organization and that have a contained 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": true,
"instance": false,
"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",
"code": "organizational-units-with-business",
"name": "GetHVOOrganizationalUnitsWithBusiness"
}