| BirthCertificate UML Documentation |
Summary:AttributesCommentsProperties | Detail:Attributes |
Contains demographic information about the newborn's mother. Note that the properties of this class can be derived from Person and therefore are all marked as Derived, yet we wanted to clearly show where the specific fields on the birth certificate can be found, so they are in this class for logical model purposes. This class would probably not be instantiated in actual implentations.
Attributes | ||
Person | asPerson |
A pointer to the Person record of the newborn's mother. This shows the logical relationship between the Mother role and the Person class, yet this property might not be actually instantiated. |
Boolean | isMotherMarried |
[US Standard Certificate Of Birth Field 15]. Indicates whether the infant's mother was married at birth, conception, or any time in between. |
Boolean | isMothersMailingAddressSameAsResidence |
[US Standard Certificate Of Birth Field 14]. Indicates whether the mother's mailing address and the mother's residence address at the time of the infant's birth are the same or different. |
Boolean | isMothersResidenceInsideCityLimits |
[US Standard Certificate Of Birth Field 09g]. Indicates whether the mother's residence at the time of the infant's birth is within city limits. |
«CS» Code | motherHispanicOriginCategory |
[US Standard Certificate Of Birth Field 21]. Indicates whether the infant's mother is of Hispanic origin, and if so, further categorizes her ethnicity. Possible values include: No, not Spanish/Hispanic/Latina; Yes, Mexican, Mexican American, Chicana; Yes, Puerto Rican; Yes, Cuban; and Yes, other Spanish/Hispanic/Latina. If "Yes, other Spanish/Hispanic/Latina" is chosen, then the motherHispanicOriginOther is used to further specify. |
String | motherHispanicOriginOther |
[US Standard Certificate Of Birth Field 21]. If motherHispanicOriginCategory is "Yes, other Spanish/Hispanic/Latina", then this free text property is used to further specify the infant's mother's ethnicity. |
«AD» Address | mothersBirthAddress |
[US Standard Certificate Of Birth Field 08d]. The birthplace (limited to State, Territory, or Foreign Country) of the infant's mother. |
«PN» PersonName | mothersCurrentLegalName |
[US Standard Certificate Of Birth Field 08a]. The legal name of the infant's mother at the time of the infant's birth. |
«TS» PointInTime | mothersDateOfBirth |
[US Standard Certificate Of Birth Field 08b]. The infant's mother's date of birth. |
«CS» Code | mothersEducationLevel |
[US Standard Certificate Of Birth Field 20]. Categorizes the degree or level of school completed by the infant's mother at the time of delivery. Possible values include: 8th grade or less; 9th-12th grade, no diploma; High school graduate or GED completed; Some college credit, but no degree; Associate degree (e.g., AA, AS); Bachelor's degree (e.g., BA, AB, BS); Master's degree (e.g., MA, MS, MEng, MSW, MBA); Doctorate (e.g., PhD, EdD), or Professional degree (e.g., MD, DDS, DVM, LLB, JD). |
«PN» PersonName | mothersMaidenName |
[US Standard Certificate Of Birth Field 08c]. The legal name of the infant's mother at the time of her birth. Note that this might be derived from the infant's Person record, as this is used as a Person Demographic property for purposes of Identity Management. |
«AD» Address | mothersMailingAddress |
[US Standard Certificate Of Birth Field 14]. The mailing address of the mother at the time of the infant's birth. Used if different than the mothersResidenceAddress |
String | mothersMedicalRecordId |
[US Standard Certificate Of Birth Field 40]. Uniquely identifies the mother's medical record within the institution's set of records. Note that this is modeled as a string, as this is all that is called for by the form, but it might be more properly modeled as an Id. |
«CS» Code | mothersRaceCategory |
[US Standard Certificate Of Birth Field 22]. Indicates the race(s) that the infant's mother considers herself to be. Possible values include: White; Black, or African American; American Indian or Alaska Native**; Asian Indian; Chinese; Filipino; Japanese; Korean; Vietnamese; Other Asian**; Native Hawaiian; Guamanian or Chamorro; Samoan; Other Pacific Islander**; Other**. **If Alaska Native is chosen, the mothersRaceOther free text field is used to specify the name of her enrolled or principal tribe; if Other Asian, Other Pacific Islander, or Other is chosen, the mothersRaceOther free text field is used to provide further specificity. |
String | mothersRaceOther |
[US Standard Certificate Of Birth Field 22]. Provides further specificity for the infant's mother's race. Used only if mothersRaceCategory is Alaska Native, Other Asian, Other Pacific Islander, or Other. |
«AD» Address | mothersResidenceAddress |
[US Standard Certificate Of Birth Field 09a-f]. The address of the mother's residence at the time of the infant's birth. |
String | mothersSsn |
[US Standard Certificate Of Birth Field 18]. The Social Security Number of the infant's mother. |
Properties:
Alias | |
Classifier Behavior | |
Is Abstract | false |
Is Active | false |
Is Leaf | false |
Keywords | |
Name | Mother |
Name Expression | |
Namespace | BirthCertificate |
Owned Template Signature | |
Owner | BirthCertificate |
Owning Template Parameter | |
Package | BirthCertificate |
Qualified Name | FHIM::Person::BirthCertificate::Mother |
Representation | |
Stereotype | |
Template Parameter | |
Visibility | Public |
Attribute Details |
Public Person asPerson
A pointer to the Person record of the newborn's mother. This shows the logical relationship between the Mother role and the Person class, yet this property might not be actually instantiated.
Aggregation | None |
Alias | |
Association | mother_asPerson |
Association End | |
Class | Mother |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | asPerson |
Name Expression | |
Namespace | Mother |
Opposite | |
Owner | Mother |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Person::BirthCertificate::Mother::asPerson |
Stereotype | |
Template Parameter | |
Type | Person |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public Boolean isMotherMarried
[US Standard Certificate Of Birth Field 15]. Indicates whether the infant's mother was married at birth, conception, or any time in between.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | Mother |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | true |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | isMotherMarried |
Name Expression | |
Namespace | Mother |
Opposite | |
Owner | Mother |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Person::BirthCertificate::Mother::isMotherMarried |
Stereotype | |
Template Parameter | |
Type | Boolean |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public Boolean isMothersMailingAddressSameAsResidence
[US Standard Certificate Of Birth Field 14]. Indicates whether the mother's mailing address and the mother's residence address at the time of the infant's birth are the same or different.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | Mother |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | true |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | isMothersMailingAddressSameAsResidence |
Name Expression | |
Namespace | Mother |
Opposite | |
Owner | Mother |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Person::BirthCertificate::Mother::isMothersMailingAddressSameAsResidence |
Stereotype | |
Template Parameter | |
Type | Boolean |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public Boolean isMothersResidenceInsideCityLimits
[US Standard Certificate Of Birth Field 09g]. Indicates whether the mother's residence at the time of the infant's birth is within city limits.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | Mother |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | true |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | isMothersResidenceInsideCityLimits |
Name Expression | |
Namespace | Mother |
Opposite | |
Owner | Mother |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Person::BirthCertificate::Mother::isMothersResidenceInsideCityLimits |
Stereotype | |
Template Parameter | |
Type | Boolean |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «CS» Code motherHispanicOriginCategory
[US Standard Certificate Of Birth Field 21]. Indicates whether the infant's mother is of Hispanic origin, and if so, further categorizes her ethnicity. Possible values include: No, not Spanish/Hispanic/Latina; Yes, Mexican, Mexican American, Chicana; Yes, Puerto Rican; Yes, Cuban; and Yes, other Spanish/Hispanic/Latina. If "Yes, other Spanish/Hispanic/Latina" is chosen, then the motherHispanicOriginOther is used to further specify.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | Mother |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | true |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | motherHispanicOriginCategory |
Name Expression | |
Namespace | Mother |
Opposite | |
Owner | Mother |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Person::BirthCertificate::Mother::motherHispanicOriginCategory |
Stereotype | |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public String motherHispanicOriginOther
[US Standard Certificate Of Birth Field 21]. If motherHispanicOriginCategory is "Yes, other Spanish/Hispanic/Latina", then this free text property is used to further specify the infant's mother's ethnicity.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | Mother |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | true |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | motherHispanicOriginOther |
Name Expression | |
Namespace | Mother |
Opposite | |
Owner | Mother |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Person::BirthCertificate::Mother::motherHispanicOriginOther |
Stereotype | |
Template Parameter | |
Type | String |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «AD» Address mothersBirthAddress
[US Standard Certificate Of Birth Field 08d]. The birthplace (limited to State, Territory, or Foreign Country) of the infant's mother.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | Mother |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | true |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | mothersBirthAddress |
Name Expression | |
Namespace | Mother |
Opposite | |
Owner | Mother |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Person::BirthCertificate::Mother::mothersBirthAddress |
Stereotype | |
Template Parameter | |
Type | «AD» Address |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «PN» PersonName mothersCurrentLegalName
[US Standard Certificate Of Birth Field 08a]. The legal name of the infant's mother at the time of the infant's birth.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | Mother |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | true |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | mothersCurrentLegalName |
Name Expression | |
Namespace | Mother |
Opposite | |
Owner | Mother |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Person::BirthCertificate::Mother::mothersCurrentLegalName |
Stereotype | |
Template Parameter | |
Type | «PN» PersonName |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «TS» PointInTime mothersDateOfBirth
[US Standard Certificate Of Birth Field 08b]. The infant's mother's date of birth.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | Mother |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | true |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | mothersDateOfBirth |
Name Expression | |
Namespace | Mother |
Opposite | |
Owner | Mother |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Person::BirthCertificate::Mother::mothersDateOfBirth |
Stereotype | |
Template Parameter | |
Type | «TS» PointInTime |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «CS» Code mothersEducationLevel
[US Standard Certificate Of Birth Field 20]. Categorizes the degree or level of school completed by the infant's mother at the time of delivery. Possible values include: 8th grade or less; 9th-12th grade, no diploma; High school graduate or GED completed; Some college credit, but no degree; Associate degree (e.g., AA, AS); Bachelor's degree (e.g., BA, AB, BS); Master's degree (e.g., MA, MS, MEng, MSW, MBA); Doctorate (e.g., PhD, EdD), or Professional degree (e.g., MD, DDS, DVM, LLB, JD).
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | Mother |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | true |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | mothersEducationLevel |
Name Expression | |
Namespace | Mother |
Opposite | |
Owner | Mother |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Person::BirthCertificate::Mother::mothersEducationLevel |
Stereotype | |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «PN» PersonName mothersMaidenName
[US Standard Certificate Of Birth Field 08c]. The legal name of the infant's mother at the time of her birth. Note that this might be derived from the infant's Person record, as this is used as a Person Demographic property for purposes of Identity Management.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | Mother |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | true |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | mothersMaidenName |
Name Expression | |
Namespace | Mother |
Opposite | |
Owner | Mother |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Person::BirthCertificate::Mother::mothersMaidenName |
Stereotype | |
Template Parameter | |
Type | «PN» PersonName |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «AD» Address mothersMailingAddress
[US Standard Certificate Of Birth Field 14]. The mailing address of the mother at the time of the infant's birth. Used if different than the mothersResidenceAddress
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | Mother |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | true |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | mothersMailingAddress |
Name Expression | |
Namespace | Mother |
Opposite | |
Owner | Mother |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Person::BirthCertificate::Mother::mothersMailingAddress |
Stereotype | |
Template Parameter | |
Type | «AD» Address |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public String mothersMedicalRecordId
[US Standard Certificate Of Birth Field 40]. Uniquely identifies the mother's medical record within the institution's set of records. Note that this is modeled as a string, as this is all that is called for by the form, but it might be more properly modeled as an Id.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | Mother |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | true |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | mothersMedicalRecordId |
Name Expression | |
Namespace | Mother |
Opposite | |
Owner | Mother |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Person::BirthCertificate::Mother::mothersMedicalRecordId |
Stereotype | |
Template Parameter | |
Type | String |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «CS» Code mothersRaceCategory
[US Standard Certificate Of Birth Field 22]. Indicates the race(s) that the infant's mother considers herself to be. Possible values include: White; Black, or African American; American Indian or Alaska Native**; Asian Indian; Chinese; Filipino; Japanese; Korean; Vietnamese; Other Asian**; Native Hawaiian; Guamanian or Chamorro; Samoan; Other Pacific Islander**; Other**. **If Alaska Native is chosen, the mothersRaceOther free text field is used to specify the name of her enrolled or principal tribe; if Other Asian, Other Pacific Islander, or Other is chosen, the mothersRaceOther free text field is used to provide further specificity.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | Mother |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | true |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | * |
Name | mothersRaceCategory |
Name Expression | |
Namespace | Mother |
Opposite | |
Owner | Mother |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Person::BirthCertificate::Mother::mothersRaceCategory |
Stereotype | |
Template Parameter | |
Type | «CS» Code |
Upper | * |
Upper Value | (*) |
Visibility | Public |
Public String mothersRaceOther
[US Standard Certificate Of Birth Field 22]. Provides further specificity for the infant's mother's race. Used only if mothersRaceCategory is Alaska Native, Other Asian, Other Pacific Islander, or Other.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | Mother |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | true |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | mothersRaceOther |
Name Expression | |
Namespace | Mother |
Opposite | |
Owner | Mother |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Person::BirthCertificate::Mother::mothersRaceOther |
Stereotype | |
Template Parameter | |
Type | String |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «AD» Address mothersResidenceAddress
[US Standard Certificate Of Birth Field 09a-f]. The address of the mother's residence at the time of the infant's birth.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | Mother |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | true |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | mothersResidenceAddress |
Name Expression | |
Namespace | Mother |
Opposite | |
Owner | Mother |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Person::BirthCertificate::Mother::mothersResidenceAddress |
Stereotype | |
Template Parameter | |
Type | «AD» Address |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public String mothersSsn
[US Standard Certificate Of Birth Field 18]. The Social Security Number of the infant's mother.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | Mother |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | true |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | mothersSsn |
Name Expression | |
Namespace | Mother |
Opposite | |
Owner | Mother |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Person::BirthCertificate::Mother::mothersSsn |
Stereotype | |
Template Parameter | |
Type | String |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Comments |
| BirthCertificate UML Documentation |
Summary:AttributesCommentsProperties | Detail:Attributes |