FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeOperationDefinition
IdOperationDefinition-GetAllRootOrganizations.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.hvo.r5@0.1.3-alpha&canonical=http://electronichealth.se/fhir/hvo/OperationDefinition/GetAllRootOrganizations
URLhttp://electronichealth.se/fhir/hvo/OperationDefinition/GetAllRootOrganizations
Version1.0.0
Statusactive
NameGetAllRootOrganizations
Realmse
DescriptionGets all HVOOrganizations that are root organizations, ie legal entities and sole traders.
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
}