schema location: | ..\..\userdefaultorganization.xsd |
Elements |
UserDefaultOrganization |
schema location: | ..\..\include\orgbasictypes.xsd |
Complex types |
ExternalOrganizationType |
OrganizationType |
OrganizationType2 |
ResourceType |
ValidPeriodTypeOrgs |
diagram | ![]() |
||
children | Institution MedicalUnit CareUnit Resource DefaultOrganizationUnits | ||
annotation |
|
||
source | <xs:element name="UserDefaultOrganization"> <xs:annotation> <xs:documentation>Comment describing your root element</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Institution" type="OrganizationType" minOccurs="0"> <xs:annotation> <xs:documentation>Not Implemented for HIS90</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MedicalUnit" type="OrganizationType" minOccurs="0"/> <xs:element name="CareUnit" type="OrganizationType" minOccurs="0"/> <xs:element name="Resource" minOccurs="0"> <xs:annotation> <xs:documentation>Not Implemented for HIS90</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="ResourceType"> <xs:sequence> <xs:element name="ResourceId" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Resource id, replacement for Id HIS90: Mandatory ResourceId is a combined idDept_No|Resource_Code</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TypeOfResourceId" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>TypeOfId in ResourceId Valid values are: LOC=Lokal resource id</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="DefaultOrganizationUnits" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Additional organization units the user has set defualts for. TypeOfOrganizationUnit will define type of default settings.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="OrganizationType"> <xs:sequence> <xs:element name="TypeOfOrganizationUnit" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Valid values are: LAVLIST - Default medical unit for listing LENLIST - Default care unit for listing LAVREG - Default medical unit for registration LENREG - Default care unit for registration</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||
type | OrganizationType | ||
children | Id TypeOfId ShortNameId Name OfficialId ValidPeriod | ||
annotation |
|
||
source | <xs:element name="Institution" type="OrganizationType" minOccurs="0"> <xs:annotation> <xs:documentation>Not Implemented for HIS90</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
type | OrganizationType |
children | Id TypeOfId ShortNameId Name OfficialId ValidPeriod |
source | <xs:element name="MedicalUnit" type="OrganizationType" minOccurs="0"/> |
diagram | ![]() |
type | OrganizationType |
children | Id TypeOfId ShortNameId Name OfficialId ValidPeriod |
source | <xs:element name="CareUnit" type="OrganizationType" minOccurs="0"/> |
diagram | ![]() |
||
type | extension of ResourceType | ||
children | Id Code Name ResourceId TypeOfResourceId | ||
annotation |
|
||
source | <xs:element name="Resource" minOccurs="0"> <xs:annotation> <xs:documentation>Not Implemented for HIS90</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="ResourceType"> <xs:sequence> <xs:element name="ResourceId" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Resource id, replacement for Id HIS90: Mandatory ResourceId is a combined idDept_No|Resource_Code</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TypeOfResourceId" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>TypeOfId in ResourceId Valid values are: LOC=Lokal resource id</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
diagram | ![]() |
||
type | xs:string | ||
annotation |
|
||
source | <xs:element name="ResourceId" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Resource id, replacement for Id HIS90: Mandatory ResourceId is a combined idDept_No|Resource_Code</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
type | xs:string | ||
annotation |
|
||
source | <xs:element name="TypeOfResourceId" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>TypeOfId in ResourceId Valid values are: LOC=Lokal resource id</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
type | extension of OrganizationType | ||
children | Id TypeOfId ShortNameId Name OfficialId ValidPeriod TypeOfOrganizationUnit | ||
annotation |
|
||
source | <xs:element name="DefaultOrganizationUnits" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Additional organization units the user has set defualts for. TypeOfOrganizationUnit will define type of default settings.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="OrganizationType"> <xs:sequence> <xs:element name="TypeOfOrganizationUnit" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Valid values are: LAVLIST - Default medical unit for listing LENLIST - Default care unit for listing LAVREG - Default medical unit for registration LENREG - Default care unit for registration</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
diagram | ![]() |
||
type | xs:string | ||
annotation |
|
||
source | <xs:element name="TypeOfOrganizationUnit" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Valid values are: LAVLIST - Default medical unit for listing LENLIST - Default care unit for listing LAVREG - Default medical unit for registration LENREG - Default care unit for registration</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
children | Id Code Name OfficialId | ||
annotation |
|
||
source | <xs:complexType name="ExternalOrganizationType"> <xs:annotation> <xs:documentation>Type for an external organization or resource (EksternInstans)</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Id" type="xs:string"/> <xs:element name="Code" type="xs:string"/> <xs:element name="Name" type="xs:string"/> <xs:element name="OfficialId" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
type | xs:string |
source | <xs:element name="Id" type="xs:string"/> |
diagram | ![]() |
type | xs:string |
source | <xs:element name="Code" type="xs:string"/> |
diagram | ![]() |
type | xs:string |
source | <xs:element name="Name" type="xs:string"/> |
diagram | ![]() |
type | xs:string |
source | <xs:element name="OfficialId" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||
children | Id TypeOfId ShortNameId Name OfficialId ValidPeriod | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="OrganizationType"> <xs:annotation> <xs:documentation>Type for the organizational unit</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Id" type="xs:int"/> <xs:element name="TypeOfId" type="xs:string" minOccurs="0"/> <xs:element name="ShortNameId" type="xs:string"/> <xs:element name="Name" type="xs:string" minOccurs="0"/> <xs:element name="OfficialId" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>HIS90 only. Unique Id</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ValidPeriod" type="ValidPeriodTypeOrgs" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
type | xs:int |
source | <xs:element name="Id" type="xs:int"/> |
diagram | ![]() |
type | xs:string |
source | <xs:element name="TypeOfId" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
type | xs:string |
source | <xs:element name="ShortNameId" type="xs:string"/> |
diagram | ![]() |
type | xs:string |
source | <xs:element name="Name" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
type | xs:string | ||
annotation |
|
||
source | <xs:element name="OfficialId" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>HIS90 only. Unique Id</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
type | ValidPeriodTypeOrgs |
children | ValidFrom ValidTo |
source | <xs:element name="ValidPeriod" type="ValidPeriodTypeOrgs" minOccurs="0"/> |
diagram | ![]() |
||
type | extension of OrganizationType | ||
children | Id TypeOfId ShortNameId Name OfficialId ValidPeriod OrgUnitType | ||
annotation |
|
||
source | <xs:complexType name="OrganizationType2"> <xs:annotation> <xs:documentation>Type for the organizational unit extended</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="OrganizationType"> <xs:sequence> <xs:element name="OrgUnitType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Organization unit type I : Inpatients/Sengepost org P : Oupatients/Poliklinikk org A : Admin org R : Xray/røntgen org M : Reception/Mottakelse org</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||
type | xs:string | ||
annotation |
|
||
source | <xs:element name="OrgUnitType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Organization unit type I : Inpatients/Sengepost org P : Oupatients/Poliklinikk org A : Admin org R : Xray/røntgen org M : Reception/Mottakelse org</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
children | Id Code Name | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="ResourceType"> <xs:annotation> <xs:documentation>Type for a resource</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Id" type="xs:string"/> <xs:element name="Code" type="xs:string" minOccurs="0"/> <xs:element name="Name" type="xs:string"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
type | xs:string |
source | <xs:element name="Id" type="xs:string"/> |
diagram | ![]() |
type | xs:string |
source | <xs:element name="Code" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
type | xs:string |
source | <xs:element name="Name" type="xs:string"/> |
diagram | ![]() |
||
children | ValidFrom ValidTo | ||
used by |
|
||
source | <xs:complexType name="ValidPeriodTypeOrgs"> <xs:sequence> <xs:element name="ValidFrom" type="xs:dateTime" minOccurs="0"/> <xs:element name="ValidTo" type="xs:dateTime" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
type | xs:dateTime |
source | <xs:element name="ValidFrom" type="xs:dateTime" minOccurs="0"/> |
diagram | ![]() |
type | xs:dateTime |
source | <xs:element name="ValidTo" type="xs:dateTime" minOccurs="0"/> |