FHIR IG analytics| Package | se.electronichealth.fhir.hvo.r5 |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-GetAllRootOrganizations.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/GetAllRootOrganizations |
| URL | http://electronichealth.se/fhir/hvo/OperationDefinition/GetAllRootOrganizations |
| Version | 1.0.0 |
| Status | active |
| Name | GetAllRootOrganizations |
| Realm | se |
| Description | Gets all HVOOrganizations that are root organizations, ie legal entities and sole traders. |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "GetAllRootOrganizations",
"url": "http://electronichealth.se/fhir/hvo/OperationDefinition/GetAllRootOrganizations",
"description": "Gets all HVOOrganizations that are root organizations, ie legal entities and sole traders.",
"resource": [
"Organization"
],
"parameter": [
{
"name": "active",
"documentation": "Boolean indicating whether to filter on active or on inactive root organizations. Both active and inactive root organizations will be returned if the parameter is omitted",
"use": "in",
"min": 0,
"max": "1",
"type": "boolean"
},
{
"name": "return",
"documentation": "A Bundle with HVOOrganizations that are root organizations",
"use": "out",
"min": 0,
"max": "1",
"type": "Bundle"
}
],
"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.../$root-organizations?active=true",
"code": "root-organizations",
"name": "GetAllRootOrganizations"
}