healthcare_phony 0.7s.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/gem-push.yml +42 -42
  3. data/.github/workflows/ruby.yml +33 -33
  4. data/.gitignore +63 -63
  5. data/.rdoc_options +23 -23
  6. data/.rubocop.yml +10 -10
  7. data/CODE_OF_CONDUCT.md +84 -84
  8. data/Gemfile +8 -8
  9. data/LICENSE.txt +21 -21
  10. data/README.md +365 -365
  11. data/Rakefile +12 -12
  12. data/VERSION +1 -1
  13. data/examples/bigger_csv_example.erb +3 -3
  14. data/examples/phony_adt_sender.rb +111 -111
  15. data/examples/phony_adt_sender.yml +11 -11
  16. data/examples/phony_csv.yml +4 -4
  17. data/healthcare_phony.gemspec +36 -36
  18. data/lib/healthcare_phony.rb +138 -139
  19. data/lib/healthcare_phony/address.rb +89 -89
  20. data/lib/healthcare_phony/assigning_authority.rb +6 -6
  21. data/lib/healthcare_phony/cell_phone_number.rb +20 -20
  22. data/lib/healthcare_phony/data_files/address_type.yml +7 -7
  23. data/lib/healthcare_phony/data_files/adt_event_types.yml +59 -59
  24. data/lib/healthcare_phony/data_files/degree.yml +9 -9
  25. data/lib/healthcare_phony/data_files/discharge_disposition.yml +15 -15
  26. data/lib/healthcare_phony/data_files/ethnic_group.yml +9 -9
  27. data/lib/healthcare_phony/data_files/hl7_message_types.yml +4 -4
  28. data/lib/healthcare_phony/data_files/language.yml +7 -7
  29. data/lib/healthcare_phony/data_files/marital_status.yml +49 -49
  30. data/lib/healthcare_phony/data_files/mdm_event_types.yml +12 -12
  31. data/lib/healthcare_phony/data_files/oru_event_types.yml +2 -2
  32. data/lib/healthcare_phony/data_files/race.yml +13 -13
  33. data/lib/healthcare_phony/data_files/religion.yml +250 -250
  34. data/lib/healthcare_phony/data_files/tele_equipment_type.yml +10 -10
  35. data/lib/healthcare_phony/data_files/tele_use_code.yml +9 -9
  36. data/lib/healthcare_phony/diagnosis.rb +12 -12
  37. data/lib/healthcare_phony/doctor.rb +26 -26
  38. data/lib/healthcare_phony/email.rb +25 -25
  39. data/lib/healthcare_phony/ethnic_group.rb +34 -34
  40. data/lib/healthcare_phony/gender.rb +22 -22
  41. data/lib/healthcare_phony/helper.rb +72 -72
  42. data/lib/healthcare_phony/hl7_message.rb +159 -159
  43. data/lib/healthcare_phony/home_phone_number.rb +20 -20
  44. data/lib/healthcare_phony/identifier.rb +23 -23
  45. data/lib/healthcare_phony/insurance.rb +6 -6
  46. data/lib/healthcare_phony/language.rb +30 -30
  47. data/lib/healthcare_phony/marital_status.rb +31 -31
  48. data/lib/healthcare_phony/patient.rb +114 -114
  49. data/lib/healthcare_phony/patient_visit.rb +97 -97
  50. data/lib/healthcare_phony/person_name.rb +104 -104
  51. data/lib/healthcare_phony/phone_number.rb +85 -85
  52. data/lib/healthcare_phony/procedure.rb +6 -6
  53. data/lib/healthcare_phony/race.rb +31 -31
  54. data/lib/healthcare_phony/religion.rb +32 -32
  55. data/lib/healthcare_phony/templates/csv_example.erb +3 -3
  56. data/lib/healthcare_phony/version.rb +5 -5
  57. data/lib/healthcare_phony/visit_admission.rb +53 -53
  58. data/lib/healthcare_phony/visit_discharge.rb +62 -62
  59. data/lib/healthcare_phony/visit_doctors.rb +19 -19
  60. data/lib/healthcare_phony/visit_location.rb +106 -106
  61. data/lib/healthcare_phony/visit_type.rb +8 -8
  62. data/lib/healthcare_phony/work_phone_number.rb +20 -20
  63. metadata +5 -5
@@ -1,7 +1,7 @@
1
- ---
2
- - :code: eng
3
- :description: english
4
- :coding_system: HL70296
5
- - :code: spa
6
- :description: spanish
7
- :coding_system: HL70296
1
+ ---
2
+ - :code: eng
3
+ :description: english
4
+ :coding_system: HL70296
5
+ - :code: spa
6
+ :description: spanish
7
+ :coding_system: HL70296
@@ -1,49 +1,49 @@
1
- ---
2
- - :code: A
3
- :description: Separated
4
- :coding_system: HL70002
5
- - :code: B
6
- :description: Unmarried
7
- :coding_system: HL70002
8
- - :code: C
9
- :description: Common Law
10
- :coding_system: HL70002
11
- - :code: D
12
- :description: Divorced
13
- :coding_system: HL70002
14
- - :code: E
15
- :description: Legally Separated
16
- :coding_system: HL70002
17
- - :code: G
18
- :description: Living Together
19
- :coding_system: HL70002
20
- - :code: I
21
- :description: Interlocutory
22
- :coding_system: HL70002
23
- - :code: M
24
- :description: Married
25
- :coding_system: HL70002
26
- - :code: N
27
- :description: Annulled
28
- :coding_system: HL70002
29
- - :code: O
30
- :description: Other
31
- :coding_system: HL70002
32
- - :code: P
33
- :description: Domestic Partner
34
- :coding_system: HL70002
35
- - :code: R
36
- :description: Registered Domestic Partner
37
- :coding_system: HL70002
38
- - :code: S
39
- :description: Single
40
- :coding_system: HL70002
41
- - :code: T
42
- :description: Unreported
43
- :coding_system: HL70002
44
- - :code: U
45
- :description: Unknown
46
- :coding_system: HL70002
47
- - :code: W
48
- :description: Widowed
49
- :coding_system: HL70002
1
+ ---
2
+ - :code: A
3
+ :description: Separated
4
+ :coding_system: HL70002
5
+ - :code: B
6
+ :description: Unmarried
7
+ :coding_system: HL70002
8
+ - :code: C
9
+ :description: Common Law
10
+ :coding_system: HL70002
11
+ - :code: D
12
+ :description: Divorced
13
+ :coding_system: HL70002
14
+ - :code: E
15
+ :description: Legally Separated
16
+ :coding_system: HL70002
17
+ - :code: G
18
+ :description: Living Together
19
+ :coding_system: HL70002
20
+ - :code: I
21
+ :description: Interlocutory
22
+ :coding_system: HL70002
23
+ - :code: M
24
+ :description: Married
25
+ :coding_system: HL70002
26
+ - :code: N
27
+ :description: Annulled
28
+ :coding_system: HL70002
29
+ - :code: O
30
+ :description: Other
31
+ :coding_system: HL70002
32
+ - :code: P
33
+ :description: Domestic Partner
34
+ :coding_system: HL70002
35
+ - :code: R
36
+ :description: Registered Domestic Partner
37
+ :coding_system: HL70002
38
+ - :code: S
39
+ :description: Single
40
+ :coding_system: HL70002
41
+ - :code: T
42
+ :description: Unreported
43
+ :coding_system: HL70002
44
+ - :code: U
45
+ :description: Unknown
46
+ :coding_system: HL70002
47
+ - :code: W
48
+ :description: Widowed
49
+ :coding_system: HL70002
@@ -1,12 +1,12 @@
1
- ---
2
- - T01
3
- - T02
4
- - T03
5
- - T04
6
- - T05
7
- - T06
8
- - T07
9
- - T08
10
- - T09
11
- - T10
12
- - T11
1
+ ---
2
+ - T01
3
+ - T02
4
+ - T03
5
+ - T04
6
+ - T05
7
+ - T06
8
+ - T07
9
+ - T08
10
+ - T09
11
+ - T10
12
+ - T11
@@ -1,2 +1,2 @@
1
- ---
2
- - R01
1
+ ---
2
+ - R01
@@ -1,13 +1,13 @@
1
- ---
2
- - :code: 1002-5
3
- :description: American Indian or Alaska Native
4
- - :code: 2028-9
5
- :description: Asian
6
- - :code: 2054-5
7
- :description: Black or African American
8
- - :code: 2076-8
9
- :description: Native Hawaiian or Other Pacific Islander
10
- - :code: 2106-3
11
- :description: White
12
- - :code: 2131-1
13
- :description: Other Race
1
+ ---
2
+ - :code: 1002-5
3
+ :description: American Indian or Alaska Native
4
+ - :code: 2028-9
5
+ :description: Asian
6
+ - :code: 2054-5
7
+ :description: Black or African American
8
+ - :code: 2076-8
9
+ :description: Native Hawaiian or Other Pacific Islander
10
+ - :code: 2106-3
11
+ :description: White
12
+ - :code: 2131-1
13
+ :description: Other Race
@@ -1,250 +1,250 @@
1
- ---
2
- - :code: ABC
3
- :description: 'Christian: American Baptist Church'
4
- :coding_system: HL70006
5
- - :code: AGN
6
- :description: Agnostic
7
- :coding_system: HL70006
8
- - :code: AME
9
- :description: 'Christian: African Methodist Episcopal Zion'
10
- :coding_system: HL70006
11
- - :code: AMT
12
- :description: 'Christian: African Methodist Episcopal'
13
- :coding_system: HL70006
14
- - :code: ANG
15
- :description: 'Christian: Anglican'
16
- :coding_system: HL70006
17
- - :code: AOG
18
- :description: 'Christian: Assembly of God'
19
- :coding_system: HL70006
20
- - :code: ATH
21
- :description: Atheist
22
- :coding_system: HL70006
23
- - :code: BAH
24
- :description: Bahai
25
- :coding_system: HL70006
26
- - :code: BAP
27
- :description: 'Christian: Baptist'
28
- :coding_system: HL70006
29
- - :code: BMA
30
- :description: 'Buddhist: Mahayana'
31
- :coding_system: HL70006
32
- - :code: BOT
33
- :description: 'Buddhist: Other'
34
- :coding_system: HL70006
35
- - :code: BTA
36
- :description: 'Buddhist: Tantrayana'
37
- :coding_system: HL70006
38
- - :code: BTH
39
- :description: 'Buddhist: Theravada'
40
- :coding_system: HL70006
41
- - :code: BUD
42
- :description: Buddhist
43
- :coding_system: HL70006
44
- - :code: CAT
45
- :description: 'Christian: Roman Catholic'
46
- :coding_system: HL70006
47
- - :code: CFR
48
- :description: Chinese Folk Religionist
49
- :coding_system: HL70006
50
- - :code: CHR
51
- :description: Christian
52
- :coding_system: HL70006
53
- - :code: CHS
54
- :description: 'Christian: Christian Science'
55
- :coding_system: HL70006
56
- - :code: CMA
57
- :description: 'Christian: Christian Missionary Alliance'
58
- :coding_system: HL70006
59
- - :code: CNF
60
- :description: Confucian
61
- :coding_system: HL70006
62
- - :code: COC
63
- :description: 'Christian: Church of Christ'
64
- :coding_system: HL70006
65
- - :code: COG
66
- :description: 'Christian: Church of God'
67
- :coding_system: HL70006
68
- - :code: COI
69
- :description: 'Christian: Church of God in Christ'
70
- :coding_system: HL70006
71
- - :code: COL
72
- :description: 'Christian: Congregational'
73
- :coding_system: HL70006
74
- - :code: COM
75
- :description: 'Christian: Community'
76
- :coding_system: HL70006
77
- - :code: COP
78
- :description: 'Christian: Other Pentecostal'
79
- :coding_system: HL70006
80
- - :code: COT
81
- :description: 'Christian: Other'
82
- :coding_system: HL70006
83
- - :code: CRR
84
- :description: 'Christian: Christian Reformed'
85
- :coding_system: HL70006
86
- - :code: EOT
87
- :description: 'Christian: Eastern Orthodox'
88
- :coding_system: HL70006
89
- - :code: EPI
90
- :description: 'Christian: Episcopalian'
91
- :coding_system: HL70006
92
- - :code: ERL
93
- :description: Ethnic Religionist
94
- :coding_system: HL70006
95
- - :code: EVC
96
- :description: 'Christian: Evangelical Church'
97
- :coding_system: HL70006
98
- - :code: FRQ
99
- :description: 'Christian: Friends'
100
- :coding_system: HL70006
101
- - :code: FWB
102
- :description: 'Christian: Free Will Baptist'
103
- :coding_system: HL70006
104
- - :code: GRE
105
- :description: 'Christian: Greek Orthodox'
106
- :coding_system: HL70006
107
- - :code: HIN
108
- :description: Hindu
109
- :coding_system: HL70006
110
- - :code: HOT
111
- :description: 'Hindu: Other'
112
- :coding_system: HL70006
113
- - :code: HSH
114
- :description: 'Hindu: Shaivites'
115
- :coding_system: HL70006
116
- - :code: HVA
117
- :description: 'Hindu: Vaishnavites'
118
- :coding_system: HL70006
119
- - :code: JAI
120
- :description: Jain
121
- :coding_system: HL70006
122
- - :code: JCO
123
- :description: 'Jewish: Conservative'
124
- :coding_system: HL70006
125
- - :code: JEW
126
- :description: Jewish
127
- :coding_system: HL70006
128
- - :code: JOR
129
- :description: 'Jewish: Orthodox'
130
- :coding_system: HL70006
131
- - :code: JOT
132
- :description: 'Jewish: Other'
133
- :coding_system: HL70006
134
- - :code: JRC
135
- :description: 'Jewish: Reconstructionist'
136
- :coding_system: HL70006
137
- - :code: JRF
138
- :description: 'Jewish: Reform'
139
- :coding_system: HL70006
140
- - :code: JRN
141
- :description: 'Jewish: Renewal'
142
- :coding_system: HL70006
143
- - :code: JWN
144
- :description: 'Christian: Jehovahs Witness'
145
- :coding_system: HL70006
146
- - :code: LMS
147
- :description: 'Christian: Lutheran Missouri Synod'
148
- :coding_system: HL70006
149
- - :code: LUT
150
- :description: 'Christian: Lutheran'
151
- :coding_system: HL70006
152
- - :code: MEN
153
- :description: 'Christian: Mennonite'
154
- :coding_system: HL70006
155
- - :code: MET
156
- :description: 'Christian: Methodist'
157
- :coding_system: HL70006
158
- - :code: MOM
159
- :description: 'Christian: Latter-day Saints'
160
- :coding_system: HL70006
161
- - :code: MOS
162
- :description: Muslim
163
- :coding_system: HL70006
164
- - :code: MOT
165
- :description: 'Muslim: Other'
166
- :coding_system: HL70006
167
- - :code: MSH
168
- :description: 'Muslim: Shiite'
169
- :coding_system: HL70006
170
- - :code: MSU
171
- :description: 'Muslim: Sunni'
172
- :coding_system: HL70006
173
- - :code: NAM
174
- :description: Native American
175
- :coding_system: HL70006
176
- - :code: NAZ
177
- :description: 'Christian: Church of the Nazarene'
178
- :coding_system: HL70006
179
- - :code: NOE
180
- :description: Nonreligious
181
- :coding_system: HL70006
182
- - :code: NRL
183
- :description: New Religionist
184
- :coding_system: HL70006
185
- - :code: ORT
186
- :description: 'Christian: Orthodox'
187
- :coding_system: HL70006
188
- - :code: OTH
189
- :description: Other
190
- :coding_system: HL70006
191
- - :code: PEN
192
- :description: 'Christian: Pentecostal'
193
- :coding_system: HL70006
194
- - :code: PRC
195
- :description: 'Christian: Other Protestant'
196
- :coding_system: HL70006
197
- - :code: PRE
198
- :description: 'Christian: Presbyterian'
199
- :coding_system: HL70006
200
- - :code: PRO
201
- :description: 'Christian: Protestant'
202
- :coding_system: HL70006
203
- - :code: QUA
204
- :description: 'Christian: Friends'
205
- :coding_system: HL70006
206
- - :code: REC
207
- :description: 'Christian: Reformed Church'
208
- :coding_system: HL70006
209
- - :code: REO
210
- :description: 'Christian: Reorganized Church of Jesus Christ-LDS'
211
- :coding_system: HL70006
212
- - :code: SAA
213
- :description: 'Christian: Salvation Army'
214
- :coding_system: HL70006
215
- - :code: SEV
216
- :description: 'Christian: Seventh Day Adventist'
217
- :coding_system: HL70006
218
- - :code: SHN
219
- :description: Shintoist
220
- :coding_system: HL70006
221
- - :code: SIK
222
- :description: Sikh
223
- :coding_system: HL70006
224
- - :code: SOU
225
- :description: 'Christian: Southern Baptist'
226
- :coding_system: HL70006
227
- - :code: SPI
228
- :description: Spiritist
229
- :coding_system: HL70006
230
- - :code: UCC
231
- :description: 'Christian: United Church of Christ'
232
- :coding_system: HL70006
233
- - :code: UMD
234
- :description: 'Christian: United Methodist'
235
- :coding_system: HL70006
236
- - :code: UNI
237
- :description: 'Christian: Unitarian'
238
- :coding_system: HL70006
239
- - :code: UNU
240
- :description: 'Christian: Unitarian Universalist'
241
- :coding_system: HL70006
242
- - :code: VAR
243
- :description: Unknown
244
- :coding_system: HL70006
245
- - :code: WES
246
- :description: 'Christian: Wesleyan'
247
- :coding_system: HL70006
248
- - :code: WMC
249
- :description: 'Christian: Wesleyan Methodist'
250
- :coding_system: HL70006
1
+ ---
2
+ - :code: ABC
3
+ :description: 'Christian: American Baptist Church'
4
+ :coding_system: HL70006
5
+ - :code: AGN
6
+ :description: Agnostic
7
+ :coding_system: HL70006
8
+ - :code: AME
9
+ :description: 'Christian: African Methodist Episcopal Zion'
10
+ :coding_system: HL70006
11
+ - :code: AMT
12
+ :description: 'Christian: African Methodist Episcopal'
13
+ :coding_system: HL70006
14
+ - :code: ANG
15
+ :description: 'Christian: Anglican'
16
+ :coding_system: HL70006
17
+ - :code: AOG
18
+ :description: 'Christian: Assembly of God'
19
+ :coding_system: HL70006
20
+ - :code: ATH
21
+ :description: Atheist
22
+ :coding_system: HL70006
23
+ - :code: BAH
24
+ :description: Bahai
25
+ :coding_system: HL70006
26
+ - :code: BAP
27
+ :description: 'Christian: Baptist'
28
+ :coding_system: HL70006
29
+ - :code: BMA
30
+ :description: 'Buddhist: Mahayana'
31
+ :coding_system: HL70006
32
+ - :code: BOT
33
+ :description: 'Buddhist: Other'
34
+ :coding_system: HL70006
35
+ - :code: BTA
36
+ :description: 'Buddhist: Tantrayana'
37
+ :coding_system: HL70006
38
+ - :code: BTH
39
+ :description: 'Buddhist: Theravada'
40
+ :coding_system: HL70006
41
+ - :code: BUD
42
+ :description: Buddhist
43
+ :coding_system: HL70006
44
+ - :code: CAT
45
+ :description: 'Christian: Roman Catholic'
46
+ :coding_system: HL70006
47
+ - :code: CFR
48
+ :description: Chinese Folk Religionist
49
+ :coding_system: HL70006
50
+ - :code: CHR
51
+ :description: Christian
52
+ :coding_system: HL70006
53
+ - :code: CHS
54
+ :description: 'Christian: Christian Science'
55
+ :coding_system: HL70006
56
+ - :code: CMA
57
+ :description: 'Christian: Christian Missionary Alliance'
58
+ :coding_system: HL70006
59
+ - :code: CNF
60
+ :description: Confucian
61
+ :coding_system: HL70006
62
+ - :code: COC
63
+ :description: 'Christian: Church of Christ'
64
+ :coding_system: HL70006
65
+ - :code: COG
66
+ :description: 'Christian: Church of God'
67
+ :coding_system: HL70006
68
+ - :code: COI
69
+ :description: 'Christian: Church of God in Christ'
70
+ :coding_system: HL70006
71
+ - :code: COL
72
+ :description: 'Christian: Congregational'
73
+ :coding_system: HL70006
74
+ - :code: COM
75
+ :description: 'Christian: Community'
76
+ :coding_system: HL70006
77
+ - :code: COP
78
+ :description: 'Christian: Other Pentecostal'
79
+ :coding_system: HL70006
80
+ - :code: COT
81
+ :description: 'Christian: Other'
82
+ :coding_system: HL70006
83
+ - :code: CRR
84
+ :description: 'Christian: Christian Reformed'
85
+ :coding_system: HL70006
86
+ - :code: EOT
87
+ :description: 'Christian: Eastern Orthodox'
88
+ :coding_system: HL70006
89
+ - :code: EPI
90
+ :description: 'Christian: Episcopalian'
91
+ :coding_system: HL70006
92
+ - :code: ERL
93
+ :description: Ethnic Religionist
94
+ :coding_system: HL70006
95
+ - :code: EVC
96
+ :description: 'Christian: Evangelical Church'
97
+ :coding_system: HL70006
98
+ - :code: FRQ
99
+ :description: 'Christian: Friends'
100
+ :coding_system: HL70006
101
+ - :code: FWB
102
+ :description: 'Christian: Free Will Baptist'
103
+ :coding_system: HL70006
104
+ - :code: GRE
105
+ :description: 'Christian: Greek Orthodox'
106
+ :coding_system: HL70006
107
+ - :code: HIN
108
+ :description: Hindu
109
+ :coding_system: HL70006
110
+ - :code: HOT
111
+ :description: 'Hindu: Other'
112
+ :coding_system: HL70006
113
+ - :code: HSH
114
+ :description: 'Hindu: Shaivites'
115
+ :coding_system: HL70006
116
+ - :code: HVA
117
+ :description: 'Hindu: Vaishnavites'
118
+ :coding_system: HL70006
119
+ - :code: JAI
120
+ :description: Jain
121
+ :coding_system: HL70006
122
+ - :code: JCO
123
+ :description: 'Jewish: Conservative'
124
+ :coding_system: HL70006
125
+ - :code: JEW
126
+ :description: Jewish
127
+ :coding_system: HL70006
128
+ - :code: JOR
129
+ :description: 'Jewish: Orthodox'
130
+ :coding_system: HL70006
131
+ - :code: JOT
132
+ :description: 'Jewish: Other'
133
+ :coding_system: HL70006
134
+ - :code: JRC
135
+ :description: 'Jewish: Reconstructionist'
136
+ :coding_system: HL70006
137
+ - :code: JRF
138
+ :description: 'Jewish: Reform'
139
+ :coding_system: HL70006
140
+ - :code: JRN
141
+ :description: 'Jewish: Renewal'
142
+ :coding_system: HL70006
143
+ - :code: JWN
144
+ :description: 'Christian: Jehovahs Witness'
145
+ :coding_system: HL70006
146
+ - :code: LMS
147
+ :description: 'Christian: Lutheran Missouri Synod'
148
+ :coding_system: HL70006
149
+ - :code: LUT
150
+ :description: 'Christian: Lutheran'
151
+ :coding_system: HL70006
152
+ - :code: MEN
153
+ :description: 'Christian: Mennonite'
154
+ :coding_system: HL70006
155
+ - :code: MET
156
+ :description: 'Christian: Methodist'
157
+ :coding_system: HL70006
158
+ - :code: MOM
159
+ :description: 'Christian: Latter-day Saints'
160
+ :coding_system: HL70006
161
+ - :code: MOS
162
+ :description: Muslim
163
+ :coding_system: HL70006
164
+ - :code: MOT
165
+ :description: 'Muslim: Other'
166
+ :coding_system: HL70006
167
+ - :code: MSH
168
+ :description: 'Muslim: Shiite'
169
+ :coding_system: HL70006
170
+ - :code: MSU
171
+ :description: 'Muslim: Sunni'
172
+ :coding_system: HL70006
173
+ - :code: NAM
174
+ :description: Native American
175
+ :coding_system: HL70006
176
+ - :code: NAZ
177
+ :description: 'Christian: Church of the Nazarene'
178
+ :coding_system: HL70006
179
+ - :code: NOE
180
+ :description: Nonreligious
181
+ :coding_system: HL70006
182
+ - :code: NRL
183
+ :description: New Religionist
184
+ :coding_system: HL70006
185
+ - :code: ORT
186
+ :description: 'Christian: Orthodox'
187
+ :coding_system: HL70006
188
+ - :code: OTH
189
+ :description: Other
190
+ :coding_system: HL70006
191
+ - :code: PEN
192
+ :description: 'Christian: Pentecostal'
193
+ :coding_system: HL70006
194
+ - :code: PRC
195
+ :description: 'Christian: Other Protestant'
196
+ :coding_system: HL70006
197
+ - :code: PRE
198
+ :description: 'Christian: Presbyterian'
199
+ :coding_system: HL70006
200
+ - :code: PRO
201
+ :description: 'Christian: Protestant'
202
+ :coding_system: HL70006
203
+ - :code: QUA
204
+ :description: 'Christian: Friends'
205
+ :coding_system: HL70006
206
+ - :code: REC
207
+ :description: 'Christian: Reformed Church'
208
+ :coding_system: HL70006
209
+ - :code: REO
210
+ :description: 'Christian: Reorganized Church of Jesus Christ-LDS'
211
+ :coding_system: HL70006
212
+ - :code: SAA
213
+ :description: 'Christian: Salvation Army'
214
+ :coding_system: HL70006
215
+ - :code: SEV
216
+ :description: 'Christian: Seventh Day Adventist'
217
+ :coding_system: HL70006
218
+ - :code: SHN
219
+ :description: Shintoist
220
+ :coding_system: HL70006
221
+ - :code: SIK
222
+ :description: Sikh
223
+ :coding_system: HL70006
224
+ - :code: SOU
225
+ :description: 'Christian: Southern Baptist'
226
+ :coding_system: HL70006
227
+ - :code: SPI
228
+ :description: Spiritist
229
+ :coding_system: HL70006
230
+ - :code: UCC
231
+ :description: 'Christian: United Church of Christ'
232
+ :coding_system: HL70006
233
+ - :code: UMD
234
+ :description: 'Christian: United Methodist'
235
+ :coding_system: HL70006
236
+ - :code: UNI
237
+ :description: 'Christian: Unitarian'
238
+ :coding_system: HL70006
239
+ - :code: UNU
240
+ :description: 'Christian: Unitarian Universalist'
241
+ :coding_system: HL70006
242
+ - :code: VAR
243
+ :description: Unknown
244
+ :coding_system: HL70006
245
+ - :code: WES
246
+ :description: 'Christian: Wesleyan'
247
+ :coding_system: HL70006
248
+ - :code: WMC
249
+ :description: 'Christian: Wesleyan Methodist'
250
+ :coding_system: HL70006