schema location: | ..\..\requester.xsd |
Elements |
Requester |
Requesters |
schema location: | ..\..\include\orgbasictypes.xsd |
Complex types |
ExternalOrganizationType |
OrganizationType |
ResourceType |
diagram | ![]() |
||
children | Id OfficialId Name InstituionCode ValidFromDate ValidToDate | ||
used by |
|
||
annotation |
|
||
source | <xs:element name="Requester"> <xs:annotation> <xs:documentation>Detailed information about one requester</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Id" type="xs:string"> <xs:annotation> <xs:documentation>Local code/id</xs:documentation> </xs:annotation> </xs:element> <xs:element name="OfficialId" type="xs:string"> <xs:annotation> <xs:documentation>National official id. HER-id from HER</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Name" type="xs:string"> <xs:annotation> <xs:documentation>Requesters name</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InstituionCode" type="xs:string"> <xs:annotation> <xs:documentation>Institution/Hospital dode</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ValidFromDate" type="xs:dateTime"> <xs:annotation> <xs:documentation>Date requester is valid from</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ValidToDate" type="xs:dateTime"> <xs:annotation> <xs:documentation>Date requester is valid to</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||
type | xs:string | ||
annotation |
|
||
source | <xs:element name="Id" type="xs:string"> <xs:annotation> <xs:documentation>Local code/id</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
type | xs:string | ||
annotation |
|
||
source | <xs:element name="OfficialId" type="xs:string"> <xs:annotation> <xs:documentation>National official id. HER-id from HER</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
type | xs:string | ||
annotation |
|
||
source | <xs:element name="Name" type="xs:string"> <xs:annotation> <xs:documentation>Requesters name</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
type | xs:string | ||
annotation |
|
||
source | <xs:element name="InstituionCode" type="xs:string"> <xs:annotation> <xs:documentation>Institution/Hospital dode</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
type | xs:dateTime | ||
annotation |
|
||
source | <xs:element name="ValidFromDate" type="xs:dateTime"> <xs:annotation> <xs:documentation>Date requester is valid from</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
type | xs:dateTime | ||
annotation |
|
||
source | <xs:element name="ValidToDate" type="xs:dateTime"> <xs:annotation> <xs:documentation>Date requester is valid to</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
children | Requester | ||
annotation |
|
||
source | <xs:element name="Requesters"> <xs:annotation> <xs:documentation>A collection of requesters</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="Requester" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||
children | Id Code Name | ||
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: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 | ![]() |
||
children | Id ShortNameId Name OfficialId | ||
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="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. HER Id</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
type | xs:int |
source | <xs:element name="Id" type="xs:int"/> |
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. HER Id</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
children | Id Code Name | ||
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"/> |