OrganizationName

Names by which the organization is known. Use the attribute isFormal=”true” to designate the legal or formal name of the Organization. The preferred name should be noted with the isPreferred attribute. Names may be typed with TypeOfOrganizationName to indicate their appropriate usage.

Extends

Name

Properties

Name Type Cardinality
abbreviation InternationalString 0..1
typeOfOrganizationName CodeValueType 0..1
effectivePeriod Date 0..1
isFormal xs:boolean 0..1

abbreviation

An abbreviation or acronym for the name. This may be expressed in multiple languages. It is assumed that if only a single language is provided that it may be used in any of the other languages within which the name itself is expressed.

typeOfOrganizationName

The type of organization name provided. the use of a controlled vocabulary is strongly recommended. At minimum this should include, e.g. PreviousFormalName, Nickname (or CommonName), Other.

effectivePeriod

The time period for which this name is accurate and in use.

isFormal

The legal or formal name of the organization should have the isFormal attribute set to true. To avoid confusion only one organization name should have the isFormal attribute set to true. Use the TypeOfOrganizationName to further differentiate the type and applied usage when multiple names are provided.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_OrganizationName [ label = "{<id>OrganizationName | + abbreviation : InternationalString \l + typeOfOrganizationName : CodeValueType \l + effectivePeriod : Date \l + isFormal : xs:boolean \l \l \l| \l \l}" tooltip = "ComplexDataTypes:OrganizationName" ] subgraph ComplexDataTypes { label = "ComplexDataTypes" node [ color = "#000000" ] DDI4_Name [ label = "{<id>Name | + isPreferred : xs:boolean \l + context : xs:string \l \l \l| \l \l}" tooltip = "ComplexDataTypes:Name" ]; } DDI4_OrganizationName -> DDI4_Name [arrowhead=empty color="#000000" ]; }