FHIR IG analytics| Package | se.electronichealth.fhir.hvo.r5 |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-GetProviderAndHealthcareUnitForUnitById.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=se.electronichealth.fhir.hvo.r5@0.1.3-alpha&canonical=http://electronichealth.se/fhir/hvo/OperationDefinition/GetProviderAndHealthcareUnitForUnitById |
| URL | http://electronichealth.se/fhir/hvo/OperationDefinition/GetProviderAndHealthcareUnitForUnitById |
| Version | 1.0.0 |
| Status | active |
| Name | GetProviderAndHealthcareUnitForUnitById |
| Realm | se |
| Description | Gets the HVOOrganization marked as healthcare provider which the unit is a part of and the HVOOrganizationalUnit marked as healthcare unit if the unit is part of one (ie. hierarchically below a HVOOrganizationalUnit with a type element set to healthcareunit). |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "GetProviderAndHealthcareUnitForUnitById",
"url": "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).",
"resource": [
"Organization"
],
"parameter": [
{
"name": "id",
"documentation": "Logical ID (UUID) of HVOOrganizationalUnit",
"use": "in",
"min": 1,
"max": "1",
"type": "string"
},
{
"name": "return",
"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)",
"use": "out",
"min": 0,
"max": "1",
"type": "Bundle"
}
],
"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.",
"code": "provider-and-healthcare-unit-for-unit-by-id",
"name": "GetProviderAndHealthcareUnitForUnitById"
}