Assigned Organizational Entity Content Module
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”/>
- For non-medical departments (e.g. IT Service) this element MUST NOT be provided.
- <assignedEntity>
- <representedOrganization>
- <asOrganizationPartOf>
- <code code='...' displayName='...' codeSystem='...' codeSystemName='...' />
- <wholeOrganization>
- <id extension= root=/>
- <name></name>