Assigned Organizational Entity Content Module
(Die Seite wurde neu angelegt: „<!-- Implementierungsleitfaden "CDA für die elektronische Fallakte" --> {{Infobox Dokument |Title = 1.2.276.0.76.3.1.81.81.6.2.6 |Short = Assigned …“) |
(→Template) |
||
Zeile 102: | Zeile 102: | ||
:This element is optional. If given, it holds the type of the sub-organization (e.g. medical faculty, administration, etc.). | :This element is optional. If given, it holds the type of the sub-organization (e.g. medical faculty, administration, etc.). | ||
:For the German healthcare system sub-organization types MUST be encoded in a way that can be derived from the sub-organization’s SMC-B (if assigned at all). As there is recently no respective codesystem defined, the following code SHOULD be used for all kinds of medical departments and faculties: | :For the German healthcare system sub-organization types MUST be encoded in a way that can be derived from the sub-organization’s SMC-B (if assigned at all). As there is recently no respective codesystem defined, the following code SHOULD be used for all kinds of medical departments and faculties: | ||
− | *<code code=”1.2.276.0.76.4.50” displayName=”betriebsstätte-arzt-ghcs”/> | + | :*<code code=”1.2.276.0.76.4.50” displayName=”betriebsstätte-arzt-ghcs”/> |
:For non-medical departments (e.g. IT Service) this element MUST NOT be provided. | :For non-medical departments (e.g. IT Service) this element MUST NOT be provided. | ||
Zeile 115: | Zeile 115: | ||
;<wholeOrganization> | ;<wholeOrganization> | ||
− | ;: <id extension= | + | ;: <id extension= root= /> |
;: <name></name> | ;: <name></name> | ||
:The organization the department/faculty belongs to MUST be identified by a unique identifier and its name. For identifying the organization an identifier from one of the identification schemes listed in Appendic C.2 MUST be used. Multiple Identifiers MAY be given. | :The organization the department/faculty belongs to MUST be identified by a unique identifier and its name. For identifying the organization an identifier from one of the identification schemes listed in Appendic C.2 MUST be used. Multiple Identifiers MAY be given. |
Version vom 11. März 2012, 21:09 Uhr
Dieses Dokument gibt wieder:
Implementierungsleitfaden Assigned Organizational Entity Content Module (0.9). Die Teilmaterialien gehören der Kategorie cdaefa an. |
March 2012
Jörg Caumanns
The Assigned Organizational Entity content module defines the recording of organizations as assigned actors. It can be used with the document header or within document body entries for the instantiation of <assignedEntity> elements.
Two flavors of this content module are defined for the German healthcare system:
- encoding of a “flat” organization without consideration of its internal organizational struc-ture
- encoding of a organizational hierarchy (department/faculty within a hospital)
Inhaltsverzeichnis
Flat Organization
As the figure shows, a medical organization is encoded with both of its roles: as a healthcare provider and as a business entity. In most superordinate Content Modules an organization as an assigned entity is referred to within the context of medical treatment; therefore its role as a healthcare provider is usually much more prominent as its role as a business entity.
Template
<assignedEntity>
<templateId root='1.2.276.0.76.3.1.81.81.6.2.6' />
<id extension= root=/>
<code code='...' displayName='...' codeSystem='...' codeSystemName='...' />
<addr> ... </addr>
<telecom value='...'/>
<representedOrganization>
<name> ... </name>
</representedOrganization>
</assignedEntity>
- <assignedEntity>
- <id extension='..' root='..'/>
- <code code='...' displayName='...' codeSystem='...' codeSystemName='...' />
- For hospitals the organization type MUST be encoded as
- <code code=”1.2.276.0.76.4.53 “ displayName=”krankenhaus-ghcs”/>
- For medical practices the organization type MUST be encoded as
- <code code=”1.2.276.0.76.4.50” displayName=”betriebsstätte-arzt-ghcs”/>
- For dentists practices the organization type MUST be encoded as
- <code code=”1.2.276.0.76.4.51” displayName=”zahnarztpraxis-ghcs”/>
- For pharmacies the organization type MUST be encoded as
- <code code=”1.2.276.0.76.4.54” displayName=”oeffentliche-apotheke-ghcs”/>
- For all other types of organizations this element MUST NOT be provided.
- <assignedEntity>
- <representedOrganization>
Hierarchical Organization
Template
<assignedEntity>
<templateId root='1.2.276.0.76.3.1.81.81.6.2.6' />
<id extension= root=/>
<code code='...' displayName='...' codeSystem='...' codeSystemName='...' />
<telecom value='.... '/>
<addr></addr>
<representedOrganization>
<name> ... </name>
<asOrganizationPartOf>
<id extension= root=/>
<code code='...' displayName='...' codeSystem='...' codeSystemName='...' />
<wholeOrganization>
<id extension= root=/>
<name> ... </name>
</wholeOrganization>
</asOrganizationPartOf>
</representedOrganization>
</assignedEntity>
- <assignedEntity>
- <id extension='..' root='..'/>
Identifiers for hospital departments MUST NOT be given unless (1) the department is assigned its own SMC-B and (2) the identifier can be discovered through public directory services. In all other cases the healthcare provider entity identifier of a hospital department MUST be recorded as unknown: <id nullFlavor=”UNK” />
- <assignedEntity>
- <code code='...' displayName='...' codeSystem='...' codeSystemName='...' />
- <code code=”1.2.276.0.76.4.50” displayName=”betriebsstätte-arzt-ghcs”/>
- <assignedEntity>
- <representedOrganization>
- <asOrganizationPartOf>
- <code code='...' displayName='...' codeSystem='...' codeSystemName='...' />
- <wholeOrganization>
- <id extension= root= />
- <name></name>