care.emr.resources.common.contact_point module¶
- class ContactPointSystemChoices(*values)¶
-
- phone = 'phone'¶
- fax = 'fax'¶
- email = 'email'¶
- pager = 'pager'¶
- url = 'url'¶
- sms = 'sms'¶
- other = 'other'¶
- class ContactPointUseChoices(*values)¶
-
- home = 'home'¶
- work = 'work'¶
- temp = 'temp'¶
- old = 'old'¶
- mobile = 'mobile'¶
- class ContactPoint(*, system: ContactPointSystemChoices, value: str, use: ContactPointUseChoices)¶
Bases:
BaseModel- system: ContactPointSystemChoices¶
- model_config: ClassVar[ConfigDict] = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].