[geprüfte Version] | [Markierung ausstehend] |
|
|
− | ===Organisations-Element===
| |
− | Organisations-Elemente im CDA sind komplexe, zusammengesetzte Objekte und dienen zur Abbildung von Organisationen unter Berücksichtigung ihrer essentiellen Informationen, wie ID, Name, Adresse, Kontaktdaten, etc.
| |
− |
| |
− | ====Strukturbeispiel====
| |
− | <pre class="ilfbox_code">
| |
− | <serviceProviderOrganization>
| |
− | <id root="1.2.40.0.34.3.1.xxx" assigningAuthorityName="GDA Index"/>
| |
− | <name>Amadeus Spital</name>
| |
− | <telecom value="tel:+43.1.3453446.0"/>
| |
− | <telecom value="fax:+43.1.3453446.4674"/>
| |
− | <telecom value="mailto:info@amadeusspital.at"/>
| |
− | <telecom value="http://www.amadeusspital.at"/>
| |
− | <addr>
| |
− | <streetName>Mozartgasse</streetName>
| |
− | <houseNumber>1-7</houseNumber>
| |
− | <postalCode>1234</postalCode>
| |
− | <city>St.Wolfgang</city>
| |
− | <state>Salzburg</state>
| |
− | <country>AUT</country>
| |
− | </addr>
| |
− | </serviceProviderOrganization>
| |
− | </pre>
| |
− |
| |
| ====Spezifikation==== | | ====Spezifikation==== |
− | Bei Organisations-Elementen MÜSSEN, sofern nicht anders spezifiziert, immer die folgenden Elemente angegeben werden: | + | Bei Personen-Elementen MÜSSEN, sofern nicht anders spezifiziert, immer die folgenden Elemente angegeben werden: |
− | =====id=====
| |
− | {| class="wikitable" width="100%"
| |
− | |-
| |
− | ! style="text-align:left" width="20%" | Element/Attribut ||style="text-align:left" width="5%" | DT ||style="text-align:left" width="5%" | Kard ||style="text-align:left" width="5%" | Konf ||style="text-align:left" width="65%" | Beschreibung
| |
− | | |
− | |- style="background:#FFFFFF"
| |
− | | style="text-align:left" | id|| II || 0..* || O || Beliebig viele IDs der Organisation. z.B.: ID aus dem GDA-Index, DVR-Nummer, ATU-Nummer, etc.<br/> Grundsätzlich sind die Vorgaben gemäß "[[#Identifikations-Elemente|Identifikations-Elemente]]" zu befolgen.
| |
− | |-
| |
− | |}
| |
− | | |
− | =====Name der Organisation=====
| |
− | {| class="wikitable" width="100%"
| |
− | |-
| |
− | ! style="text-align:left" width="20%" | Element/Attribut ||style="text-align:left" width="5%" | DT ||style="text-align:left" width="5%" | Kard ||style="text-align:left" width="5%" | Konf ||style="text-align:left" width="65%" | Beschreibung
| |
− | | |
− | |- style="background:#FFFFFF"
| |
− | | style="text-align:left" | name || PN|| 1..1 || M || Name der Organisation<br/>Grundsätzlich sind die Vorgaben gemäß "[[#Namen-Elemente_von_Organisationen_ON|Namen-Elemente von Organisationen ON]]" zu befolgen.
| |
− | |-
| |
− | |}
| |
− | | |
− | =====Kontakt-Elemente der Organisation=====
| |
− | {| class="wikitable" width="100%"
| |
− | |-
| |
− | ! style="text-align:left" width="20%" | Element/Attribut ||style="text-align:left" width="5%" | DT ||style="text-align:left" width="5%" | Kard ||style="text-align:left" width="5%" | Konf ||style="text-align:left" width="65%" | Beschreibung
| |
− | | |
− | |- style="background:#FFFFFF"
| |
− | | style="text-align:left" | telecom|| TEL || 0..* || O || Beliebig viele Kontakt-Elemente der Organisation<br/>Grundsätzlich sind die Vorgaben gemäß "[[#Kontaktdaten-Elemente|Kontaktdaten-Element]]" zu befolgen.
| |
− | |-
| |
− | |}
| |
− | | |
− | =====Adress-Element der Organisation=====
| |
| {| class="wikitable" width="100%" | | {| class="wikitable" width="100%" |
| |- | | |- |
|
|
| | | |
| |- style="background:#FFFFFF" | | |- style="background:#FFFFFF" |
− | | style="text-align:left" | addr|| AD|| 0..1 || O || Ein Adress-Elemente der Organisation<br/>Grundsätzlich sind die Vorgaben gemäß "[[#Adress-Elemente|Adress-Elemente]]" zu befolgen. | + | | style="text-align:left" | name|| PN|| 1..* || M || Name der Person<br/> Grundsätzlich sind die Vorgaben gemäß "[[#Namen-Elemente_von_Personen_PN|Namen-Elemente von Personen PN]]" zu befolgen. |
| |- | | |- |
| |} | | |} |
− |
| |
− | Organisationen werden durch folgende Templates spezifiziert:
| |
− |
| |
− | *[[#Organization_Compilation_with_name|Organization Compilation with name]]
| |
− | *[[#Organization_Compilation_with_id.2C_name|Organization Compilation with id, name]]
| |
− | *[[#Organization_Compilation_with_id.2C_name.2C_tel.2C_addr|Organization Compilation with id, name, tel, addr]]
| |
− | *[[#Organization_Compilation_with_name.2C_addr_minimal|Organization Compilation with name, addr minimal]]
| |
− | *[[#Organization_Compilation_with_name.2C_addr_minimal_and_telecom|Organization Compilation with name, addr minimal and telecom]]
| |