{
"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.2-alpha",
"status": "active",
"id": "65dc34bb-74c6-4e92-97ad-176ec9be43a0",
"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)"
} ]
}