FHIR IG analytics| Package | se.electronichealth.fhir.hvo.r5 |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-SetEndDateForOrganizationHierarchy.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/SetEndDateForOrganizationHierarchy |
| URL | http://electronichealth.se/fhir/hvo/OperationDefinition/SetEndDateForOrganizationHierarchy |
| Version | 0.1.0 |
| Status | draft |
| Name | SetEndDateForOrganizationHierarchy |
| Realm | se |
| Description | Inactivates an organizational unit and the units below it at a given date by setting an end date in their period elements. |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "SetEndDateForOrganizationHierarchy",
"url": "http://electronichealth.se/fhir/hvo/OperationDefinition/SetEndDateForOrganizationHierarchy",
"description": "Inactivates an organizational unit and the units below it at a given date by setting an end date in their period elements.",
"resource": [
"Organization"
],
"parameter": [
{
"name": "endDate",
"documentation": "When an organizational unit and the units below it becomes inactive",
"use": "in",
"min": 1,
"max": "1",
"type": "dateTime"
},
{
"name": "return",
"documentation": "An OperationOutcome detailing if the operation succeeded or failed",
"use": "out",
"min": 1,
"max": "1",
"type": "OperationOutcome"
}
],
"status": "draft",
"version": "0.1.0",
"kind": "operation",
"affectsState": true,
"system": false,
"type": false,
"instance": true,
"comment": "Can be invoked using a HTTP POST request.",
"code": "set-end-date-for-organization-hierachy",
"name": "SetEndDateForOrganizationHierarchy"
}