PackagesCanonicalsLogsProblems
    Packages
    se.electronichealth.fhir.hvo.r5@0.1.1-alpha
    http://electronichealth.se/fhir/hvo/OperationDefinition/GetProviderAndHealthcareUnitForUnitById
{
  "description": "Gets the HVOOrganization marked as healthcare provider which the unit is a part of and the HVOOrganizationalUnit marked as healthcare unit\\nif the unit is part of one (ie. hierarchically below a HVOOrganizationalUnit with a type element set to healthcareunit).",
  "_filename": "OperationDefinition-GetProviderAndHealthcareUnitForUnitById.json",
  "package_name": "se.electronichealth.fhir.hvo.r5",
  "date": null,
  "system": false,
  "publisher": null,
  "instance": true,
  "name": "GetProviderAndHealthcareUnitForUnitById",
  "type": "false",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "0.1.1-alpha",
  "status": "active",
  "id": "d14bc98e-6953-4e01-9aa3-bb23c3a729c1",
  "resource": [ "Organization" ],
  "affectsState": false,
  "kind": "operation",
  "comment": "Can be invoked using a HTTP GET request.",
  "url": "http://electronichealth.se/fhir/hvo/OperationDefinition/GetProviderAndHealthcareUnitForUnitById",
  "code": "provider-and-healthcare-unit-for-unit-by-id",
  "version": "1.0.0",
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "id",
    "type": "string",
    "documentation": "Logical ID (UUID) of HVOOrganizationalUnit"
  }, {
    "max": "1",
    "min": 0,
    "use": "out",
    "name": "return",
    "type": "Bundle",
    "documentation": "A Bundle with the HVOOrganization marked as healthcare provider which the unit is a part of and the HVOOrganizationalUnit marked as healthcare unit\nif the unit is part of one (ie. hierarchically below a HVOOrganizationalUnit with a type element set to healthcareunit)"
  } ]
}