PlaceType enumeration type |
|
|
Enumerates the defined places where the main provider is located
|
 |
 |
| Set of enumeration values |
6 elements |
| enPlaceUndefined: 0 |
the place is not yet defined |
|
| enPlacePractice: 1 |
place is Practice Note that enPlacePractice, enPlaceLab, enPlaceAssociation, enPlaceCompany are treated as synonyms for a working place that is not a hospital |
|
| enPlaceHospital: 2 |
place is Hospital |
|
| enPlaceLab: 4 |
place is Laboratory Note that enPlacePractice, enPlaceLab, enPlaceAssociation, enPlaceCompany are treated as synonyms for a working place that is not a hospital |
|
| enPlaceAssociation: 8 |
place is Association Note that enPlacePractice, enPlaceLab, enPlaceAssociation, enPlaceCompany are treated as synonyms for a working place that is not a hospital |
|
| enPlaceCompany: 16 |
place is Company Note that enPlacePractice, enPlaceLab, enPlaceAssociation, enPlaceCompany are treated as synonyms for a working place that is not a hospital |
|
 |