
Enum Class V3ReligiousAffiliation
- All Implemented Interfaces:
- Serializable,- Comparable<V3ReligiousAffiliation>,- Constable
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionAdventistAfrican ReligionsAfro-Caribbean ReligionsAgnosticismAnglicanAnimismAtheismBabi invalid input: '&' Baha'I faithsBaptistBonCao DaiCelticismChristian (non-Catholic, non-specific)ConfucianismCyberculture ReligionsDivinationFourth WayFree DaismGnosisHinduismHumanismIndependentIslamJainismJehovah's WitnessesJudaismLatter Day SaintsLutheranMahayanaMeditationMessianic JudaismMitraismNew Agenon-Roman CatholicOccultOrthodoxPaganismPentecostalProcess, TheReformed/PresbyterianRoman Catholic ChurchSatanismScientologyShamanismShiite (Islam)ShintoSikismSpiritualismSunni (Islam)TaoismTheravadaUnitarian-UniversalismUniversal Life ChurchVajrayana (Tibetan)VedaVoodooWiccaYaohushuaZen BuddhismZoroastrianismAssembly of GodBrethrenChristian ScientistChurch of ChristChurch of GodCongregationalDisciples of ChristEastern OrthodoxEpiscopalianEvangelical CovenantFriendsFull GospelMethodistNative AmericanNazarenePresbyterianProtestantProtestant, No DenominationReformedSalvation ArmyUnitarian UniversalistUnited Church of Christadded to help the parsers
- 
Method SummaryModifier and TypeMethodDescriptionstatic V3ReligiousAffiliationtoCode()static V3ReligiousAffiliationReturns the enum constant of this class with the specified name.static V3ReligiousAffiliation[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
_1001Adventist
- 
_1002African Religions
- 
_1003Afro-Caribbean Religions
- 
_1004Agnosticism
- 
_1005Anglican
- 
_1006Animism
- 
_1007Atheism
- 
_1008Babi invalid input: '&' Baha'I faiths
- 
_1009Baptist
- 
_1010Bon
- 
_1011Cao Dai
- 
_1012Celticism
- 
_1013Christian (non-Catholic, non-specific)
- 
_1014Confucianism
- 
_1015Cyberculture Religions
- 
_1016Divination
- 
_1017Fourth Way
- 
_1018Free Daism
- 
_1019Gnosis
- 
_1020Hinduism
- 
_1021Humanism
- 
_1022Independent
- 
_1023Islam
- 
_1024Jainism
- 
_1025Jehovah's Witnesses
- 
_1026Judaism
- 
_1027Latter Day Saints
- 
_1028Lutheran
- 
_1029Mahayana
- 
_1030Meditation
- 
_1031Messianic Judaism
- 
_1032Mitraism
- 
_1033New Age
- 
_1034non-Roman Catholic
- 
_1035Occult
- 
_1036Orthodox
- 
_1037Paganism
- 
_1038Pentecostal
- 
_1039Process, The
- 
_1040Reformed/Presbyterian
- 
_1041Roman Catholic Church
- 
_1042Satanism
- 
_1043Scientology
- 
_1044Shamanism
- 
_1045Shiite (Islam)
- 
_1046Shinto
- 
_1047Sikism
- 
_1048Spiritualism
- 
_1049Sunni (Islam)
- 
_1050Taoism
- 
_1051Theravada
- 
_1052Unitarian-Universalism
- 
_1053Universal Life Church
- 
_1054Vajrayana (Tibetan)
- 
_1055Veda
- 
_1056Voodoo
- 
_1057Wicca
- 
_1058Yaohushua
- 
_1059Zen Buddhism
- 
_1060Zoroastrianism
- 
_1061Assembly of God
- 
_1062Brethren
- 
_1063Christian Scientist
- 
_1064Church of Christ
- 
_1065Church of God
- 
_1066Congregational
- 
_1067Disciples of Christ
- 
_1068Eastern Orthodox
- 
_1069Episcopalian
- 
_1070Evangelical Covenant
- 
_1071Friends
- 
_1072Full Gospel
- 
_1073Methodist
- 
_1074Native American
- 
_1075Nazarene
- 
_1076Presbyterian
- 
_1077Protestant
- 
_1078Protestant, No Denomination
- 
_1079Reformed
- 
_1080Salvation Army
- 
_1081Unitarian Universalist
- 
_1082United Church of Christ
- 
NULLadded to help the parsers
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
fromCodepublic static V3ReligiousAffiliation fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
toCode
- 
getSystem
- 
getDefinition
- 
getDisplay
 
-