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

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeOperationDefinition
IdOperationDefinition-GetHVOOrganizationalUnitsWithBusinessById.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.hvo.r5@0.1.3-alpha&canonical=http://electronichealth.se/fhir/hvo/OperationDefinition/GetHVOOrganizationalUnitsWithBusinessById
URLhttp://electronichealth.se/fhir/hvo/OperationDefinition/GetHVOOrganizationalUnitsWithBusinessById
Version1.0.0
Statusactive
NameGetHVOOrganizationalUnitsWithBusinessById
Realmse
DescriptionGets 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.
Typefalse
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": "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"
}