FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeOperationDefinition
IdOperationDefinition-SetEndDateForOrganizationHierarchy.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.hvo.r5@0.1.3-alpha&canonical=http://electronichealth.se/fhir/hvo/OperationDefinition/SetEndDateForOrganizationHierarchy
URLhttp://electronichealth.se/fhir/hvo/OperationDefinition/SetEndDateForOrganizationHierarchy
Version0.1.0
Statusdraft
NameSetEndDateForOrganizationHierarchy
Realmse
DescriptionInactivates an organizational unit and the units below it at a given date by setting an end date in their period elements.
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
}