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

FHIR IG analytics

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