PackagesCanonicalsLogsProblems
    Packages
    se.electronichealth.fhir.hvo.r5@0.1.3-alpha
    http://electronichealth.se/fhir/hvo/OperationDefinition/GetHVOOrganizationalUnitsByHVOBusinessCategory
{
  "description": "Gets all HVOOrganizationalUnits which contain a HVOBusiness with the provided business category code(s).",
  "_filename": "OperationDefinition-GetHVOOrganizationalUnitsByHVOBusinessCategory.json",
  "package_name": "se.electronichealth.fhir.hvo.r5",
  "date": null,
  "system": false,
  "publisher": null,
  "instance": false,
  "name": "GetHVOOrganizationalUnitsByHVOBusinessCategory",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "0.1.3-alpha",
  "status": "retired",
  "id": "5d40ce71-fd97-43ee-b383-a69fab99ab55",
  "resource": [ "Organization" ],
  "affectsState": false,
  "kind": "operation",
  "comment": "Can be invoked using a HTTP GET request.",
  "url": "http://electronichealth.se/fhir/hvo/OperationDefinition/GetHVOOrganizationalUnitsByHVOBusinessCategory",
  "code": "organizational-units-by-business-category",
  "version": "1.0.0",
  "parameter": [ {
    "max": "*",
    "min": 1,
    "use": "in",
    "name": "code",
    "type": "string",
    "searchType": "token",
    "documentation": "Category code in the format \"codesystem|code\""
  }, {
    "max": "1",
    "min": 0,
    "use": "out",
    "name": "return",
    "type": "Bundle",
    "documentation": "A Bundle with HVOOrganizationalUnits which contain a HVOBusiness with the provided business category code(s)"
  } ]
}