cdaab2:Verwaltende Organisation (custodian) (Template): Unterschied zwischen den Versionen

Aus Hl7wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „=Participant: verwaltende Organisation (custodian)= {| class="hl7table" |bgcolor="ddddff"|Template ID|| colspan=2 | <OID für das Template> |- |bgcolor="ddddff"…“)
 
K (Initialfassung zur Kommentierung)
Zeile 13: Zeile 13:
 
== '''Beschreibung des headertemplates - verwaltende Organisation''' ==
 
== '''Beschreibung des headertemplates - verwaltende Organisation''' ==
  
tbd
+
Die Organisation (''custodian''), die für die Verwaltung des Dokuments verantwortlich ist, muss verpflichtend in der entsprechenden Klasse wiedergegeben werden.
 +
 
 +
[[file:Cdaab1_custodian.gif|500px|Custodian]]
 +
 
 +
 
 +
{| class="hl7table"
 +
! Lvl
 +
! RIM
 +
! Name
 +
! Desc
 +
! DT
 +
! Kard
 +
! Conf
 +
! Beschreibung
 +
 
 +
|-
 +
|1
 +
|bgcolor="ff8888"|act
 +
|ClinicalDocument
 +
|Dokument
 +
|
 +
|1..1
 +
|M
 +
 
 +
|-
 +
| 2
 +
|bgcolor="ccffff"| part
 +
| assignedCustodian
 +
|
 +
|
 +
| 1..1
 +
| M
 +
|
 +
 
 +
|-
 +
| 2
 +
|bgcolor="ccffff"| part
 +
| @typeCode
 +
| "CST"
 +
| CS CNE
 +
| 1..1
 +
| M
 +
| fix
 +
 
 +
|-
 +
| 3
 +
|bgcolor="ffff88"| role
 +
| assignedCustodian
 +
| verwaltende Organisation
 +
|
 +
| 1..1
 +
| M
 +
|
 +
 
 +
|-
 +
| 3
 +
|bgcolor="ffff88"| role
 +
| @classCode
 +
| "PAT"
 +
| CS CNE
 +
| 1..1
 +
| M
 +
| fix
 +
 
 +
|-
 +
|4
 +
|bgcolor="88ff88"|ent
 +
| custodianOrganisation
 +
| verwaltende Organisation
 +
|
 +
| 1..1
 +
| M
 +
|
 +
 
 +
 
 +
|-
 +
| 5
 +
|bgcolor="88ff88"|ent
 +
| id
 +
| Id der Organisation
 +
| SET<II>
 +
| 1..*
 +
|
 +
| Die Organisation muss mindestens mit einer ID gekennzeichnet werden.
 +
Name der verwaltenden Organisation, Telekommunikations-Kontakte und Adresse sind optional.
 +
 
 +
|-
 +
| 5
 +
|bgcolor="88ff88"|ent
 +
| @classCode
 +
| "ORG"
 +
| CS CNE
 +
| 1..1
 +
| M
 +
| fix
 +
 
 +
 
 +
|-
 +
| 5
 +
|bgcolor="88ff88"|ent
 +
| @determinerCode
 +
| "INSTANCE"
 +
| CS CNE
 +
| 0..1
 +
| optional
 +
| fix
 +
 
 +
 
 +
|-
 +
| 5
 +
|bgcolor="88ff88"|ent
 +
| name
 +
| Name der Organisation
 +
| ON
 +
| 0..1
 +
|
 +
|
 +
 
 +
|-
 +
| 5
 +
|bgcolor="88ff88"|ent
 +
| telecom
 +
| Telekommunikation-Kontakte
 +
| TEL
 +
| 0..1
 +
 +
|
 +
 
 +
|-
 +
| 5
 +
|bgcolor="88ff88"|ent
 +
| addr
 +
| Adresse der Organisation
 +
| AD
 +
| 0..1
 +
|
 +
|
 +
 +
|}
 +
 
 +
<syntaxhighlight lang="xml">
 +
<custodian>
 +
    <assignedCustodian>
 +
      <representedCustodianOrganization>
 +
        <id extension="175648374" root="1.2.276.0.76.4.5">
 +
        <telecom use="WP" value="tel:0242127070"/>
 +
        <addr>
 +
          <streetName>Krankenhausstraße</streetName>
 +
          <houseNumber>240</houseNumber>
 +
          <postalCode>51371</postalCode>
 +
          <city>Leverkusen</city>
 +
        </addr>
 +
      </representedCustodianOrganization>
 +
    </assignedCustodian>
 +
</custodian>
 +
</syntaxhighlight>
  
  
 
[[Kategorie:CDA-Header|C]]
 
[[Kategorie:CDA-Header|C]]

Version vom 26. November 2012, 13:39 Uhr

Participant: verwaltende Organisation (custodian)

Template ID <OID für das Template>
General Description Dieses Template spezifiziert, wer das Dokument verwaltet.
LOINC Code Opt. Description
n.a. required

Beschreibung des headertemplates - verwaltende Organisation

Die Organisation (custodian), die für die Verwaltung des Dokuments verantwortlich ist, muss verpflichtend in der entsprechenden Klasse wiedergegeben werden.

Custodian


Lvl RIM Name Desc DT Kard Conf Beschreibung
1 act ClinicalDocument Dokument 1..1 M
2 part assignedCustodian 1..1 M
2 part @typeCode "CST" CS CNE 1..1 M fix
3 role assignedCustodian verwaltende Organisation 1..1 M
3 role @classCode "PAT" CS CNE 1..1 M fix
4 ent custodianOrganisation verwaltende Organisation 1..1 M


5 ent id Id der Organisation SET<II> 1..* Die Organisation muss mindestens mit einer ID gekennzeichnet werden.

Name der verwaltenden Organisation, Telekommunikations-Kontakte und Adresse sind optional.

5 ent @classCode "ORG" CS CNE 1..1 M fix


5 ent @determinerCode "INSTANCE" CS CNE 0..1 optional fix


5 ent name Name der Organisation ON 0..1
5 ent telecom Telekommunikation-Kontakte TEL 0..1
5 ent addr Adresse der Organisation AD 0..1
<custodian>
    <assignedCustodian>
      <representedCustodianOrganization>
        <id extension="175648374" root="1.2.276.0.76.4.5">
        <telecom use="WP" value="tel:0242127070"/>
        <addr>
          <streetName>Krankenhausstraße</streetName>
          <houseNumber>240</houseNumber>
          <postalCode>51371</postalCode>
          <city>Leverkusen</city>
        </addr>
      </representedCustodianOrganization>
    </assignedCustodian>
</custodian>