001package org.hl7.fhir.instance.model.valuesets;
002
003/*
004  Copyright (c) 2011+, HL7, Inc.
005  All rights reserved.
006  
007  Redistribution and use in source and binary forms, with or without modification, 
008  are permitted provided that the following conditions are met:
009  
010   * Redistributions of source code must retain the above copyright notice, this 
011     list of conditions and the following disclaimer.
012   * Redistributions in binary form must reproduce the above copyright notice, 
013     this list of conditions and the following disclaimer in the documentation 
014     and/or other materials provided with the distribution.
015   * Neither the name of HL7 nor the names of its contributors may be used to 
016     endorse or promote products derived from this software without specific 
017     prior written permission.
018  
019  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
020  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
021  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
022  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
023  INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
024  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
025  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
026  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
027  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
028  POSSIBILITY OF SUCH DAMAGE.
029  
030*/
031
032// Generated on Wed, Nov 11, 2015 10:54-0500 for FHIR v1.0.2
033
034
035public enum V3ActCode {
036
037        /**
038         * An account represents a grouping of financial transactions that are tracked and reported together with a single balance.             Examples of account codes (types) are Patient billing accounts (collection of charges), Cost centers; Cash.
039         */
040        _ACTACCOUNTCODE, 
041        /**
042         * An account for collecting charges, reversals, adjustments and payments, including deductibles, copayments, coinsurance (financial transactions) credited or debited to the account receivable account for a patient's encounter.
043         */
044        ACCTRECEIVABLE, 
045        /**
046         * Cash
047         */
048        CASH, 
049        /**
050         * Description: Types of advance payment to be made on a plastic card usually issued by a financial institution used of purchasing services and/or products.
051         */
052        CC, 
053        /**
054         * American Express
055         */
056        AE, 
057        /**
058         * Diner's Club
059         */
060        DN, 
061        /**
062         * Discover Card
063         */
064        DV, 
065        /**
066         * Master Card
067         */
068        MC, 
069        /**
070         * Visa
071         */
072        V, 
073        /**
074         * An account representing charges and credits (financial transactions) for a patient's encounter.
075         */
076        PBILLACCT, 
077        /**
078         * Includes coded responses that will occur as a result of the adjudication of an electronic invoice at a summary level and provides guidance on interpretation of the referenced adjudication results.
079         */
080        _ACTADJUDICATIONCODE, 
081        /**
082         * Catagorization of grouping criteria for the associated transactions and/or summary (totals, subtotals).
083         */
084        _ACTADJUDICATIONGROUPCODE, 
085        /**
086         * Transaction counts and value totals by Contract Identifier.
087         */
088        CONT, 
089        /**
090         * Transaction counts and value totals for each calendar day within the date range specified.
091         */
092        DAY, 
093        /**
094         * Transaction counts and value totals by service location (e.g. clinic).
095         */
096        LOC, 
097        /**
098         * Transaction counts and value totals for each calendar month within the date range specified.
099         */
100        MONTH, 
101        /**
102         * Transaction counts and value totals for the date range specified.
103         */
104        PERIOD, 
105        /**
106         * Transaction counts and value totals by Provider Identifier.
107         */
108        PROV, 
109        /**
110         * Transaction counts and value totals for each calendar week within the date range specified.
111         */
112        WEEK, 
113        /**
114         * Transaction counts and value totals for each calendar year within the date range specified.
115         */
116        YEAR, 
117        /**
118         * The invoice element has been accepted for payment but one or more adjustment(s) have been made to one or more invoice element line items (component charges).  
119
120                        Also includes the concept 'Adjudicate as zero' and items not covered under a particular Policy.  
121
122                        Invoice element can be reversed (nullified).  
123
124                        Recommend that the invoice element is saved for DUR (Drug Utilization Reporting).
125         */
126        AA, 
127        /**
128         * The invoice element has been accepted for payment but one or more adjustment(s) have been made to one or more invoice element line items (component charges) without changing the amount.  
129
130                        Invoice element can be reversed (nullified).  
131
132                        Recommend that the invoice element is saved for DUR (Drug Utilization Reporting).
133         */
134        ANF, 
135        /**
136         * The invoice element has passed through the adjudication process but payment is refused due to one or more reasons.
137
138                        Includes items such as patient not covered, or invoice element is not constructed according to payer rules (e.g. 'invoice submitted too late').
139
140                        If one invoice element line item in the invoice element structure is rejected, the remaining line items may not be adjudicated and the complete group is treated as rejected.
141
142                        A refused invoice element can be forwarded to the next payer (for Coordination of Benefits) or modified and resubmitted to refusing payer.
143
144                        Invoice element cannot be reversed (nullified) as there is nothing to reverse.  
145
146                        Recommend that the invoice element is not saved for DUR (Drug Utilization Reporting).
147         */
148        AR, 
149        /**
150         * The invoice element was/will be paid exactly as submitted, without financial adjustment(s).
151
152                        If the dollar amount stays the same, but the billing codes have been amended or financial adjustments have been applied through the adjudication process, the invoice element is treated as "Adjudicated with Adjustment".
153
154                        If information items are included in the adjudication results that do not affect the monetary amounts paid, then this is still Adjudicated as Submitted (e.g. 'reached Plan Maximum on this Claim').  
155
156                        Invoice element can be reversed (nullified).  
157
158                        Recommend that the invoice element is saved for DUR (Drug Utilization Reporting).
159         */
160        AS, 
161        /**
162         * Actions to be carried out by the recipient of the Adjudication Result information.
163         */
164        _ACTADJUDICATIONRESULTACTIONCODE, 
165        /**
166         * The adjudication result associated is to be displayed to the receiver of the adjudication result.
167         */
168        DISPLAY, 
169        /**
170         * The adjudication result associated is to be printed on the specified form, which is then provided to the covered party.
171         */
172        FORM, 
173        /**
174         * Definition:An identifying modifier code for healthcare interventions or procedures.
175         */
176        _ACTBILLABLEMODIFIERCODE, 
177        /**
178         * Description:CPT modifier codes are found in Appendix A of CPT 2000 Standard Edition.
179         */
180        CPTM, 
181        /**
182         * Description:HCPCS Level II (HCFA-assigned) and Carrier-assigned (Level III) modifiers are reported in Appendix A of CPT 2000 Standard Edition and in the Medicare Bulletin.
183         */
184        HCPCSA, 
185        /**
186         * The type of provision(s)  made for reimbursing for the deliver of healthcare services and/or goods provided by a Provider, over a specified period.
187         */
188        _ACTBILLINGARRANGEMENTCODE, 
189        /**
190         * A billing arrangement where a Provider charges a lump sum to provide a prescribed group (volume) of services to a single patient which occur over a period of time.  Services included in the block may vary.  
191
192                        This billing arrangement is also known as Program of Care for some specific Payors and Program Fees for other Payors.
193         */
194        BLK, 
195        /**
196         * A billing arrangement where the payment made to a Provider is determined by analyzing one or more demographic attributes about the persons/patients who are enrolled with the Provider (in their practice).
197         */
198        CAP, 
199        /**
200         * A billing arrangement where a Provider charges a lump sum to provide a particular volume of one or more interventions/procedures or groups of interventions/procedures.
201         */
202        CONTF, 
203        /**
204         * A billing arrangement where a Provider charges for non-clinical items.  This includes interest in arrears, mileage, etc.  Clinical content is not    included in Invoices submitted with this type of billing arrangement.
205         */
206        FINBILL, 
207        /**
208         * A billing arrangement where funding is based on a list of individuals registered as patients of the Provider.
209         */
210        ROST, 
211        /**
212         * A billing arrangement where a Provider charges a sum to provide a group (volume) of interventions/procedures to one or more patients within a defined period of time, typically on the same date.  Interventions/procedures included in the session may vary.
213         */
214        SESS, 
215        /**
216         * A billing arrangement where a Provider charges a separate fee for each intervention/procedure/event or product.
217
218                        Fee for Service is used when an individual intervention/procedure/event is used for billing purposes.  In other words, fees are associated with the  intervention/procedure/event.  For example, a specific CCI (Canadian Classification of Interventions) code has an associated fee and is used for billing purposes.
219         */
220        FFS, 
221        /**
222         * A first fill where the quantity supplied is less than one full repetition of the ordered amount. (e.g. If the order was 90 tablets, 3 refills, a partial fill might be for only 30 tablets.) and also where the strength supplied is less than the ordered strength (e.g. 10mg for an order of 50mg where a subsequent fill will dispense 40mg tablets)
223         */
224        FFPS, 
225        /**
226         * A first fill where the quantity supplied is equal to one full repetition of the ordered amount. (e.g. If the order was 90 tablets, 3 refills, a complete fill would be for the full 90 tablets) and also where the strength supplied is less than the ordered strength (e.g. 10mg for an order of 50mg where a subsequent fill will dispense 40mg tablets).
227         */
228        FFCS, 
229        /**
230         * A fill where a small portion is provided to allow for determination of the therapy effectiveness and patient tolerance and also where the strength supplied is less than the ordered strength (e.g. 10mg for an order of 50mg where a subsequent fill will dispense 40mg tablets).
231         */
232        TFS, 
233        /**
234         * Type of bounded ROI.
235         */
236        _ACTBOUNDEDROICODE, 
237        /**
238         * A fully specified bounded Region of Interest (ROI) delineates a ROI in which only those dimensions participate that are specified by boundary criteria, whereas all other dimensions are excluded.  For example a ROI to mark an episode of "ST elevation" in a subset of the EKG leads V2, V3, and V4 would include 4 boundaries, one each for time, V2, V3, and V4.
239         */
240        ROIFS, 
241        /**
242         * A partially specified bounded Region of Interest (ROI) specifies a ROI in which at least all values in the dimensions specified by the boundary criteria participate. For example, if an episode of ventricular fibrillations (VFib) is observed, it usually doesn't make sense to exclude any EKG leads from the observation and the partially specified ROI would contain only one boundary for time indicating the time interval where VFib was observed.
243         */
244        ROIPS, 
245        /**
246         * Description:The type and scope of responsibility taken-on by the performer of the Act for a specific subject of care.
247         */
248        _ACTCAREPROVISIONCODE, 
249        /**
250         * Description:The type and scope of legal and/or professional responsibility taken-on by the performer of the Act for a specific subject of care as described by a credentialing agency, i.e. government or non-government agency. Failure in executing this Act may result in loss of credential to the person or organization who participates as performer of the Act. Excludes employment agreements.
251
252                        
253                           Example:Hospital license; physician license; clinic accreditation.
254         */
255        _ACTCREDENTIALEDCARECODE, 
256        /**
257         * Description:The type and scope of legal and/or professional responsibility taken-on by the performer of the Act for a specific subject of care as described by an agency for credentialing individuals.
258         */
259        _ACTCREDENTIALEDCAREPROVISIONPERSONCODE, 
260        /**
261         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
262         */
263        CACC, 
264        /**
265         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
266         */
267        CAIC, 
268        /**
269         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
270         */
271        CAMC, 
272        /**
273         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
274         */
275        CANC, 
276        /**
277         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
278         */
279        CAPC, 
280        /**
281         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
282         */
283        CBGC, 
284        /**
285         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
286         */
287        CCCC, 
288        /**
289         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
290         */
291        CCGC, 
292        /**
293         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
294         */
295        CCPC, 
296        /**
297         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
298         */
299        CCSC, 
300        /**
301         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
302         */
303        CDEC, 
304        /**
305         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
306         */
307        CDRC, 
308        /**
309         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
310         */
311        CEMC, 
312        /**
313         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
314         */
315        CFPC, 
316        /**
317         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
318         */
319        CIMC, 
320        /**
321         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
322         */
323        CMGC, 
324        /**
325         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board
326         */
327        CNEC, 
328        /**
329         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
330         */
331        CNMC, 
332        /**
333         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
334         */
335        CNQC, 
336        /**
337         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
338         */
339        CNSC, 
340        /**
341         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
342         */
343        COGC, 
344        /**
345         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
346         */
347        COMC, 
348        /**
349         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
350         */
351        COPC, 
352        /**
353         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
354         */
355        COSC, 
356        /**
357         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
358         */
359        COTC, 
360        /**
361         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
362         */
363        CPEC, 
364        /**
365         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
366         */
367        CPGC, 
368        /**
369         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
370         */
371        CPHC, 
372        /**
373         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
374         */
375        CPRC, 
376        /**
377         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
378         */
379        CPSC, 
380        /**
381         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
382         */
383        CPYC, 
384        /**
385         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
386         */
387        CROC, 
388        /**
389         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
390         */
391        CRPC, 
392        /**
393         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
394         */
395        CSUC, 
396        /**
397         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
398         */
399        CTSC, 
400        /**
401         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
402         */
403        CURC, 
404        /**
405         * Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.
406         */
407        CVSC, 
408        /**
409         * Description:Scope of responsibility taken-on for physician care of a patient as defined by a governmental licensing agency.
410         */
411        LGPC, 
412        /**
413         * Description:The type and scope of legal and/or professional responsibility taken-on by the performer of the Act for a specific subject of care as described by an agency for credentialing programs within organizations.
414         */
415        _ACTCREDENTIALEDCAREPROVISIONPROGRAMCODE, 
416        /**
417         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the respective accreditation agency.
418         */
419        AALC, 
420        /**
421         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the respective accreditation agency.
422         */
423        AAMC, 
424        /**
425         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the respective accreditation agency.
426         */
427        ABHC, 
428        /**
429         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the respective accreditation agency.
430         */
431        ACAC, 
432        /**
433         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the respective accreditation agency.
434         */
435        ACHC, 
436        /**
437         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the respective accreditation agency.
438         */
439        AHOC, 
440        /**
441         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the respective accreditation agency.
442         */
443        ALTC, 
444        /**
445         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the respective accreditation agency.
446         */
447        AOSC, 
448        /**
449         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
450         */
451        CACS, 
452        /**
453         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
454         */
455        CAMI, 
456        /**
457         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
458         */
459        CAST, 
460        /**
461         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
462         */
463        CBAR, 
464        /**
465         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
466         */
467        CCAD, 
468        /**
469         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
470         */
471        CCAR, 
472        /**
473         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
474         */
475        CDEP, 
476        /**
477         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
478         */
479        CDGD, 
480        /**
481         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
482         */
483        CDIA, 
484        /**
485         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
486         */
487        CEPI, 
488        /**
489         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
490         */
491        CFEL, 
492        /**
493         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
494         */
495        CHFC, 
496        /**
497         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
498         */
499        CHRO, 
500        /**
501         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
502         */
503        CHYP, 
504        /**
505         * Description:.
506         */
507        CMIH, 
508        /**
509         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
510         */
511        CMSC, 
512        /**
513         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
514         */
515        COJR, 
516        /**
517         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
518         */
519        CONC, 
520        /**
521         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
522         */
523        COPD, 
524        /**
525         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
526         */
527        CORT, 
528        /**
529         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
530         */
531        CPAD, 
532        /**
533         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
534         */
535        CPND, 
536        /**
537         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
538         */
539        CPST, 
540        /**
541         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
542         */
543        CSDM, 
544        /**
545         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
546         */
547        CSIC, 
548        /**
549         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
550         */
551        CSLD, 
552        /**
553         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
554         */
555        CSPT, 
556        /**
557         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
558         */
559        CTBU, 
560        /**
561         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
562         */
563        CVDC, 
564        /**
565         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
566         */
567        CWMA, 
568        /**
569         * Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.
570         */
571        CWOH, 
572        /**
573         * Domain provides codes that qualify the ActEncounterClass (ENC)
574         */
575        _ACTENCOUNTERCODE, 
576        /**
577         * A comprehensive term for health care provided in a healthcare facility (e.g. a practitioneraTMs office, clinic setting, or hospital) on a nonresident basis. The term ambulatory usually implies that the patient has come to the location and is not assigned to a bed. Sometimes referred to as an outpatient encounter.
578         */
579        AMB, 
580        /**
581         * A patient encounter that takes place at a dedicated healthcare service delivery location where the patient receives immediate evaluation and treatment, provided until the patient can be discharged or responsibility for the patient's care is transferred elsewhere (for example, the patient could be admitted as an inpatient or transferred to another facility.)
582         */
583        EMER, 
584        /**
585         * A patient encounter that takes place both outside a dedicated service delivery location and outside a patient's residence. Example locations might include an accident site and at a supermarket.
586         */
587        FLD, 
588        /**
589         * Healthcare encounter that takes place in the residence of the patient or a designee
590         */
591        HH, 
592        /**
593         * A patient encounter where a patient is admitted by a hospital or equivalent facility, assigned to a location where patients generally stay at least overnight and provided with room, board, and continuous nursing service.
594         */
595        IMP, 
596        /**
597         * An acute inpatient encounter.
598         */
599        ACUTE, 
600        /**
601         * Any category of inpatient encounter except 'acute'
602         */
603        NONAC, 
604        /**
605         * A patient encounter where patient is scheduled or planned to receive service delivery in the future, and the patient is given a pre-admission account number. When the patient comes back for subsequent service, the pre-admission encounter is selected and is encapsulated into the service registration, and a new account number is generated.
606
607                        
608                           Usage Note: This is intended to be used in advance of encounter types such as ambulatory, inpatient encounter, virtual, etc.
609         */
610        PRENC, 
611        /**
612         * An encounter where the patient is admitted to a health care facility for a predetermined length of time, usually less than 24 hours.
613         */
614        SS, 
615        /**
616         * A patient encounter where the patient and the practitioner(s) are not in the same physical location. Examples include telephone conference, email exchange, robotic surgery, and televideo conference.
617         */
618        VR, 
619        /**
620         * General category of medical service provided to the patient during their encounter.
621         */
622        _ACTMEDICALSERVICECODE, 
623        /**
624         * Provision of Alternate Level of Care to a patient in an acute bed.  Patient is waiting for placement in a long-term care facility and is unable to return home.
625         */
626        ALC, 
627        /**
628         * Provision of diagnosis and treatment of diseases and disorders affecting the heart
629         */
630        CARD, 
631        /**
632         * Provision of recurring care for chronic illness.
633         */
634        CHR, 
635        /**
636         * Provision of treatment for oral health and/or dental surgery.
637         */
638        DNTL, 
639        /**
640         * Provision of treatment for drug abuse.
641         */
642        DRGRHB, 
643        /**
644         * General care performed by a general practitioner or family doctor as a responsible provider for a patient.
645         */
646        GENRL, 
647        /**
648         * Provision of diagnostic and/or therapeutic treatment.
649         */
650        MED, 
651        /**
652         * Provision of care of women during pregnancy, childbirth and immediate postpartum period.  Also known as Maternity.
653         */
654        OBS, 
655        /**
656         * Provision of treatment and/or diagnosis related to tumors and/or cancer.
657         */
658        ONC, 
659        /**
660         * Provision of care for patients who are living or dying from an advanced illness.
661         */
662        PALL, 
663        /**
664         * Provision of diagnosis and treatment of diseases and disorders affecting children.
665         */
666        PED, 
667        /**
668         * Pharmaceutical care performed by a pharmacist.
669         */
670        PHAR, 
671        /**
672         * Provision of treatment for physical injury.
673         */
674        PHYRHB, 
675        /**
676         * Provision of treatment of psychiatric disorder relating to mental illness.
677         */
678        PSYCH, 
679        /**
680         * Provision of surgical treatment.
681         */
682        SURG, 
683        /**
684         * Description: Coded types of attachments included to support a healthcare claim.
685         */
686        _ACTCLAIMATTACHMENTCATEGORYCODE, 
687        /**
688         * Description: Automobile Information Attachment
689         */
690        AUTOATTCH, 
691        /**
692         * Description: Document Attachment
693         */
694        DOCUMENT, 
695        /**
696         * Description: Health Record Attachment
697         */
698        HEALTHREC, 
699        /**
700         * Description: Image Attachment
701         */
702        IMG, 
703        /**
704         * Description: Lab Results Attachment
705         */
706        LABRESULTS, 
707        /**
708         * Description: Digital Model Attachment
709         */
710        MODEL, 
711        /**
712         * Description: Work Injury related additional Information Attachment
713         */
714        WIATTCH, 
715        /**
716         * Description: Digital X-Ray Attachment
717         */
718        XRAY, 
719        /**
720         * Definition: The type of consent directive, e.g. to consent or dissent to collect, access, or use in specific ways within an EHRS or for health information exchange; or to disclose  health information  for purposes such as research.
721         */
722        _ACTCONSENTTYPE, 
723        /**
724         * Definition: Consent to have healthcare information collected in an electronic health record.  This entails that the information may be used in analysis, modified, updated.
725         */
726        ICOL, 
727        /**
728         * Definition: Consent to have collected healthcare information disclosed.
729         */
730        IDSCL, 
731        /**
732         * Definition: Consent to access healthcare information.
733         */
734        INFA, 
735        /**
736         * Definition: Consent to access or "read" only, which entails that the information is not to be copied, screen printed, saved, emailed, stored, re-disclosed or altered in any way.  This level ensures that data which is masked or to which access is restricted will not be.
737
738                        
739                           Example: Opened and then emailed or screen printed for use outside of the consent directive purpose.
740         */
741        INFAO, 
742        /**
743         * Definition: Consent to access and save only, which entails that access to the saved copy will remain locked.
744         */
745        INFASO, 
746        /**
747         * Definition: Information re-disclosed without the patient's consent.
748         */
749        IRDSCL, 
750        /**
751         * Definition: Consent to have healthcare information in an electronic health record accessed for research purposes.
752         */
753        RESEARCH, 
754        /**
755         * Definition: Consent to have de-identified healthcare information in an electronic health record that is accessed for research purposes, but without consent to re-identify the information under any circumstance.
756         */
757        RSDID, 
758        /**
759         * Definition: Consent to have de-identified healthcare information in an electronic health record that is accessed for research purposes re-identified under specific circumstances outlined in the consent.
760
761                        
762                           Example:: Where there is a need to inform the subject of potential health issues.
763         */
764        RSREID, 
765        /**
766         * Constrains the ActCode to the domain of Container Registration
767         */
768        _ACTCONTAINERREGISTRATIONCODE, 
769        /**
770         * Used by one system to inform another that it has received a container.
771         */
772        ID, 
773        /**
774         * Used by one system to inform another that the container is in position for specimen transfer (e.g. container removal from track, pipetting, etc.).
775         */
776        IP, 
777        /**
778         * Used by one system to inform another that the container has been released from that system.
779         */
780        L, 
781        /**
782         * Used by one system to inform another that the container did not arrive at its next expected location.
783         */
784        M, 
785        /**
786         * Used by one system to inform another that the specific container is being processed by the equipment. It is useful as a response to a query about Container Status, when the specific step of the process is not relevant.
787         */
788        O, 
789        /**
790         * Status is used by one system to inform another that the processing has been completed, but the container has not been released from that system.
791         */
792        R, 
793        /**
794         * Used by one system to inform another that the container is no longer available within the scope of the system (e.g. tube broken or discarded).
795         */
796        X, 
797        /**
798         * An observation form that determines parameters or attributes of an Act. Examples are the settings of a ventilator machine as parameters of a ventilator treatment act; the controls on dillution factors of a chemical analyzer as a parameter of a laboratory observation act; the settings of a physiologic measurement assembly (e.g. time skew) or the position of the body while measuring blood pressure.
799
800                        Control variables are forms of observations because just as with clinical observations, the Observation.code determines the parameter and the Observation.value assigns the value. While control variables sometimes can be observed (by noting the control settings or an actually measured feedback loop) they are not primary observations, in the sense that a control variable without a primary act is of no use (e.g. it makes no sense to record a blood pressure position without recording a blood pressure, whereas it does make sense to record a systolic blood pressure without a diastolic blood pressure).
801         */
802        _ACTCONTROLVARIABLE, 
803        /**
804         * Specifies whether or not automatic repeat testing is to be initiated on specimens.
805         */
806        AUTO, 
807        /**
808         * A baseline value for the measured test that is inherently contained in the diluent.  In the calculation of the actual result for the measured test, this baseline value is normally considered.
809         */
810        ENDC, 
811        /**
812         * Specifies whether or not further testing may be automatically or manually initiated on specimens.
813         */
814        REFLEX, 
815        /**
816         * Response to an insurance coverage eligibility query or authorization request.
817         */
818        _ACTCOVERAGECONFIRMATIONCODE, 
819        /**
820         * Indication of authorization for healthcare service(s) and/or product(s).  If authorization is approved, funds are set aside.
821         */
822        _ACTCOVERAGEAUTHORIZATIONCONFIRMATIONCODE, 
823        /**
824         * Authorization approved and funds have been set aside to pay for specified healthcare service(s) and/or product(s) within defined criteria for the authorization.
825         */
826        AUTH, 
827        /**
828         * Authorization for specified healthcare service(s) and/or product(s) denied.
829         */
830        NAUTH, 
831        /**
832         * Indication of eligibility coverage for healthcare service(s) and/or product(s).
833         */
834        _ACTCOVERAGEELIGIBILITYCONFIRMATIONCODE, 
835        /**
836         * Insurance coverage is in effect for healthcare service(s) and/or product(s).
837         */
838        ELG, 
839        /**
840         * Insurance coverage is not in effect for healthcare service(s) and/or product(s). May optionally include reasons for the ineligibility.
841         */
842        NELG, 
843        /**
844         * Criteria that are applicable to the authorized coverage.
845         */
846        _ACTCOVERAGELIMITCODE, 
847        /**
848         * Maximum amount paid or maximum number of services/products covered; or maximum amount or number covered during a specified time period under the policy or program.
849         */
850        _ACTCOVERAGEQUANTITYLIMITCODE, 
851        /**
852         * Codes representing the time period during which coverage is available; or financial participation requirements are in effect.
853         */
854        COVPRD, 
855        /**
856         * Definition: Maximum amount paid by payer or covered party; or maximum number of services or products covered under the policy or program during a covered party's lifetime.
857         */
858        LFEMX, 
859        /**
860         * Maximum net amount that will be covered for the product or service specified.
861         */
862        NETAMT, 
863        /**
864         * Definition: Maximum amount paid by payer or covered party; or maximum number of services/products covered under the policy or program by time period specified by the effective time on the act.
865         */
866        PRDMX, 
867        /**
868         * Maximum unit price that will be covered for the authorized product or service.
869         */
870        UNITPRICE, 
871        /**
872         * Maximum number of items that will be covered of the product or service specified.
873         */
874        UNITQTY, 
875        /**
876         * Definition: Codes representing the maximum coverate or financial participation requirements.
877         */
878        COVMX, 
879        /**
880         * Codes representing the types of covered parties that may receive covered benefits under a policy or program.
881         */
882        _ACTCOVEREDPARTYLIMITCODE, 
883        /**
884         * Definition: Set of codes indicating the type of insurance policy or program that pays for the cost of benefits provided to covered parties.
885         */
886        _ACTCOVERAGETYPECODE, 
887        /**
888         * Set of codes indicating the type of insurance policy or other source of funds to cover healthcare costs.
889         */
890        _ACTINSURANCEPOLICYCODE, 
891        /**
892         * Private insurance policy that provides coverage in addition to other policies (e.g. in addition to a Public Healthcare insurance policy).
893         */
894        EHCPOL, 
895        /**
896         * Insurance policy that provides for an allotment of funds replenished on a periodic (e.g. annual) basis. The use of the funds under this policy is at the     discretion of the covered party.
897         */
898        HSAPOL, 
899        /**
900         * Insurance policy for injuries sustained in an automobile accident.  Will also typically covered non-named parties to the policy, such as pedestrians         and passengers.
901         */
902        AUTOPOL, 
903        /**
904         * Definition: An automobile insurance policy under which the insurance company will cover the cost of damages to an automobile owned by the named insured that are caused by accident or intentionally by another party.
905         */
906        COL, 
907        /**
908         * Definition: An automobile insurance policy under which the insurance company will indemnify a loss for which another motorist is liable if that motorist is unable to pay because he or she is uninsured.  Coverage under the policy applies to bodily injury damages only.  Injuries to the covered party caused by a hit-and-run driver are also covered.
909         */
910        UNINSMOT, 
911        /**
912         * Insurance policy funded by a public health system such as a provincial or national health plan.  Examples include BC MSP (British Columbia   Medical Services Plan) OHIP (Ontario Health Insurance Plan), NHS (National Health Service).
913         */
914        PUBLICPOL, 
915        /**
916         * Definition: A public or government health program that administers and funds coverage for dental care to assist program eligible who meet financial and health status criteria.
917         */
918        DENTPRG, 
919        /**
920         * Definition: A public or government health program that administers and funds coverage for health and social services to assist program eligible who meet financial and health status criteria related to a particular disease.
921
922                        
923                           Example: Reproductive health, sexually transmitted disease, and end renal disease programs.
924         */
925        DISEASEPRG, 
926        /**
927         * Definition: A program that provides low-income, uninsured, and underserved women access to timely, high-quality screening and diagnostic services, to detect breast and cervical cancer at the earliest stages.
928
929                        
930                           Example: To improve women's access to screening for breast and cervical cancers, Congress passed the Breast and Cervical Cancer Mortality Prevention Act of 1990, which guided CDC in creating the National Breast and Cervical Cancer Early Detection Program (NBCCEDP), which  provides access to critical breast and cervical cancer screening services for underserved women in the United States.  An estimated 7 to 10% of U.S. women of screening age are eligible to receive NBCCEDP services. Federal guidelines establish an eligibility baseline to direct services to uninsured and underinsured women at or below 250% of federal poverty level; ages 18 to 64 for cervical screening; ages 40 to 64 for breast screening.
931         */
932        CANPRG, 
933        /**
934         * Definition: A public or government program that administers publicly funded coverage of kidney dialysis and kidney transplant services.
935
936                        Example: In the U.S., the Medicare End-stage Renal Disease program (ESRD), the National Kidney Foundation (NKF) American Kidney Fund (AKF) The Organ Transplant Fund.
937         */
938        ENDRENAL, 
939        /**
940         * Definition: Government administered and funded HIV-AIDS program for beneficiaries meeting financial and health status criteria.  Administration, funding levels, eligibility criteria, covered benefits, provider types, and financial participation are typically set by a regulatory process.  Payer responsibilities for administering the program may be delegated to contractors.
941
942                        
943                           Example: In the U.S., the Ryan White program, which is administered by the Health Resources and Services Administration.
944         */
945        HIVAIDS, 
946        /**
947         * mandatory health program
948         */
949        MANDPOL, 
950        /**
951         * Definition: Government administered and funded mental health program for beneficiaries meeting financial and mental health status criteria.  Administration, funding levels, eligibility criteria, covered benefits, provider types, and financial participation are typically set by a regulatory process.  Payer responsibilities for administering the program may be delegated to contractors.
952
953                        
954                           Example: In the U.S., states receive funding for substance use programs from the Substance Abuse Mental Health Administration (SAMHSA).
955         */
956        MENTPRG, 
957        /**
958         * Definition: Government administered and funded program to support provision of care to underserved populations through safety net clinics.
959
960                        
961                           Example: In the U.S., safety net providers such as federally qualified health centers (FQHC) receive funding under PHSA Section 330 grants administered by the Health Resources and Services Administration.
962         */
963        SAFNET, 
964        /**
965         * Definition: Government administered and funded substance use program for beneficiaries meeting financial, substance use behavior, and health status criteria.  Beneficiaries may be required to enroll as a result of legal proceedings.  Administration, funding levels, eligibility criteria, covered benefits, provider types, and financial participation are typically set by a regulatory process.  Payer responsibilities for administering the program may be delegated to contractors.
966
967                        
968                           Example: In the U.S., states receive funding for substance use programs from the Substance Abuse Mental Health Administration (SAMHSA).
969         */
970        SUBPRG, 
971        /**
972         * Definition: A government health program that provides coverage for health services to persons meeting eligibility criteria such as income, location of residence, access to other coverages, health condition, and age, the cost of which is to some extent subsidized by public funds.
973         */
974        SUBSIDIZ, 
975        /**
976         * Definition: A government health program that provides coverage through managed care contracts for health services to persons meeting eligibility criteria such as income, location of residence, access to other coverages, health condition, and age, the cost of which is to some extent subsidized by public funds. 
977
978                        
979                           Discussion: The structure and business processes for underwriting and administering a subsidized managed care program is further specified by the Underwriter and Payer Role.class and Role.code.
980         */
981        SUBSIDMC, 
982        /**
983         * Definition: A government health program that provides coverage for health services to persons meeting eligibility criteria for a supplemental health policy or program such as income, location of residence, access to other coverages, health condition, and age, the cost of which is to some extent subsidized by public funds.
984
985                        
986                           Example:  Supplemental health coverage program may cover the cost of a health program or policy financial participations, such as the copays and the premiums, and may provide coverage for services in addition to those covered under the supplemented health program or policy.  In the U.S., Medicaid programs may pay the premium for a covered party who is also covered under the  Medicare program or a private health policy.
987
988                        
989                           Discussion: The structure and business processes for underwriting and administering a subsidized supplemental retiree health program is further specified by the Underwriter and Payer Role.class and Role.code.
990         */
991        SUBSUPP, 
992        /**
993         * Insurance policy for injuries sustained in the work place or in the course of employment.
994         */
995        WCBPOL, 
996        /**
997         * Definition: Set of codes indicating the type of insurance policy.  Insurance, in law and economics, is a form of risk management primarily used to hedge against the risk of potential financial loss. Insurance is defined as the equitable transfer of the risk of a potential loss, from one entity to another, in exchange for a premium and duty of care. A policy holder is an individual or an organization enters into a contract with an underwriter which stipulates that, in exchange for payment of a sum of money (a premium), one or more covered parties (insureds) is guaranteed compensation for losses resulting from certain perils under specified conditions.  The underwriter analyzes the risk of loss, makes a decision as to whether the risk is insurable, and prices the premium accordingly.  A policy provides benefits that indemnify or cover the cost of a loss incurred by a covered party, and may include coverage for services required to remediate a loss.  An insurance policy contains pertinent facts about the policy holder, the insurance coverage, the covered parties, and the insurer.  A policy may include exemptions and provisions specifying the extent to which the indemnification clause cannot be enforced for intentional tortious conduct of a covered party, e.g. whether the covered parties are jointly or severably insured.
998
999                        
1000                           Discussion: In contrast to programs, an insurance policy has one or more policy holders, who own the policy.  The policy holder may be the covered party, a relative of the covered party, a partnership, or a corporation, e.g. an employer.  A subscriber of a self-insured health insurance policy is a policy holder.  A subscriber of an employer sponsored health insurance policy is holds a certificate of coverage, but is not a policy holder; the policy holder is the employer.  See CoveredRoleType.
1001         */
1002        _ACTINSURANCETYPECODE, 
1003        /**
1004         * Definition: Set of codes indicating the type of health insurance policy that covers health services provided to covered parties.  A health insurance policy is a written contract for insurance between the insurance company and the policyholder, and contains pertinent facts about the policy owner (the policy holder), the health insurance coverage, the insured subscribers and dependents, and the insurer.  Health insurance is typically administered in accordance with a plan, which specifies (1) the type of health services and health conditions that will be covered under what circumstances (e.g. exclusion of a pre-existing condition, service must be deemed medically necessary; service must not be experimental; service must provided in accordance with a protocol; drug must be on a formulary; service must be prior authorized; or be a referral from a primary care provider); (2) the type and affiliation of providers (e.g. only allopathic physicians, only in network, only providers employed by an HMO); (3) financial participations required of covered parties (e.g. co-pays, coinsurance, deductibles, out-of-pocket); and (4) the manner in which services will be paid (e.g. under indemnity or fee-for-service health plans, the covered party typically pays out-of-pocket and then file a claim for reimbursement, while health plans that have contractual relationships with providers, i.e., network providers, typically do not allow the providers to bill the covered party for the cost of the service until after filing a claim with the payer and receiving reimbursement).
1005         */
1006        _ACTHEALTHINSURANCETYPECODE, 
1007        /**
1008         * Definition: A health insurance policy that that covers benefits for dental services.
1009         */
1010        DENTAL, 
1011        /**
1012         * Definition: A health insurance policy that covers benefits for healthcare services provided for named conditions under the policy, e.g. cancer, diabetes, or HIV-AIDS.
1013         */
1014        DISEASE, 
1015        /**
1016         * Definition: A health insurance policy that covers benefits for prescription drugs, pharmaceuticals, and supplies.
1017         */
1018        DRUGPOL, 
1019        /**
1020         * Definition: A health insurance policy that covers healthcare benefits by protecting covered parties from medical expenses arising from health conditions, sickness, or accidental injury as well as preventive care. Health insurance policies explicitly exclude coverage for losses insured under a disability policy, workers' compensation program, liability insurance (including automobile insurance); or for medical expenses, coverage for on-site medical clinics or for limited dental or vision benefits when these are provided under a separate policy.
1021
1022                        
1023                           Discussion: Health insurance policies are offered by health insurance plans that typically reimburse providers for covered services on a fee-for-service basis, that is, a fee that is the allowable amount that a provider may charge.  This is in contrast to managed care plans, which typically prepay providers a per-member/per-month amount or capitation as reimbursement for all covered services rendered.  Health insurance plans include indemnity and healthcare services plans.
1024         */
1025        HIP, 
1026        /**
1027         * Definition: An insurance policy that covers benefits for long-term care services people need when they no longer can care for themselves. This may be due to an accident, disability, prolonged illness or the simple process of aging. Long-term care services assist with activities of daily living including:
1028
1029                        
1030                           
1031                              Help at home with day-to-day activities, such as cooking, cleaning, bathing and dressing
1032
1033                           
1034                           
1035                              Care in the community, such as in an adult day care facility
1036
1037                           
1038                           
1039                              Supervised care provided in an assisted living facility
1040
1041                           
1042                           
1043                              Skilled care provided in a nursing home
1044         */
1045        LTC, 
1046        /**
1047         * Definition: Government mandated program providing coverage, disability income, and vocational rehabilitation for injuries sustained in the work place or in the course of employment.  Employers may either self-fund the program, purchase commercial coverage, or pay a premium to a government entity that administers the program.  Employees may be required to pay premiums toward the cost of coverage as well.
1048
1049                        Managed care policies specifically exclude coverage for losses insured under a disability policy, workers' compensation program, liability insurance (including automobile insurance); or for medical expenses, coverage for on-site medical clinics or for limited dental or vision benefits when these are provided under a separate policy.
1050
1051                        
1052                           Discussion: Managed care policies are offered by managed care plans that contract with selected providers or health care organizations to provide comprehensive health care at a discount to covered parties and coordinate the financing and delivery of health care. Managed care uses medical protocols and procedures agreed on by the medical profession to be cost effective, also known as medical practice guidelines. Providers are typically reimbursed for covered services by a capitated amount on a per member per month basis that may reflect difference in the health status and level of services anticipated to be needed by the member.
1053         */
1054        MCPOL, 
1055        /**
1056         * Definition: A policy for a health plan that has features of both an HMO and a FFS plan.  Like an HMO, a POS plan encourages the use its HMO network to maintain discounted fees with participating providers, but recognizes that sometimes covered parties want to choose their own provider.  The POS plan allows a covered party to use providers who are not part of the HMO network (non-participating providers).  However, there is a greater cost associated with choosing these non-network providers. A covered party will usually pay deductibles and coinsurances that are substantially higher than the payments when he or she uses a plan provider. Use of non-participating providers often requires the covered party to pay the provider directly and then to file a claim for reimbursement, like in an FFS plan.
1057         */
1058        POS, 
1059        /**
1060         * Definition: A policy for a health plan that provides coverage for health care only through contracted or employed physicians and hospitals located in particular geographic or service areas.  HMOs emphasize prevention and early detection of illness. Eligibility to enroll in an HMO is determined by where a covered party lives or works.
1061         */
1062        HMO, 
1063        /**
1064         * Definition: A network-based, managed care plan that allows a covered party to choose any health care provider. However, if care is received from a "preferred" (participating in-network) provider, there are generally higher benefit coverage and lower deductibles.
1065         */
1066        PPO, 
1067        /**
1068         * Definition: A health insurance policy that covers benefits for mental health services and prescriptions.
1069         */
1070        MENTPOL, 
1071        /**
1072         * Definition: A health insurance policy that covers benefits for substance use services.
1073         */
1074        SUBPOL, 
1075        /**
1076         * Definition: Set of codes for a policy that provides coverage for health care expenses arising from vision services.
1077
1078                        A health insurance policy that covers benefits for vision care services, prescriptions, and products.
1079         */
1080        VISPOL, 
1081        /**
1082         * Definition: An insurance policy that provides a regular payment to compensate for income lost due to the covered party's inability to work because of illness or injury.
1083         */
1084        DIS, 
1085        /**
1086         * Definition: An insurance policy under a benefit plan run by an employer or employee organization for the purpose of providing benefits other than pension-related to employees and their families. Typically provides health-related benefits, benefits for disability, disease or unemployment, or day care and scholarship benefits, among others.  An employer sponsored health policy includes coverage of health care expenses arising from sickness or accidental injury, coverage for on-site medical clinics or for dental or vision benefits, which are typically provided under a separate policy.  Coverage excludes health care expenses covered by accident or disability, workers' compensation, liability or automobile insurance.
1087         */
1088        EWB, 
1089        /**
1090         * Definition:  An insurance policy that covers qualified benefits under a Flexible Benefit plan such as group medical insurance, long and short term disability income insurance, group term life insurance for employees only up to $50,000 face amount, specified disease coverage such as a cancer policy, dental and/or vision insurance, hospital indemnity insurance, accidental death and dismemberment insurance, a medical expense reimbursement plan and a dependent care reimbursement plan.
1091
1092                        
1093                            Discussion: See UnderwriterRoleTypeCode flexible benefit plan which is defined as a benefit plan that allows employees to choose from several life, health, disability, dental, and other insurance plans according to their individual needs. Also known as cafeteria plans.  Authorized under Section 125 of the Revenue Act of 1978.
1094         */
1095        FLEXP, 
1096        /**
1097         * Definition: A policy under which the insurer agrees to pay a sum of money upon the occurrence of the covered partys death. In return, the policyholder agrees to pay a stipulated amount called a premium at regular intervals.  Life insurance indemnifies the beneficiary for the loss of the insurable interest that a beneficiary has in the life of a covered party.  For persons related by blood, a substantial interest established through love and affection, and for all other persons, a lawful and substantial economic interest in having the life of the insured continue. An insurable interest is required when purchasing life insurance on another person. Specific exclusions are often written into the contract to limit the liability of the insurer; for example claims resulting from suicide or relating to war, riot and civil commotion.
1098
1099                        
1100                           Discussion:A life insurance policy may be used by the covered party as a source of health care coverage in the case of  a viatical settlement, which is the sale of a life insurance policy by the policy owner, before the policy matures. Such a sale, at a price discounted from the face amount of the policy but usually in excess of the premiums paid or current cash surrender value, provides the seller an immediate cash settlement. Generally, viatical settlements involve insured individuals with a life expectancy of less than two years. In countries without state-subsidized healthcare and high healthcare costs (e.g. United States), this is a practical way to pay extremely high health insurance premiums that severely ill people face. Some people are also familiar with life settlements, which are similar transactions but involve insureds with longer life expectancies (two to fifteen years).
1101         */
1102        LIFE, 
1103        /**
1104         * Definition: A policy that, after an initial premium or premiums, pays out a sum at pre-determined intervals.
1105
1106                        For example, a policy holder may pay $10,000, and in return receive $150 each month until he dies; or $1,000 for each of 14 years or death benefits if he dies before the full term of the annuity has elapsed.
1107         */
1108        ANNU, 
1109        /**
1110         * Definition: Life insurance under which the benefit is payable only if the insured dies during a specified period. If an insured dies during that period, the beneficiary receives the death payments. If the insured survives, the policy ends and the beneficiary receives nothing.
1111         */
1112        TLIFE, 
1113        /**
1114         * Definition: Life insurance under which the benefit is payable upon the insuredaTMs death or diagnosis of a terminal illness.  If an insured dies during that period, the beneficiary receives the death payments. If the insured survives, the policy ends and the beneficiary receives nothing
1115         */
1116        ULIFE, 
1117        /**
1118         * Definition: A type of insurance that covers damage to or loss of the policyholderaTMs property by providing payments for damages to property damage or the injury or death of living subjects.  The terms "casualty" and "liability" insurance are often used interchangeably. Both cover the policyholder's legal liability for damages caused to other persons and/or their property.
1119         */
1120        PNC, 
1121        /**
1122         * Definition: An agreement between two or more insurance companies by which the risk of loss is proportioned. Thus the risk of loss is spread and a disproportionately large loss under a single policy does not fall on one insurance company. Acceptance by an insurer, called a reinsurer, of all or part of the risk of loss of another insurance company.
1123
1124                        
1125                           Discussion: Reinsurance is a means by which an insurance company can protect itself against the risk of losses with other insurance companies. Individuals and corporations obtain insurance policies to provide protection for various risks (hurricanes, earthquakes, lawsuits, collisions, sickness and death, etc.). Reinsurers, in turn, provide insurance to insurance companies.
1126
1127                        For example, an HMO may purchase a reinsurance policy to protect itself from losing too much money from one insured's particularly expensive health care costs. An insurance company issuing an automobile liability policy, with a limit of $100,000 per accident may reinsure its liability in excess of $10,000. A fire insurance company which issues a large policy generally reinsures a portion of the risk with one or several other companies. Also called risk control insurance or stop-loss insurance.
1128         */
1129        REI, 
1130        /**
1131         * Definition: 
1132                        
1133
1134                        
1135                           
1136                              A risk or part of a risk for which there is no normal insurance market available.
1137
1138                           
1139                           
1140                              Insurance written by unauthorized insurance companies. Surplus lines insurance is insurance placed with unauthorized insurance companies through licensed surplus lines agents or brokers.
1141         */
1142        SURPL, 
1143        /**
1144         * Definition: A form of insurance protection that provides additional liability coverage after the limits of your underlying policy are reached. An umbrella liability policy also protects you (the insured) in many situations not covered by the usual liability policies.
1145         */
1146        UMBRL, 
1147        /**
1148         * Definition: A set of codes used to indicate coverage under a program.  A program is an organized structure for administering and funding coverage of a benefit package for covered parties meeting eligibility criteria, typically related to employment, health, financial, and demographic status. Programs are typically established or permitted by legislation with provisions for ongoing government oversight.  Regulations may mandate the structure of the program, the manner in which it is funded and administered, covered benefits, provider types, eligibility criteria and financial participation. A government agency may be charged with implementing the program in accordance to the regulation.  Risk of loss under a program in most cases would not meet what an underwriter would consider an insurable risk, i.e., the risk is not random in nature, not financially measurable, and likely requires subsidization with government funds.
1149
1150                        
1151                           Discussion: Programs do not have policy holders or subscribers.  Program eligibles are enrolled based on health status, statutory eligibility, financial status, or age.  Program eligibles who are covered parties under the program may be referred to as members, beneficiaries, eligibles, or recipients.  Programs risk are underwritten by not for profit organizations such as governmental entities, and the beneficiaries typically do not pay for any or some portion of the cost of coverage.  See CoveredPartyRoleType.
1152         */
1153        _ACTPROGRAMTYPECODE, 
1154        /**
1155         * Definition: A program that covers the cost of services provided directly to a beneficiary who typically has no other source of coverage without charge.
1156         */
1157        CHAR, 
1158        /**
1159         * Definition: A program that covers the cost of services provided to crime victims for injuries or losses related to the occurrence of a crime.
1160         */
1161        CRIME, 
1162        /**
1163         * Definition: An employee assistance program is run by an employer or employee organization for the purpose of providing benefits and covering all or part of the cost for employees to receive counseling, referrals, and advice in dealing with stressful issues in their lives. These may include substance abuse, bereavement, marital problems, weight issues, or general wellness issues.  The services are usually provided by a third-party, rather than the company itself, and the company receives only summary statistical data from the service provider. Employee's names and services received are kept confidential.
1164         */
1165        EAP, 
1166        /**
1167         * Definition: A set of codes used to indicate a government program that is an organized structure for administering and funding coverage of a benefit package for covered parties meeting eligibility criteria, typically related to employment, health and financial status. Government programs are established or permitted by legislation with provisions for ongoing government oversight.  Regulation mandates the structure of the program, the manner in which it is funded and administered, covered benefits, provider types, eligibility criteria and financial participation. A government agency is charged with implementing the program in accordance to the regulation
1168
1169                        
1170                           Example: Federal employee health benefit program in the U.S.
1171         */
1172        GOVEMP, 
1173        /**
1174         * Definition: A government program that provides health coverage to individuals who are considered medically uninsurable or high risk, and who have been denied health insurance due to a serious health condition. In certain cases, it also applies to those who have been quoted very high premiums a" again, due to a serious health condition.  The pool charges premiums for coverage.  Because the pool covers high-risk people, it incurs a higher level of claims than premiums can cover. The insurance industry pays into the pool to make up the difference and help it remain viable.
1175         */
1176        HIRISK, 
1177        /**
1178         * Definition: Services provided directly and through contracted and operated indigenous peoples health programs.
1179
1180                        
1181                           Example: Indian Health Service in the U.S.
1182         */
1183        IND, 
1184        /**
1185         * Definition: A government program that provides coverage for health services to military personnel, retirees, and dependents.  A covered party who is a subscriber can choose from among Fee-for-Service (FFS) plans, and their Preferred Provider Organizations (PPO), or Plans offering a Point of Service (POS) Product, or Health Maintenance Organizations.
1186
1187                        
1188                           Example: In the U.S., TRICARE, CHAMPUS.
1189         */
1190        MILITARY, 
1191        /**
1192         * Definition: A government mandated program with specific eligibility requirements based on premium contributions made during employment, length of employment, age, and employment status, e.g. being retired, disabled, or a dependent of a covered party under this program.   Benefits typically include ambulatory, inpatient, and long-term care, such as hospice care, home health care and respite care.
1193         */
1194        RETIRE, 
1195        /**
1196         * Definition: A social service program funded by a public or governmental entity.
1197
1198                        
1199                           Example: Programs providing habilitation, food, lodging, medicine, transportation, equipment, devices, products, education, training, counseling, alteration of living or work space, and other resources to persons meeting eligibility criteria.
1200         */
1201        SOCIAL, 
1202        /**
1203         * Definition: Services provided directly and through contracted and operated veteran health programs.
1204         */
1205        VET, 
1206        /**
1207         * Codes dealing with the management of Detected Issue observations
1208         */
1209        _ACTDETECTEDISSUEMANAGEMENTCODE, 
1210        /**
1211         * Codes dealing with the management of Detected Issue observations for the administrative and patient administrative acts domains.
1212         */
1213        _ACTADMINISTRATIVEDETECTEDISSUEMANAGEMENTCODE, 
1214        /**
1215         * Authorization Issue Management Code
1216         */
1217        _AUTHORIZATIONISSUEMANAGEMENTCODE, 
1218        /**
1219         * Used to temporarily override normal authorization rules to gain access to data in a case of emergency. Use of this override code will typically be monitored, and a procedure to verify its proper use may be triggered when used.
1220         */
1221        EMAUTH, 
1222        /**
1223         * Description: Indicates that the permissions have been externally verified and the request should be processed.
1224         */
1225        _21, 
1226        /**
1227         * Confirmed drug therapy appropriate
1228         */
1229        _1, 
1230        /**
1231         * Consulted other supplier/pharmacy, therapy confirmed
1232         */
1233        _19, 
1234        /**
1235         * Assessed patient, therapy is appropriate
1236         */
1237        _2, 
1238        /**
1239         * Description: The patient has the appropriate indication or diagnosis for the action to be taken.
1240         */
1241        _22, 
1242        /**
1243         * Description: It has been confirmed that the appropriate pre-requisite therapy has been tried.
1244         */
1245        _23, 
1246        /**
1247         * Patient gave adequate explanation
1248         */
1249        _3, 
1250        /**
1251         * Consulted other supply source, therapy still appropriate
1252         */
1253        _4, 
1254        /**
1255         * Consulted prescriber, therapy confirmed
1256         */
1257        _5, 
1258        /**
1259         * Consulted prescriber and recommended change, prescriber declined
1260         */
1261        _6, 
1262        /**
1263         * Concurrent therapy triggering alert is no longer on-going or planned
1264         */
1265        _7, 
1266        /**
1267         * Confirmed supply action appropriate
1268         */
1269        _14, 
1270        /**
1271         * Patient's existing supply was lost/wasted
1272         */
1273        _15, 
1274        /**
1275         * Supply date is due to patient vacation
1276         */
1277        _16, 
1278        /**
1279         * Supply date is intended to carry patient over weekend
1280         */
1281        _17, 
1282        /**
1283         * Supply is intended for use during a leave of absence from an institution.
1284         */
1285        _18, 
1286        /**
1287         * Description: Supply is different than expected as an additional quantity has been supplied in a separate dispense.
1288         */
1289        _20, 
1290        /**
1291         * Order is performed as issued, but other action taken to mitigate potential adverse effects
1292         */
1293        _8, 
1294        /**
1295         * Provided education or training to the patient on appropriate therapy use
1296         */
1297        _10, 
1298        /**
1299         * Instituted an additional therapy to mitigate potential negative effects
1300         */
1301        _11, 
1302        /**
1303         * Suspended existing therapy that triggered interaction for the duration of this therapy
1304         */
1305        _12, 
1306        /**
1307         * Aborted existing therapy that triggered interaction.
1308         */
1309        _13, 
1310        /**
1311         * Arranged to monitor patient for adverse effects
1312         */
1313        _9, 
1314        /**
1315         * Concepts that identify the type or nature of exposure interaction.  Examples include "household", "care giver", "intimate partner", "common space", "common substance", etc. to further describe the nature of interaction.
1316         */
1317        _ACTEXPOSURECODE, 
1318        /**
1319         * Description: Exposure participants' interaction occurred in a child care setting
1320         */
1321        CHLDCARE, 
1322        /**
1323         * Description: An interaction where the exposure participants traveled in/on the same vehicle (not necessarily concurrently, e.g. both are passengers of the same plane, but on different flights of that plane).
1324         */
1325        CONVEYNC, 
1326        /**
1327         * Description: Exposure participants' interaction occurred during the course of health care delivery or in a health care delivery setting, but did not involve the direct provision of care (e.g. a janitor cleaning a patient's hospital room).
1328         */
1329        HLTHCARE, 
1330        /**
1331         * Description: Exposure interaction occurred in context of one providing care for the other, i.e. a babysitter providing care for a child, a home-care aide providing assistance to a paraplegic.
1332         */
1333        HOMECARE, 
1334        /**
1335         * Description: Exposure participants' interaction occurred when both were patients being treated in the same (acute) health care delivery facility.
1336         */
1337        HOSPPTNT, 
1338        /**
1339         * Description: Exposure participants' interaction occurred when one visited the other who was a patient being treated in a health care delivery facility.
1340         */
1341        HOSPVSTR, 
1342        /**
1343         * Description: Exposure interaction occurred in context of domestic interaction, i.e. both participants reside in the same household.
1344         */
1345        HOUSEHLD, 
1346        /**
1347         * Description: Exposure participants' interaction occurred in the course of one or both participants being incarcerated at a correctional facility
1348         */
1349        INMATE, 
1350        /**
1351         * Description: Exposure interaction was intimate, i.e. participants are intimate companions (e.g. spouses, domestic partners).
1352         */
1353        INTIMATE, 
1354        /**
1355         * Description: Exposure participants' interaction occurred in the course of one or both participants being resident at a long term care facility (second participant may be a visitor, worker, resident or a physical place or object within the facility).
1356         */
1357        LTRMCARE, 
1358        /**
1359         * Description: An interaction where the exposure participants were both present in the same location/place/space.
1360         */
1361        PLACE, 
1362        /**
1363         * Description: Exposure participants' interaction occurred during the course of  health care delivery by a provider (e.g. a physician treating a patient in her office).
1364         */
1365        PTNTCARE, 
1366        /**
1367         * Description: Exposure participants' interaction occurred in an academic setting (e.g. participants are fellow students, or student and teacher).
1368         */
1369        SCHOOL2, 
1370        /**
1371         * Description: An interaction where the exposure participants are social associates or members of the same extended family
1372         */
1373        SOCIAL2, 
1374        /**
1375         * Description: An interaction where the exposure participants shared or co-used a common substance (e.g. drugs, needles, or common food item).
1376         */
1377        SUBSTNCE, 
1378        /**
1379         * Description: An interaction where the exposure participants traveled together in/on the same vehicle/trip (e.g. concurrent co-passengers).
1380         */
1381        TRAVINT, 
1382        /**
1383         * Description: Exposure interaction occurred in a work setting, i.e. participants are co-workers.
1384         */
1385        WORK2, 
1386        /**
1387         * ActFinancialTransactionCode
1388         */
1389        _ACTFINANCIALTRANSACTIONCODE, 
1390        /**
1391         * A type of transaction that represents a charge for a service or product.  Expressed in monetary terms.
1392         */
1393        CHRG, 
1394        /**
1395         * A type of transaction that represents a reversal of a previous charge for a service or product. Expressed in monetary terms.  It has the opposite effect of a standard charge.
1396         */
1397        REV, 
1398        /**
1399         * Set of codes indicating the type of incident or accident.
1400         */
1401        _ACTINCIDENTCODE, 
1402        /**
1403         * Incident or accident as the result of a motor vehicle accident
1404         */
1405        MVA, 
1406        /**
1407         * Incident or accident is the result of a school place accident.
1408         */
1409        SCHOOL, 
1410        /**
1411         * Incident or accident is the result of a sporting accident.
1412         */
1413        SPT, 
1414        /**
1415         * Incident or accident is the result of a work place accident
1416         */
1417        WPA, 
1418        /**
1419         * Description: The type of health information to which the subject of the information or the subject's delegate consents or dissents.
1420         */
1421        _ACTINFORMATIONACCESSCODE, 
1422        /**
1423         * Description: Provide consent to collect, use, disclose, or access adverse drug reaction information for a patient.
1424         */
1425        ACADR, 
1426        /**
1427         * Description: Provide consent to collect, use, disclose, or access all information for a patient.
1428         */
1429        ACALL, 
1430        /**
1431         * Description: Provide consent to collect, use, disclose, or access allergy information for a patient.
1432         */
1433        ACALLG, 
1434        /**
1435         * Description: Provide consent to collect, use, disclose, or access informational consent information for a patient.
1436         */
1437        ACCONS, 
1438        /**
1439         * Description: Provide consent to collect, use, disclose, or access demographics information for a patient.
1440         */
1441        ACDEMO, 
1442        /**
1443         * Description: Provide consent to collect, use, disclose, or access diagnostic imaging information for a patient.
1444         */
1445        ACDI, 
1446        /**
1447         * Description: Provide consent to collect, use, disclose, or access immunization information for a patient.
1448         */
1449        ACIMMUN, 
1450        /**
1451         * Description: Provide consent to collect, use, disclose, or access lab test result information for a patient.
1452         */
1453        ACLAB, 
1454        /**
1455         * Description: Provide consent to collect, use, disclose, or access medical condition information for a patient.
1456         */
1457        ACMED, 
1458        /**
1459         * Definition: Provide consent to view or access medical condition information for a patient.
1460         */
1461        ACMEDC, 
1462        /**
1463         * Description:Provide consent to collect, use, disclose, or access mental health information for a patient.
1464         */
1465        ACMEN, 
1466        /**
1467         * Description: Provide consent to collect, use, disclose, or access common observation information for a patient.
1468         */
1469        ACOBS, 
1470        /**
1471         * Description: Provide consent to collect, use, disclose, or access coverage policy or program for a patient.
1472         */
1473        ACPOLPRG, 
1474        /**
1475         * Description: Provide consent to collect, use, disclose, or access provider information for a patient.
1476         */
1477        ACPROV, 
1478        /**
1479         * Description: Provide consent to collect, use, disclose, or access professional service information for a patient.
1480         */
1481        ACPSERV, 
1482        /**
1483         * Description:Provide consent to collect, use, disclose, or access substance abuse information for a patient.
1484         */
1485        ACSUBSTAB, 
1486        /**
1487         * Concepts conveying the context in which consent to transfer specified patient health information for collection, access, use or disclosure applies.
1488         */
1489        _ACTINFORMATIONACCESSCONTEXTCODE, 
1490        /**
1491         * Description: Information transfer in accordance with subjectaTMs consent directive.
1492         */
1493        INFAUT, 
1494        /**
1495         * Consent to collect, access, use, or disclose specified patient health information only after explicit consent.
1496         */
1497        INFCON, 
1498        /**
1499         * Description: Information transfer in accordance with judicial system protocol.
1500         */
1501        INFCRT, 
1502        /**
1503         * Consent to collect, access, use, or disclose specified patient health information only if necessary to avert potential danger to other persons.
1504         */
1505        INFDNG, 
1506        /**
1507         * Description: Information transfer in accordance with emergency information transfer protocol.
1508         */
1509        INFEMER, 
1510        /**
1511         * Consent to collect, access, use, or disclose specified patient health information only if necessary to avert potential public welfare risk.
1512         */
1513        INFPWR, 
1514        /**
1515         * Description: Information transfer in accordance with regulatory protocol, e.g. for public health, welfare, and safety.
1516         */
1517        INFREG, 
1518        /**
1519         * Definition:Indicates the set of information types which may be manipulated or referenced, such as for recommending access restrictions.
1520         */
1521        _ACTINFORMATIONCATEGORYCODE, 
1522        /**
1523         * Description: All patient information.
1524         */
1525        ALLCAT, 
1526        /**
1527         * Definition:All information pertaining to a patient's allergy and intolerance records.
1528         */
1529        ALLGCAT, 
1530        /**
1531         * Description: All information pertaining to a patient's adverse drug reactions.
1532         */
1533        ARCAT, 
1534        /**
1535         * Definition:All information pertaining to a patient's common observation records (height, weight, blood pressure, temperature, etc.).
1536         */
1537        COBSCAT, 
1538        /**
1539         * Definition:All information pertaining to a patient's demographics (such as name, date of birth, gender, address, etc.).
1540         */
1541        DEMOCAT, 
1542        /**
1543         * Definition:All information pertaining to a patient's diagnostic image records (orders & results).
1544         */
1545        DICAT, 
1546        /**
1547         * Definition:All information pertaining to a patient's vaccination records.
1548         */
1549        IMMUCAT, 
1550        /**
1551         * Description: All information pertaining to a patient's lab test records (orders & results)
1552         */
1553        LABCAT, 
1554        /**
1555         * Definition:All information pertaining to a patient's medical condition records.
1556         */
1557        MEDCCAT, 
1558        /**
1559         * Description: All information pertaining to a patient's mental health records.
1560         */
1561        MENCAT, 
1562        /**
1563         * Definition:All information pertaining to a patient's professional service records (such as smoking cessation, counseling, medication review, mental health).
1564         */
1565        PSVCCAT, 
1566        /**
1567         * Definition:All information pertaining to a patient's medication records (orders, dispenses and other active medications).
1568         */
1569        RXCAT, 
1570        /**
1571         * Type of invoice element that is used to assist in describing an Invoice that is either submitted for adjudication or for which is returned on adjudication results.
1572         */
1573        _ACTINVOICEELEMENTCODE, 
1574        /**
1575         * Codes representing a grouping of invoice elements (totals, sub-totals), reported through a Payment Advice or a Statement of Financial Activity (SOFA).  The code can represent summaries by day, location, payee and other cost elements such as bonus, retroactive adjustment and transaction fees.
1576         */
1577        _ACTINVOICEADJUDICATIONPAYMENTCODE, 
1578        /**
1579         * Codes representing adjustments to a Payment Advice such as retroactive, clawback, garnishee, etc.
1580         */
1581        _ACTINVOICEADJUDICATIONPAYMENTGROUPCODE, 
1582        /**
1583         * Payment initiated by the payor as the result of adjudicating a submitted invoice that arrived to the payor from an electronic source that did not provide a conformant set of HL7 messages (e.g. web claim submission).
1584         */
1585        ALEC, 
1586        /**
1587         * Bonus payments based on performance, volume, etc. as agreed to by the payor.
1588         */
1589        BONUS, 
1590        /**
1591         * An amount still owing to the payor but the payment is 0$ and this cannot be settled until a future payment is made.
1592         */
1593        CFWD, 
1594        /**
1595         * Fees deducted on behalf of a payee for tuition and continuing education.
1596         */
1597        EDU, 
1598        /**
1599         * Fees deducted on behalf of a payee for charges based on a shorter payment frequency (i.e. next day versus biweekly payments.
1600         */
1601        EPYMT, 
1602        /**
1603         * Fees deducted on behalf of a payee for charges based on a per-transaction or time-period (e.g. monthly) fee.
1604         */
1605        GARN, 
1606        /**
1607         * Payment is based on a payment intent for a previously submitted Invoice, based on formal adjudication results..
1608         */
1609        INVOICE, 
1610        /**
1611         * Payment initiated by the payor as the result of adjudicating a paper (original, may have been faxed) invoice.
1612         */
1613        PINV, 
1614        /**
1615         * An amount that was owed to the payor as indicated, by a carry forward adjusment, in a previous payment advice
1616         */
1617        PPRD, 
1618        /**
1619         * Professional association fee that is collected by the payor from the practitioner/provider on behalf of the association
1620         */
1621        PROA, 
1622        /**
1623         * Retroactive adjustment such as fee rate adjustment due to contract negotiations.
1624         */
1625        RECOV, 
1626        /**
1627         * Bonus payments based on performance, volume, etc. as agreed to by the payor.
1628         */
1629        RETRO, 
1630        /**
1631         * Fees deducted on behalf of a payee for charges based on a per-transaction or time-period (e.g. monthly) fee.
1632         */
1633        TRAN, 
1634        /**
1635         * Codes representing a grouping of invoice elements (totals, sub-totals), reported through a Payment Advice or a Statement of Financial Activity (SOFA).  The code can represent summaries by day, location, payee, etc.
1636         */
1637        _ACTINVOICEADJUDICATIONPAYMENTSUMMARYCODE, 
1638        /**
1639         * Transaction counts and value totals by invoice type (e.g. RXDINV - Pharmacy Dispense)
1640         */
1641        INVTYPE, 
1642        /**
1643         * Transaction counts and value totals by each instance of an invoice payee.
1644         */
1645        PAYEE, 
1646        /**
1647         * Transaction counts and value totals by each instance of an invoice payor.
1648         */
1649        PAYOR, 
1650        /**
1651         * Transaction counts and value totals by each instance of a messaging application on a single processor. It is a registered identifier known to the receivers.
1652         */
1653        SENDAPP, 
1654        /**
1655         * Codes representing a service or product that is being invoiced (billed).  The code can represent such concepts as "office visit", "drug X", "wheelchair" and other billable items such as taxes, service charges and discounts.
1656         */
1657        _ACTINVOICEDETAILCODE, 
1658        /**
1659         * An identifying data string for healthcare products.
1660         */
1661        _ACTINVOICEDETAILCLINICALPRODUCTCODE, 
1662        /**
1663         * Description:United Nations Standard Products and Services Classification, managed by Uniform Code Council (UCC): www.unspsc.org
1664         */
1665        UNSPSC, 
1666        /**
1667         * An identifying data string for A substance used as a medication or in the preparation of medication.
1668         */
1669        _ACTINVOICEDETAILDRUGPRODUCTCODE, 
1670        /**
1671         * Description:Global Trade Item Number is an identifier for trade items developed by GS1 (comprising the former EAN International and Uniform Code Council).
1672         */
1673        GTIN, 
1674        /**
1675         * Description:Universal Product Code is one of a wide variety of bar code languages widely used in the United States and Canada for items in stores.
1676         */
1677        UPC, 
1678        /**
1679         * The detail item codes to identify charges or changes to the total billing of a claim due to insurance rules and payments.
1680         */
1681        _ACTINVOICEDETAILGENERICCODE, 
1682        /**
1683         * The billable item codes to identify adjudicator specified components to the total billing of a claim.
1684         */
1685        _ACTINVOICEDETAILGENERICADJUDICATORCODE, 
1686        /**
1687         * That portion of the eligible charges which a covered party must pay for each service and/or product. It is a percentage of the eligible amount for the service/product that is typically charged after the covered party has met the policy deductible.  This amount represents the covered party's coinsurance that is applied to a particular adjudication result. It is expressed as a negative dollar amount in adjudication results.
1688         */
1689        COIN, 
1690        /**
1691         * That portion of the eligible charges which a covered party must pay for each service and/or product. It is a defined amount per service/product of the eligible amount for the service/product. This amount represents the covered party's copayment that is applied to a particular adjudication result. It is expressed as a negative dollar amount in adjudication results.
1692         */
1693        COPAYMENT, 
1694        /**
1695         * That portion of the eligible charges which a covered party must pay in a particular period (e.g. annual) before the benefits are payable by the adjudicator. This amount represents the covered party's deductible that is applied to a particular adjudication result. It is expressed as a negative dollar amount in adjudication results.
1696         */
1697        DEDUCTIBLE, 
1698        /**
1699         * The guarantor, who may be the patient, pays the entire charge for a service. Reasons for such action may include: there is no insurance coverage for the service (e.g. cosmetic surgery); the patient wishes to self-pay for the service; or the insurer denies payment for the service due to contractual provisions such as the need for prior authorization.
1700         */
1701        PAY, 
1702        /**
1703         * That total amount of the eligible charges which a covered party must periodically pay for services and/or products prior to the Medicaid program providing any coverage. This amount represents the covered party's spend down that is applied to a particular adjudication result. It is expressed as a negative dollar amount in adjudication results
1704         */
1705        SPEND, 
1706        /**
1707         * The covered party pays a percentage of the cost of covered services.
1708         */
1709        COINS, 
1710        /**
1711         * The billable item codes to identify modifications to a billable item charge. As for example after hours increase in the office visit fee.
1712         */
1713        _ACTINVOICEDETAILGENERICMODIFIERCODE, 
1714        /**
1715         * Premium paid on service fees in compensation for practicing outside of normal working hours.
1716         */
1717        AFTHRS, 
1718        /**
1719         * Premium paid on service fees in compensation for practicing in a remote location.
1720         */
1721        ISOL, 
1722        /**
1723         * Premium paid on service fees in compensation for practicing at a location other than normal working location.
1724         */
1725        OOO, 
1726        /**
1727         * The billable item codes to identify provider supplied charges or changes to the total billing of a claim.
1728         */
1729        _ACTINVOICEDETAILGENERICPROVIDERCODE, 
1730        /**
1731         * A charge to compensate the provider when a patient cancels an appointment with insufficient time for the provider to make another appointment with another patient.
1732         */
1733        CANCAPT, 
1734        /**
1735         * A reduction in the amount charged as a percentage of the amount. For example a 5% discount for volume purchase.
1736         */
1737        DSC, 
1738        /**
1739         * A premium on a service fee is requested because, due to extenuating circumstances, the service took an extraordinary amount of time or supplies.
1740         */
1741        ESA, 
1742        /**
1743         * Under agreement between the parties (payor and provider), a guaranteed level of income is established for the provider over a specific, pre-determined period of time. The normal course of business for the provider is submission of fee-for-service claims. Should the fee-for-service income during the specified period of time be less than the agreed to amount, a top-up amount is paid to the provider equal to the difference between the fee-for-service total and the guaranteed income amount for that period of time. The details of the agreement may specify (or not) a requirement for repayment to the payor in the event that the fee-for-service income exceeds the guaranteed amount.
1744         */
1745        FFSTOP, 
1746        /**
1747         * Anticipated or actual final fee associated with treating a patient.
1748         */
1749        FNLFEE, 
1750        /**
1751         * Anticipated or actual initial fee associated with treating a patient.
1752         */
1753        FRSTFEE, 
1754        /**
1755         * An increase in the amount charged as a percentage of the amount. For example, 12% markup on product cost.
1756         */
1757        MARKUP, 
1758        /**
1759         * A charge to compensate the provider when a patient does not show for an appointment.
1760         */
1761        MISSAPT, 
1762        /**
1763         * Anticipated or actual periodic fee associated with treating a patient. For example, expected billing cycle such as monthly, quarterly. The actual period (e.g. monthly, quarterly) is specified in the unit quantity of the Invoice Element.
1764         */
1765        PERFEE, 
1766        /**
1767         * The amount for a performance bonus that is being requested from a payor for the performance of certain services (childhood immunizations, influenza immunizations, mammograms, pap smears) on a sliding scale. That is, for 90% of childhood immunizations to a maximum of $2200/yr. An invoice is created at the end of the service period (one year) and a code is submitted indicating the percentage achieved and the dollar amount claimed.
1768         */
1769        PERMBNS, 
1770        /**
1771         * A charge is requested because the patient failed to pick up the item and it took an amount of time to return it to stock for future use.
1772         */
1773        RESTOCK, 
1774        /**
1775         * A charge to cover the cost of travel time and/or cost in conjuction with providing a service or product. It may be charged per kilometer or per hour based on the effective agreement.
1776         */
1777        TRAVEL, 
1778        /**
1779         * Premium paid on service fees in compensation for providing an expedited response to an urgent situation.
1780         */
1781        URGENT, 
1782        /**
1783         * The billable item codes to identify modifications to a billable item charge by a tax factor applied to the amount. As for example 7% provincial sales tax.
1784         */
1785        _ACTINVOICEDETAILTAXCODE, 
1786        /**
1787         * Federal tax on transactions such as the Goods and Services Tax (GST)
1788         */
1789        FST, 
1790        /**
1791         * Joint Federal/Provincial Sales Tax
1792         */
1793        HST, 
1794        /**
1795         * Tax levied by the provincial or state jurisdiction such as Provincial Sales Tax
1796         */
1797        PST, 
1798        /**
1799         * An identifying data string for medical facility accommodations.
1800         */
1801        _ACTINVOICEDETAILPREFERREDACCOMMODATIONCODE, 
1802        /**
1803         * Accommodation type.  In Intent mood, represents the accommodation type requested.  In Event mood, represents accommodation assigned/used.  In Definition mood, represents the available accommodation type.
1804         */
1805        _ACTENCOUNTERACCOMMODATIONCODE, 
1806        /**
1807         * Description:Accommodation type. In Intent mood, represents the accommodation type requested. In Event mood, represents accommodation assigned/used. In Definition mood, represents the available accommodation type.
1808         */
1809        _HL7ACCOMMODATIONCODE, 
1810        /**
1811         * Accommodations used in the care of diseases that are transmitted through casual contact or respiratory transmission.
1812         */
1813        I, 
1814        /**
1815         * Accommodations in which there is only 1 bed.
1816         */
1817        P, 
1818        /**
1819         * Uniquely designed and elegantly decorated accommodations with many amenities available for an additional charge.
1820         */
1821        S, 
1822        /**
1823         * Accommodations in which there are 2 beds.
1824         */
1825        SP, 
1826        /**
1827         * Accommodations in which there are 3 or more beds.
1828         */
1829        W, 
1830        /**
1831         * An identifying data string for healthcare procedures.
1832         */
1833        _ACTINVOICEDETAILCLINICALSERVICECODE, 
1834        /**
1835         * Type of invoice element that is used to assist in describing an Invoice that is either submitted for adjudication or for which is returned on adjudication results.
1836
1837                        Invoice elements of this type signify a grouping of one or more children (detail) invoice elements.  They do not have intrinsic costing associated with them, but merely reflect the sum of all costing for it's immediate children invoice elements.
1838         */
1839        _ACTINVOICEGROUPCODE, 
1840        /**
1841         * Type of invoice element that is used to assist in describing an Invoice that is either submitted for adjudication or for which is returned on adjudication results.
1842
1843                        Invoice elements of this type signify a grouping of one or more children (detail) invoice elements.  They do not have intrinsic costing associated with them, but merely reflect the sum of all costing for it's immediate children invoice elements.
1844
1845                        The domain is only specified for an intermediate invoice element group (non-root or non-top level) for an Invoice.
1846         */
1847        _ACTINVOICEINTERGROUPCODE, 
1848        /**
1849         * A grouping of invoice element groups and details including the ones specifying the compound ingredients being invoiced. It may also contain generic detail items such as markup.
1850         */
1851        CPNDDRGING, 
1852        /**
1853         * A grouping of invoice element details including the one specifying an ingredient drug being invoiced. It may also contain generic detail items such as tax or markup.
1854         */
1855        CPNDINDING, 
1856        /**
1857         * A grouping of invoice element groups and details including the ones specifying the compound supplies being invoiced. It may also contain generic detail items such as markup.
1858         */
1859        CPNDSUPING, 
1860        /**
1861         * A grouping of invoice element details including the one specifying the drug being invoiced. It may also contain generic detail items such as markup.
1862         */
1863        DRUGING, 
1864        /**
1865         * A grouping of invoice element details including the ones specifying the frame fee and the frame dispensing cost that are being invoiced.
1866         */
1867        FRAMEING, 
1868        /**
1869         * A grouping of invoice element details including the ones specifying the lens fee and the lens dispensing cost that are being invoiced.
1870         */
1871        LENSING, 
1872        /**
1873         * A grouping of invoice element details including the one specifying the product (good or supply) being invoiced. It may also contain generic detail items such as tax or discount.
1874         */
1875        PRDING, 
1876        /**
1877         * Type of invoice element that is used to assist in describing an Invoice that is either submitted for adjudication or for which is returned on adjudication results.
1878
1879                        Invoice elements of this type signify a grouping of one or more children (detail) invoice elements.  They do not have intrinsic costing associated with them, but merely reflect the sum of all costing for it's immediate children invoice elements.
1880
1881                        Codes from this domain reflect the type of Invoice such as Pharmacy Dispense, Clinical Service and Clinical Product.  The domain is only specified for the root (top level) invoice element group for an Invoice.
1882         */
1883        _ACTINVOICEROOTGROUPCODE, 
1884        /**
1885         * Clinical product invoice where the Invoice Grouping contains one or more billable item and is supported by clinical product(s).
1886
1887                        For example, a crutch or a wheelchair.
1888         */
1889        CPINV, 
1890        /**
1891         * Clinical Services Invoice which can be used to describe a single service, multiple services or repeated services.
1892
1893                        [1] Single Clinical services invoice where the Invoice Grouping contains one billable item and is supported by one clinical service.
1894
1895                        For example, a single service for an office visit or simple clinical procedure (e.g. knee mobilization).
1896
1897                        [2] Multiple Clinical services invoice where the Invoice Grouping contains more than one billable item, supported by one or more clinical services.  The services can be distinct and over multiple dates, but for the same patient. This type of invoice includes a series of treatments which must be adjudicated together.
1898
1899                        For example, an adjustment and ultrasound for a chiropractic session where fees are associated for each of the services and adjudicated (invoiced) together.
1900
1901                        [3] Repeated Clinical services invoice where the Invoice Grouping contains one or more billable item, supported by the same clinical service repeated over a period of time.
1902
1903                        For example, the same Chiropractic adjustment (service or treatment) delivered on 3 separate occasions over a period of time at the discretion of the provider (e.g. month).
1904         */
1905        CSINV, 
1906        /**
1907         * A clinical Invoice Grouping consisting of one or more services and one or more product.  Billing for these service(s) and product(s) are supported by multiple clinical billable events (acts).
1908
1909                        All items in the Invoice Grouping must be adjudicated together to be acceptable to the Adjudicator.
1910
1911                        For example , a brace (product) invoiced together with the fitting (service).
1912         */
1913        CSPINV, 
1914        /**
1915         * Invoice Grouping without clinical justification.  These will not require identification of participants and associations from a clinical context such as patient and provider.
1916
1917                        Examples are interest charges and mileage.
1918         */
1919        FININV, 
1920        /**
1921         * A clinical Invoice Grouping consisting of one or more oral health services. Billing for these service(s) are supported by multiple clinical billable events (acts).
1922
1923                        All items in the Invoice Grouping must be adjudicated together to be acceptable to the Adjudicator.
1924         */
1925        OHSINV, 
1926        /**
1927         * HealthCare facility preferred accommodation invoice.
1928         */
1929        PAINV, 
1930        /**
1931         * Pharmacy dispense invoice for a compound.
1932         */
1933        RXCINV, 
1934        /**
1935         * Pharmacy dispense invoice not involving a compound
1936         */
1937        RXDINV, 
1938        /**
1939         * Clinical services invoice where the Invoice Group contains one billable item for multiple clinical services in one or more sessions.
1940         */
1941        SBFINV, 
1942        /**
1943         * Vision dispense invoice for up to 2 lens (left and right), frame and optional discount.  Eye exams are invoiced as a clinical service invoice.
1944         */
1945        VRXINV, 
1946        /**
1947         * Identifies the different types of summary information that can be reported by queries dealing with Statement of Financial Activity (SOFA).  The summary information is generally used to help resolve balance discrepancies between providers and payors.
1948         */
1949        _ACTINVOICEELEMENTSUMMARYCODE, 
1950        /**
1951         * Total counts and total net amounts adjudicated for all  Invoice Groupings that were adjudicated within a time period based on the adjudication date of the Invoice Grouping.
1952         */
1953        _INVOICEELEMENTADJUDICATED, 
1954        /**
1955         * Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date), subsequently cancelled in the specified period and submitted electronically.
1956         */
1957        ADNFPPELAT, 
1958        /**
1959         * Identifies the total number of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date), subsequently cancelled in the specified period and submitted electronically.
1960         */
1961        ADNFPPELCT, 
1962        /**
1963         * Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date), subsequently cancelled in the specified period and submitted manually.
1964         */
1965        ADNFPPMNAT, 
1966        /**
1967         * Identifies the total number of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date), subsequently cancelled in the specified period and submitted manually.
1968         */
1969        ADNFPPMNCT, 
1970        /**
1971         * Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date), subsequently nullified in the specified period and submitted electronically.
1972         */
1973        ADNFSPELAT, 
1974        /**
1975         * Identifies the total number of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date), subsequently nullified in the specified period and submitted electronically.
1976         */
1977        ADNFSPELCT, 
1978        /**
1979         * Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date), subsequently cancelled in the specified period and submitted manually.
1980         */
1981        ADNFSPMNAT, 
1982        /**
1983         * Identifies the total number of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date), subsequently cancelled in the specified period and submitted manually.
1984         */
1985        ADNFSPMNCT, 
1986        /**
1987         * Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date) that do not match a specified payee (e.g. pay patient) and submitted electronically.
1988         */
1989        ADNPPPELAT, 
1990        /**
1991         * Identifies the total number of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date) that do not match a specified payee (e.g. pay patient) and submitted electronically.
1992         */
1993        ADNPPPELCT, 
1994        /**
1995         * Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date) that do not match a specified payee (e.g. pay patient) and submitted manually.
1996         */
1997        ADNPPPMNAT, 
1998        /**
1999         * Identifies the total number of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date) that do not match a specified payee (e.g. pay patient) and submitted manually.
2000         */
2001        ADNPPPMNCT, 
2002        /**
2003         * Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date) that do not match a specified payee (e.g. pay patient) and submitted electronically.
2004         */
2005        ADNPSPELAT, 
2006        /**
2007         * Identifies the total number of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date) that do not match a specified payee (e.g. pay patient) and submitted electronically.
2008         */
2009        ADNPSPELCT, 
2010        /**
2011         * Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date) that do not match a specified payee (e.g. pay patient) and submitted manually.
2012         */
2013        ADNPSPMNAT, 
2014        /**
2015         * Identifies the total number of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date) that do not match a specified payee (e.g. pay patient) and submitted manually.
2016         */
2017        ADNPSPMNCT, 
2018        /**
2019         * Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date) that match a specified payee (e.g. pay provider) and submitted electronically.
2020         */
2021        ADPPPPELAT, 
2022        /**
2023         * Identifies the total number of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date) that match a specified payee (e.g. pay provider) and submitted electronically.
2024         */
2025        ADPPPPELCT, 
2026        /**
2027         * Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date) that match a specified payee (e.g. pay provider) and submitted manually.
2028         */
2029        ADPPPPMNAT, 
2030        /**
2031         * Identifies the total number of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date) that match a specified payee (e.g. pay provider) and submitted manually.
2032         */
2033        ADPPPPMNCT, 
2034        /**
2035         * Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date) that match a specified payee (e.g. pay provider) and submitted electronically.
2036         */
2037        ADPPSPELAT, 
2038        /**
2039         * Identifies the total number of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date) that match a specified payee (e.g. pay provider) and submitted electronically.
2040         */
2041        ADPPSPELCT, 
2042        /**
2043         * Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date) that match a specified payee (e.g. pay provider) and submitted manually.
2044         */
2045        ADPPSPMNAT, 
2046        /**
2047         * Identifies the total number of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date) that match a specified payee (e.g. pay provider) and submitted manually.
2048         */
2049        ADPPSPMNCT, 
2050        /**
2051         * Identifies the total net amount of all  Invoice Groupings that were adjudicated as refused prior to the specified time period (based on adjudication date) and submitted electronically.
2052         */
2053        ADRFPPELAT, 
2054        /**
2055         * Identifies the  total number of all  Invoice Groupings that were adjudicated as refused prior to the specified time period (based on adjudication date) and submitted electronically.
2056         */
2057        ADRFPPELCT, 
2058        /**
2059         * Identifies the total net amount of all  Invoice Groupings that were adjudicated as refused prior to the specified time period (based on adjudication date) and submitted manually.
2060         */
2061        ADRFPPMNAT, 
2062        /**
2063         * Identifies the total number of all  Invoice Groupings that were adjudicated as refused prior to the specified time period (based on adjudication date) and submitted manually.
2064         */
2065        ADRFPPMNCT, 
2066        /**
2067         * Identifies the total net amount of all  Invoice Groupings that were adjudicated as refused during the specified time period (based on adjudication date) and submitted electronically.
2068         */
2069        ADRFSPELAT, 
2070        /**
2071         * Identifies the total number of all  Invoice Groupings that were adjudicated as refused during the specified time period (based on adjudication date) and submitted electronically.
2072         */
2073        ADRFSPELCT, 
2074        /**
2075         * Identifies the total net amount of all  Invoice Groupings that were adjudicated as refused during the specified time period (based on adjudication date) and submitted manually.
2076         */
2077        ADRFSPMNAT, 
2078        /**
2079         * Identifies the total number of all  Invoice Groupings that were adjudicated as refused during the specified time period (based on adjudication date) and submitted manually.
2080         */
2081        ADRFSPMNCT, 
2082        /**
2083         * Total counts and total net amounts paid for all  Invoice Groupings that were paid within a time period based on the payment date.
2084         */
2085        _INVOICEELEMENTPAID, 
2086        /**
2087         * Identifies the total net amount of all  Invoice Groupings that were paid prior to the specified time period (based on payment date), subsequently nullified in the specified period and submitted electronically.
2088         */
2089        PDNFPPELAT, 
2090        /**
2091         * Identifies the total number of all  Invoice Groupings that were paid prior to the specified time period (based on payment date), subsequently nullified in the specified period and submitted electronically.
2092         */
2093        PDNFPPELCT, 
2094        /**
2095         * Identifies the total net amount of all  Invoice Groupings that were paid prior to the specified time period (based on payment date), subsequently nullified in the specified period and submitted manually.
2096         */
2097        PDNFPPMNAT, 
2098        /**
2099         * Identifies the total number of all  Invoice Groupings that were paid prior to the specified time period (based on payment date), subsequently nullified in the specified period and submitted manually.
2100         */
2101        PDNFPPMNCT, 
2102        /**
2103         * Identifies the total net amount of all  Invoice Groupings that were paid during the specified time period (based on payment date), subsequently nullified in the specified period and submitted electronically.
2104         */
2105        PDNFSPELAT, 
2106        /**
2107         * Identifies the total number of all  Invoice Groupings that were paid during the specified time period (based on payment date), subsequently cancelled in the specified period and submitted electronically.
2108         */
2109        PDNFSPELCT, 
2110        /**
2111         * Identifies the total net amount of all  Invoice Groupings that were paid during the specified time period (based on payment date), subsequently nullified in the specified period and submitted manually.
2112         */
2113        PDNFSPMNAT, 
2114        /**
2115         * Identifies the total number of all  Invoice Groupings that were paid during the specified time period (based on payment date), subsequently nullified in the specified period and submitted manually.
2116         */
2117        PDNFSPMNCT, 
2118        /**
2119         * Identifies the total net amount of all  Invoice Groupings that were paid prior to the specified time period (based on payment date) that do not match a specified payee (e.g. pay patient) and submitted electronically.
2120         */
2121        PDNPPPELAT, 
2122        /**
2123         * Identifies the total number of all  Invoice Groupings that were paid prior to the specified time period (based on payment date) that do not match a specified payee (e.g. pay patient) and submitted electronically.
2124         */
2125        PDNPPPELCT, 
2126        /**
2127         * Identifies the total net amount of all  Invoice Groupings that were paid prior to the specified time period (based on payment date) that do not match a specified payee (e.g. pay patient) and submitted manually.
2128         */
2129        PDNPPPMNAT, 
2130        /**
2131         * Identifies the total number of all  Invoice Groupings that were paid prior to the specified time period (based on payment date) that do not match a specified payee (e.g. pay patient) and submitted manually.
2132         */
2133        PDNPPPMNCT, 
2134        /**
2135         * Identifies the total net amount of all  Invoice Groupings that were paid during the specified time period (based on payment date) that do not match a specified payee (e.g. pay patient) and submitted electronically.
2136         */
2137        PDNPSPELAT, 
2138        /**
2139         * Identifies the total number of all  Invoice Groupings that were paid during the specified time period (based on payment date) that do not match a specified payee (e.g. pay patient) and submitted electronically.
2140         */
2141        PDNPSPELCT, 
2142        /**
2143         * Identifies the total net amount of all  Invoice Groupings that were paid during the specified time period (based on payment date) that do not match a specified payee (e.g. pay patient) and submitted manually.
2144         */
2145        PDNPSPMNAT, 
2146        /**
2147         * Identifies the total number of all  Invoice Groupings that were paid during the specified time period (based on payment date) that do not match a specified payee (e.g. pay patient) and submitted manually.
2148         */
2149        PDNPSPMNCT, 
2150        /**
2151         * Identifies the total net amount of all  Invoice Groupings that were paid prior to the specified time period (based on payment date) that match a specified payee (e.g. pay provider) and submitted electronically.
2152         */
2153        PDPPPPELAT, 
2154        /**
2155         * Identifies the total number of all  Invoice Groupings that were paid prior to the specified time period (based on payment date) that match a specified payee (e.g. pay provider) and submitted electronically.
2156         */
2157        PDPPPPELCT, 
2158        /**
2159         * Identifies the total net amount of all  Invoice Groupings that were paid prior to the specified time period (based on payment date) that match a specified payee (e.g. pay provider) and submitted manually.
2160         */
2161        PDPPPPMNAT, 
2162        /**
2163         * Identifies the total number of all  Invoice Groupings that were paid prior to the specified time period (based on payment date) that match a specified payee (e.g. pay provider) and submitted manually.
2164         */
2165        PDPPPPMNCT, 
2166        /**
2167         * Identifies the total net amount of all  Invoice Groupings that were paid during the specified time period (based on payment date) that match a specified payee (e.g. pay provider) and submitted electronically.
2168         */
2169        PDPPSPELAT, 
2170        /**
2171         * Identifies the total number of all  Invoice Groupings that were paid during the specified time period (based on payment date) that match a specified payee (e.g. pay provider) and submitted electronically.
2172         */
2173        PDPPSPELCT, 
2174        /**
2175         * Identifies the total net amount of all  Invoice Groupings that were paid during the specified time period (based on payment date) that match a specified payee (e.g. pay provider) and submitted manually.
2176         */
2177        PDPPSPMNAT, 
2178        /**
2179         * Identifies the total number of all  Invoice Groupings that were paid during the specified time period (based on payment date) that match a specified payee (e.g. pay provider) and submitted manually.
2180         */
2181        PDPPSPMNCT, 
2182        /**
2183         * Total counts and total net amounts billed for all Invoice Groupings that were submitted within a time period.  Adjudicated invoice elements are included.
2184         */
2185        _INVOICEELEMENTSUBMITTED, 
2186        /**
2187         * Identifies the total net amount billed for all submitted Invoice Groupings within a time period and submitted electronically.  Adjudicated invoice elements are included.
2188         */
2189        SBBLELAT, 
2190        /**
2191         * Identifies the total number of submitted Invoice Groupings within a time period and submitted electronically.  Adjudicated invoice elements are included.
2192         */
2193        SBBLELCT, 
2194        /**
2195         * Identifies the total net amount billed for all submitted  Invoice Groupings that were nullified within a time period and submitted electronically.  Adjudicated invoice elements are included.
2196         */
2197        SBNFELAT, 
2198        /**
2199         * Identifies the total number of submitted  Invoice Groupings that were nullified within a time period and submitted electronically.  Adjudicated invoice elements are included.
2200         */
2201        SBNFELCT, 
2202        /**
2203         * Identifies the total net amount billed for all submitted  Invoice Groupings that are pended or held by the payor, within a time period and submitted electronically.  Adjudicated invoice elements are not included.
2204         */
2205        SBPDELAT, 
2206        /**
2207         * Identifies the total number of submitted  Invoice Groupings that are pended or held by the payor, within a time period and submitted electronically.  Adjudicated invoice elements are not included.
2208         */
2209        SBPDELCT, 
2210        /**
2211         * Includes coded responses that will occur as a result of the adjudication of an electronic invoice at a summary level and provides guidance on interpretation of the referenced adjudication results.
2212         */
2213        _ACTINVOICEOVERRIDECODE, 
2214        /**
2215         * Insurance coverage problems have been encountered. Additional explanation information to be supplied.
2216         */
2217        COVGE, 
2218        /**
2219         * Electronic form with supporting or additional information to follow.
2220         */
2221        EFORM, 
2222        /**
2223         * Fax with supporting or additional information to follow.
2224         */
2225        FAX, 
2226        /**
2227         * The medical service was provided to a patient in good faith that they had medical coverage, although no evidence of coverage was available before service was rendered.
2228         */
2229        GFTH, 
2230        /**
2231         * Knowingly over the payor's published time limit for this invoice possibly due to a previous payor's delays in processing. Additional reason information will be supplied.
2232         */
2233        LATE, 
2234        /**
2235         * Manual review of the invoice is requested.  Additional information to be supplied.  This may be used in the case of an appeal.
2236         */
2237        MANUAL, 
2238        /**
2239         * The medical service and/or product was provided to a patient that has coverage in another jurisdiction.
2240         */
2241        OOJ, 
2242        /**
2243         * The service provided is required for orthodontic purposes. If the covered party has orthodontic coverage, then the service may be paid.
2244         */
2245        ORTHO, 
2246        /**
2247         * Paper documentation (or other physical format) with supporting or additional information to follow.
2248         */
2249        PAPER, 
2250        /**
2251         * Public Insurance has been exhausted.  Invoice has not been sent to Public Insuror and therefore no Explanation Of Benefits (EOB) is provided with this Invoice submission.
2252         */
2253        PIE, 
2254        /**
2255         * Allows provider to explain lateness of invoice to a subsequent payor.
2256         */
2257        PYRDELAY, 
2258        /**
2259         * Rules of practice do not require a physician's referral for the provider to perform a billable service.
2260         */
2261        REFNR, 
2262        /**
2263         * The same service was delivered within a time period that would usually indicate a duplicate billing.  However, the repeated service is a medical     necessity and therefore not a duplicate.
2264         */
2265        REPSERV, 
2266        /**
2267         * The service provided is not related to another billed service. For example, 2 unrelated services provided on the same day to the same patient which may normally result in a refused payment for one of the items.
2268         */
2269        UNRELAT, 
2270        /**
2271         * The provider has received a verbal permission from an authoritative source to perform the service or supply the item being invoiced.
2272         */
2273        VERBAUTH, 
2274        /**
2275         * Provides codes associated with ActClass value of LIST (working list)
2276         */
2277        _ACTLISTCODE, 
2278        /**
2279         * ActObservationList
2280         */
2281        _ACTOBSERVATIONLIST, 
2282        /**
2283         * List of acts representing a care plan.  The acts can be in a varierty of moods including event (EVN) to record acts that have been carried out as part of the care plan.
2284         */
2285        CARELIST, 
2286        /**
2287         * List of condition observations.
2288         */
2289        CONDLIST, 
2290        /**
2291         * List of intolerance observations.
2292         */
2293        INTOLIST, 
2294        /**
2295         * List of problem observations.
2296         */
2297        PROBLIST, 
2298        /**
2299         * List of risk factor observations.
2300         */
2301        RISKLIST, 
2302        /**
2303         * List of observations in goal mood.
2304         */
2305        GOALLIST, 
2306        /**
2307         * Codes used to identify different types of 'duration-based' working lists.  Examples include "Continuous/Chronic", "Short-Term" and "As-Needed".
2308         */
2309        _ACTTHERAPYDURATIONWORKINGLISTCODE, 
2310        /**
2311         * Definition:A collection of concepts that identifies different types of 'duration-based' mediation working lists.
2312
2313                        
2314                           Examples:"Continuous/Chronic" "Short-Term" and "As Needed"
2315         */
2316        _ACTMEDICATIONTHERAPYDURATIONWORKINGLISTCODE, 
2317        /**
2318         * Definition:A list of medications which the patient is only expected to consume for the duration of the current order or limited set of orders and which is not expected to be renewed.
2319         */
2320        ACU, 
2321        /**
2322         * Definition:A list of medications which are expected to be continued beyond the present order and which the patient should be assumed to be taking unless explicitly stopped.
2323         */
2324        CHRON, 
2325        /**
2326         * Definition:A list of medications which the patient is intended to be administered only once.
2327         */
2328        ONET, 
2329        /**
2330         * Definition:A list of medications which the patient will consume intermittently based on the behavior of the condition for which the medication is indicated.
2331         */
2332        PRN, 
2333        /**
2334         * List of medications.
2335         */
2336        MEDLIST, 
2337        /**
2338         * List of current medications.
2339         */
2340        CURMEDLIST, 
2341        /**
2342         * List of discharge medications.
2343         */
2344        DISCMEDLIST, 
2345        /**
2346         * Historical list of medications.
2347         */
2348        HISTMEDLIST, 
2349        /**
2350         * Identifies types of monitoring programs
2351         */
2352        _ACTMONITORINGPROTOCOLCODE, 
2353        /**
2354         * A monitoring program that focuses on narcotics and/or commonly abused substances that are subject to legal restriction.
2355         */
2356        CTLSUB, 
2357        /**
2358         * Definition:A monitoring program that focuses on a drug which is under investigation and has not received regulatory approval for the condition being investigated
2359         */
2360        INV, 
2361        /**
2362         * Description:A drug that can be prescribed (and reimbursed) only if it meets certain criteria.
2363         */
2364        LU, 
2365        /**
2366         * Medicines designated in this way may be supplied for patient use without a prescription.  The exact form of categorisation will vary in different realms.
2367         */
2368        OTC, 
2369        /**
2370         * Some form of prescription is required before the related medicine can be supplied for a patient.  The exact form of regulation will vary in different realms.
2371         */
2372        RX, 
2373        /**
2374         * Definition:A drug that requires prior approval (to be reimbursed) before being dispensed
2375         */
2376        SA, 
2377        /**
2378         * Description:A drug that requires special access permission to be prescribed and dispensed.
2379         */
2380        SAC, 
2381        /**
2382         * Description:Concepts representing indications (reasons for clinical action) other than diagnosis and symptoms.
2383         */
2384        _ACTNONOBSERVATIONINDICATIONCODE, 
2385        /**
2386         * Description:Contrast agent required for imaging study.
2387         */
2388        IND01, 
2389        /**
2390         * Description:Provision of prescription or direction to consume a product for purposes of bowel clearance in preparation for a colonoscopy.
2391         */
2392        IND02, 
2393        /**
2394         * Description:Provision of medication as a preventative measure during a treatment or other period of increased risk.
2395         */
2396        IND03, 
2397        /**
2398         * Description:Provision of medication during pre-operative phase; e.g. antibiotics before dental surgery or bowel prep before colon surgery.
2399         */
2400        IND04, 
2401        /**
2402         * Description:Provision of medication for pregnancy --e.g. vitamins, antibiotic treatments for vaginal tract colonization, etc.
2403         */
2404        IND05, 
2405        /**
2406         * Identifies the type of verification investigation being undertaken with respect to the subject of the verification activity.
2407
2408                        
2409                           Examples:
2410                        
2411
2412                        
2413                           
2414                              Verification of eligibility for coverage under a policy or program - aka enrolled/covered by a policy or program
2415
2416                           
2417                           
2418                              Verification of record - e.g. person has record in an immunization registry
2419
2420                           
2421                           
2422                              Verification of enumeration - e.g. NPI
2423
2424                           
2425                           
2426                              Verification of Board Certification - provider specific
2427
2428                           
2429                           
2430                              Verification of Certification - e.g. JAHCO, NCQA, URAC
2431
2432                           
2433                           
2434                              Verification of Conformance - e.g. entity use with HIPAA, conformant to the CCHIT EHR system criteria
2435
2436                           
2437                           
2438                              Verification of Provider Credentials
2439
2440                           
2441                           
2442                              Verification of no adverse findings - e.g. on National Provider Data Bank, Health Integrity Protection Data Base (HIPDB)
2443         */
2444        _ACTOBSERVATIONVERIFICATIONTYPE, 
2445        /**
2446         * Definition:Indicates that the paper version of the record has, should be or is being verified against the electronic version.
2447         */
2448        VFPAPER, 
2449        /**
2450         * Code identifying the method or the movement of payment instructions.
2451
2452                        Codes are drawn from X12 data element 591 (PaymentMethodCode)
2453         */
2454        _ACTPAYMENTCODE, 
2455        /**
2456         * Automated Clearing House (ACH).
2457         */
2458        ACH, 
2459        /**
2460         * A written order to a bank to pay the amount specified from funds on deposit.
2461         */
2462        CHK, 
2463        /**
2464         * Electronic Funds Transfer (EFT) deposit into the payee's bank account
2465         */
2466        DDP, 
2467        /**
2468         * Non-Payment Data.
2469         */
2470        NON, 
2471        /**
2472         * Identifies types of dispensing events
2473         */
2474        _ACTPHARMACYSUPPLYTYPE, 
2475        /**
2476         * A fill providing sufficient supply for one day
2477         */
2478        DF, 
2479        /**
2480         * A supply action where there is no 'valid' order for the supplied medication; e.g. Emergency vacation supply, weekend supply (when prescriber is unavailable to provide a renewal prescription)
2481         */
2482        EM, 
2483        /**
2484         * An emergency supply where the expectation is that a formal order authorizing the supply will be provided at a later date.
2485         */
2486        SO, 
2487        /**
2488         * The initial fill against an order.  (This includes initial fills against refill orders.)
2489         */
2490        FF, 
2491        /**
2492         * A first fill where the quantity supplied is equal to one full repetition of the ordered amount. (e.g. If the order was 90 tablets, 3 refills, a complete fill would be for the full 90 tablets).
2493         */
2494        FFC, 
2495        /**
2496         * A first fill where the quantity supplied is less than one full repetition of the ordered amount. (e.g. If the order was 90 tablets, 3 refills, a partial fill might be for only 30 tablets.)
2497         */
2498        FFP, 
2499        /**
2500         * A first fill where the strength supplied is less than the ordered strength. (e.g. 10mg for an order of 50mg where a subsequent fill will dispense 40mg tablets).
2501         */
2502        FFSS, 
2503        /**
2504         * A fill where a small portion is provided to allow for determination of the therapy effectiveness and patient tolerance.
2505         */
2506        TF, 
2507        /**
2508         * A supply action to restock a smaller more local dispensary.
2509         */
2510        FS, 
2511        /**
2512         * A supply of a manufacturer sample
2513         */
2514        MS, 
2515        /**
2516         * A fill against an order that has already been filled (or partially filled) at least once.
2517         */
2518        RF, 
2519        /**
2520         * A supply action that provides sufficient material for a single dose.
2521         */
2522        UD, 
2523        /**
2524         * A refill where the quantity supplied is equal to one full repetition of the ordered amount. (e.g. If the order was 90 tablets, 3 refills, a complete fill would be for the full 90 tablets.)
2525         */
2526        RFC, 
2527        /**
2528         * A refill where the quantity supplied is equal to one full repetition of the ordered amount. (e.g. If the order was 90 tablets, 3 refills, a complete fill would be for the full 90 tablets.) and where the strength supplied is less than the ordered strength (e.g. 10mg for an order of 50mg where a subsequent fill will dispense 40mg tablets).
2529         */
2530        RFCS, 
2531        /**
2532         * The first fill against an order that has already been filled at least once at another facility.
2533         */
2534        RFF, 
2535        /**
2536         * The first fill against an order that has already been filled at least once at another facility and where the strength supplied is less than the ordered strength (e.g. 10mg for an order of 50mg where a subsequent fill will dispense 40mg tablets).
2537         */
2538        RFFS, 
2539        /**
2540         * A refill where the quantity supplied is less than one full repetition of the ordered amount. (e.g. If the order was 90 tablets, 3 refills, a partial fill might be for only 30 tablets.)
2541         */
2542        RFP, 
2543        /**
2544         * A refill where the quantity supplied is less than one full repetition of the ordered amount. (e.g. If the order was 90 tablets, 3 refills, a partial fill might be for only 30 tablets.) and where the strength supplied is less than the ordered strength (e.g. 10mg for an order of 50mg where a subsequent fill will dispense 40mg tablets).
2545         */
2546        RFPS, 
2547        /**
2548         * A fill against an order that has already been filled (or partially filled) at least once and where the strength supplied is less than the ordered strength (e.g. 10mg for an order of 50mg where a subsequent fill will dispense 40mg tablets).
2549         */
2550        RFS, 
2551        /**
2552         * A fill where the remainder of a 'complete' fill is provided after a trial fill has been provided.
2553         */
2554        TB, 
2555        /**
2556         * A fill where the remainder of a 'complete' fill is provided after a trial fill has been provided and where the strength supplied is less than the ordered strength (e.g. 10mg for an order of 50mg where a subsequent fill will dispense 40mg tablets).
2557         */
2558        TBS, 
2559        /**
2560         * A supply action that provides sufficient material for a single dose via multiple products; e.g. 2 50mg tablets for a 100mg unit dose.
2561         */
2562        UDE, 
2563        /**
2564         * Description:Types of policies that further specify the ActClassPolicy value set.
2565         */
2566        _ACTPOLICYTYPE, 
2567        /**
2568         * A policy deeming certain information to be private to an individual or organization.
2569
2570                        
2571                           Definition: A mandate, obligation, requirement, rule, or expectation relating to privacy.
2572
2573                        
2574                           Discussion: ActPrivacyPolicyType codes support the designation of the 1..* policies that are applicable to an Act such as a Consent Directive, a Role such as a VIP Patient, or an Entity such as a patient who is a minor.  1..* ActPrivacyPolicyType values may be associated with an Act or Role to indicate the policies that govern the assignment of an Act or Role confidentialityCode.  Use of multiple ActPrivacyPolicyType values enables fine grain specification of applicable policies, but must be carefully assigned to ensure cogency and avoid creation of conflicting policy mandates.
2575
2576                        
2577                           Usage Note: Statutory title may be named in the ActClassPolicy Act Act.title to specify which privacy policy is being referenced.
2578         */
2579        _ACTPRIVACYPOLICY, 
2580        /**
2581         * Definition: Specifies the type of consent directive indicated by an ActClassPolicy e.g. a 3rd party authorization to disclose or consent for a substitute decision maker (SDM) or a notice of privacy policy.
2582
2583                        
2584                           Usage Note: ActConsentDirective codes are used to specify the type of Consent Directive to which a Consent Directive Act conforms.
2585         */
2586        _ACTCONSENTDIRECTIVE, 
2587        /**
2588         * This general consent directive specifically limits disclosure of health information for purpose of emergency treatment. Additional parameters may further limit the disclosure to specific users, roles, duration, types of information, and impose uses obligations.
2589
2590                        
2591                           Definition: Opt-in to disclosure of health information for emergency only consent directive.
2592         */
2593        EMRGONLY, 
2594        /**
2595         * Acknowledgement of custodian notice of privacy practices.
2596
2597                        
2598                           Usage Notes: This type of consent directive acknowledges a custodian's notice of privacy practices including its permitted collection, access, use and disclosure of health information to users and for purposes of use specified.
2599         */
2600        NOPP, 
2601        /**
2602         * This general consent directive permits disclosure of health information.  Additional parameter may limit authorized users, purpose of use, user obligations, duration, or information types permitted to be disclosed, and impose uses obligations.
2603
2604                        
2605                           Definition: Opt-in to disclosure of health information consent directive.
2606         */
2607        OPTIN, 
2608        /**
2609         * This general consent directive prohibits disclosure of health information.  Additional parameters may permit access to some information types by certain users, roles, purposes of use, durations and impose user obligations.
2610
2611                        
2612                           Definition: Opt-out of disclosure of health information consent directive.
2613         */
2614        OPTOUT, 
2615        /**
2616         * A mandate, obligation, requirement, rule, or expectation characterizing the value or importance of a resource and may include its vulnerability. (Based on ISO7498-2:1989. Note: The vulnerability of personally identifiable sensitive information may be based on concerns that the unauthorized disclosure may result in social stigmatization or discrimination.) Description:  Types of Sensitivity policy that apply to Acts or Roles.  A sensitivity policy is adopted by an enterprise or group of enterprises (a 'policy domain') through a formal data use agreement that stipulates the value, importance, and vulnerability of information. A sensitivity code representing a sensitivity policy may be associated with criteria such as categories of information or sets of information identifiers (e.g. a value set of clinical codes or branch in a code system hierarchy).   These criteria may in turn be used for the Policy Decision Point in a Security Engine.  A sensitivity code may be used to set the confidentiality code used on information about Acts and Roles to trigger the security mechanisms required to control how security principals (i.e., a person, a machine, a software application) may act on the information (e.g. collection, access, use, or disclosure). Sensitivity codes are never assigned to the transport or business envelope containing patient specific information being exchanged outside of a policy domain as this would disclose the information intended to be protected by the policy.  When sensitive information is exchanged with others outside of a policy domain, the confidentiality code on the transport or business envelope conveys the receiver's responsibilities and indicates the how the information is to be safeguarded without unauthorized disclosure of the sensitive information.  This ensures that sensitive information is treated by receivers as the sender intends, accomplishing interoperability without point to point negotiations.
2617
2618                        
2619                           Usage Note: Sensitivity codes are not useful for interoperability outside of a policy domain because sensitivity policies are typically localized and vary drastically across policy domains even for the same information category because of differing organizational business rules, security policies, and jurisdictional requirements.  For example, an employee's sensitivity code would make little sense for use outside of a policy domain.   'Taboo' would rarely be useful outside of a policy domain unless there are jurisdictional requirements requiring that a provider disclose sensitive information to a patient directly.  Sensitivity codes may be more appropriate in a legacy system's Master Files in order to notify those who access a patient's orders and observations about the sensitivity policies that apply.  Newer systems may have a security engine that uses a sensitivity policy's criteria directly.  The specializable InformationSensitivityPolicy Act.code may be useful in some scenarios if used in combination with a sensitivity identifier and/or Act.title.
2620         */
2621        _INFORMATIONSENSITIVITYPOLICY, 
2622        /**
2623         * Types of sensitivity policies that apply to Acts.  Act.confidentialityCode is defined in the RIM as "constraints around appropriate disclosure of information about this Act, regardless of mood."
2624
2625                        
2626                           Usage Note: ActSensitivity codes are used to bind information to an Act.confidentialityCode according to local sensitivity policy so that those confidentiality codes can then govern its handling across enterprises.  Internally to a policy domain, however, local policies guide the access control system on how end users in that policy domain are  able to use information tagged with these sensitivity values.
2627         */
2628        _ACTINFORMATIONSENSITIVITYPOLICY, 
2629        /**
2630         * Policy for handling alcohol or drug-abuse information, which will be afforded heightened confidentiality.  Information handling protocols based on organizational policies related to alcohol or drug-abuse information that is deemed sensitive.
2631
2632                        
2633                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2634         */
2635        ETH, 
2636        /**
2637         * Policy for handling genetic disease information, which will be afforded heightened confidentiality. Information handling protocols based on organizational policies related to genetic disease information that is deemed sensitive.
2638
2639                        
2640                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2641         */
2642        GDIS, 
2643        /**
2644         * Policy for handling HIV or AIDS information, which will be afforded heightened confidentiality. Information handling protocols based on organizational policies related to HIV or AIDS information that is deemed sensitive.
2645
2646                        
2647                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2648         */
2649        HIV, 
2650        /**
2651         * Policy for handling psychiatry information, which will be afforded heightened confidentiality. Information handling protocols based on organizational policies related to psychiatry information that is deemed sensitive.
2652
2653                        
2654                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2655         */
2656        PSY, 
2657        /**
2658         * Policy for handling sickle cell disease information, which is afforded heightened confidentiality.  Information handling protocols are based on organizational policies related to sickle cell disease information, which is deemed sensitive.
2659
2660                        
2661                           Usage Note: If there is a jurisdictional mandate, then the Act valued with this ActCode should be associated with an Act valued with any applicable laws from the ActPrivacyLaw code system.
2662         */
2663        SCA, 
2664        /**
2665         * Policy for handling sexual assault, abuse, or domestic violence information, which will be afforded heightened confidentiality. Information handling protocols based on organizational policies related to sexual assault, abuse, or domestic violence information that is deemed sensitive.
2666
2667                        
2668                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2669         */
2670        SDV, 
2671        /**
2672         * Policy for handling sexuality and reproductive health information, which will be afforded heightened confidentiality.  Information handling protocols based on organizational policies related to sexuality and reproductive health information that is deemed sensitive.
2673
2674                        
2675                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2676         */
2677        SEX, 
2678        /**
2679         * Policy for handling sexually transmitted disease information, which will be afforded heightened confidentiality.
2680 Information handling protocols based on organizational policies related to sexually transmitted disease information that is deemed sensitive.
2681
2682                        
2683                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2684         */
2685        STD, 
2686        /**
2687         * Policy for handling information not to be initially disclosed or discussed with patient except by a physician assigned to patient in this case. Information handling protocols based on organizational policies related to sensitive patient information that must be initially discussed with the patient by an attending physician before being disclosed to the patient.
2688
2689                        
2690                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2691
2692                        
2693                           Open Issue: This definition conflates a rule and a characteristic, and there may be a similar issue with ts sibling codes.
2694         */
2695        TBOO, 
2696        /**
2697         * Types of sensitivity policies that apply to Acts.  Act.confidentialityCode is defined in the RIM as "constraints around appropriate disclosure of information about this Act, regardless of mood."
2698
2699                        
2700                           Usage Note: ActSensitivity codes are used to bind information to an Act.confidentialityCode according to local sensitivity policy so that those confidentiality codes can then govern its handling across enterprises.  Internally to a policy domain, however, local policies guide the access control system on how end users in that policy domain are able to use information tagged with these sensitivity values.
2701         */
2702        SICKLE, 
2703        /**
2704         * Types of sensitivity policies that may apply to a sensitive attribute on an Entity.
2705
2706                        
2707                           Usage Note: EntitySensitivity codes are used to convey a policy that is applicable to sensitive information conveyed by an entity attribute.  May be used to bind a Role.confidentialityCode associated with an Entity per organizational policy.  Role.confidentialityCode is defined in the RIM as "an indication of the appropriate disclosure of information about this Role with respect to the playing Entity."
2708         */
2709        _ENTITYSENSITIVITYPOLICYTYPE, 
2710        /**
2711         * Policy for handling all demographic information about an information subject, which will be afforded heightened confidentiality. Policies may govern sensitivity of information related to all demographic about an information subject, the disclosure of which could impact the privacy, well-being, or safety of that subject.
2712
2713                        
2714                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2715         */
2716        DEMO, 
2717        /**
2718         * Policy for handling information related to an information subject's date of birth, which will be afforded heightened confidentiality.Policies may govern sensitivity of information related to an information subject's date of birth, the disclosure of which could impact the privacy, well-being, or safety of that subject.
2719
2720                        
2721                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2722         */
2723        DOB, 
2724        /**
2725         * Policy for handling information related to an information subject's gender and sexual orientation, which will be afforded heightened confidentiality.  Policies may govern sensitivity of information related to an information subject's gender and sexual orientation, the disclosure of which could impact the privacy, well-being, or safety of that subject.
2726
2727                        
2728                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2729         */
2730        GENDER, 
2731        /**
2732         * Policy for handling information related to an information subject's living arrangement, which will be afforded heightened confidentiality.  Policies may govern sensitivity of information related to an information subject's living arrangement, the disclosure of which could impact the privacy, well-being, or safety of that subject.
2733
2734                        
2735                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2736         */
2737        LIVARG, 
2738        /**
2739         * Policy for handling information related to an information subject's marital status, which will be afforded heightened confidentiality. Policies may govern sensitivity of information related to an information subject's marital status, the disclosure of which could impact the privacy, well-being, or safety of that subject.
2740
2741                        
2742                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2743         */
2744        MARST, 
2745        /**
2746         * Policy for handling information related to an information subject's race, which will be afforded heightened confidentiality.  Policies may govern sensitivity of information related to an information subject's race, the disclosure of which could impact the privacy, well-being, or safety of that subject.
2747
2748                        
2749                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2750         */
2751        RACE, 
2752        /**
2753         * Policy for handling information related to an information subject's religious affiliation, which will be afforded heightened confidentiality.  Policies may govern sensitivity of information related to an information subject's religion, the disclosure of which could impact the privacy, well-being, or safety of that subject.
2754
2755                        
2756                           Usage Notes: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2757         */
2758        REL, 
2759        /**
2760         * Types of sensitivity policies that apply to Roles.
2761
2762                        
2763                           Usage Notes: RoleSensitivity codes are used to bind information to a Role.confidentialityCode per organizational policy.  Role.confidentialityCode is defined in the RIM as "an indication of the appropriate disclosure of information about this Role with respect to the playing Entity."
2764         */
2765        _ROLEINFORMATIONSENSITIVITYPOLICY, 
2766        /**
2767         * Policy for handling trade secrets such as financial information or intellectual property, which will be afforded heightened confidentiality.  Description:  Since the service class can represent knowledge structures that may be considered a trade or business secret, there is sometimes (though rarely) the need to flag those items as of business level confidentiality.
2768
2769                        
2770                           Usage Notes: No patient related information may ever be of this confidentiality level.   If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2771         */
2772        B, 
2773        /**
2774         * Policy for handling information related to an employer which is deemed classified to protect an employee who is the information subject, and which will be afforded heightened confidentiality.  Description:  Policies may govern sensitivity of information related to an employer, such as law enforcement or national security, the identity of which could impact the privacy, well-being, or safety of an information subject who is an employee.
2775
2776                        
2777                           Usage Notes: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2778         */
2779        EMPL, 
2780        /**
2781         * Policy for handling information related to the location of the information subject, which will be afforded heightened confidentiality.  Description:  Policies may govern sensitivity of information related to the location of the information subject, the disclosure of which could impact the privacy, well-being, or safety of that subject.
2782
2783                        
2784                           Usage Notes: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2785         */
2786        LOCIS, 
2787        /**
2788         * Policy for handling information related to a provider of sensitive services, which will be afforded heightened confidentiality.  Description:  Policies may govern sensitivity of information related to providers who deliver sensitive healthcare services in order to protect the privacy, well-being, and safety of the provider and of patients receiving sensitive services.
2789
2790                        
2791                           Usage Notes: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2792         */
2793        SSP, 
2794        /**
2795         * Policy for handling information related to an adolescent, which will be afforded heightened confidentiality per applicable organizational or jurisdictional policy.  An enterprise may have a policy that requires that adolescent patient information be provided heightened confidentiality.  Information deemed sensitive typically includes health information and patient role information including patient status, demographics, next of kin, and location.
2796
2797                        
2798                           Usage Note: For use within an enterprise in which an adolescent is the information subject.  If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2799         */
2800        ADOL, 
2801        /**
2802         * Policy for handling information related to a celebrity (people of public interest (VIP), which will be afforded heightened confidentiality.  Celebrities are people of public interest (VIP) about whose information an enterprise may have a policy that requires heightened confidentiality.  Information deemed sensitive may include health information and patient role information including patient status, demographics, next of kin, and location.
2803
2804                        
2805                           Usage Note:  For use within an enterprise in which the information subject is deemed a celebrity or very important person.  If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2806         */
2807        CEL, 
2808        /**
2809         * Policy for handling information related to a diagnosis, health condition or health problem, which will be afforded heightened confidentiality.  Diagnostic, health condition or health problem related information may be deemed sensitive by organizational policy, and require heightened confidentiality.
2810
2811                        
2812                           Usage Note: For use within an enterprise that provides heightened confidentiality to  diagnostic, health condition or health problem related information deemed sensitive.   If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2813         */
2814        DIA, 
2815        /**
2816         * Policy for handling information related to a drug, which will be afforded heightened confidentiality. Drug information may be deemed sensitive by organizational policy, and require heightened confidentiality.
2817
2818                        
2819                           Usage Note: For use within an enterprise that provides heightened confidentiality to drug information deemed sensitive.   If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2820         */
2821        DRGIS, 
2822        /**
2823         * Policy for handling information related to an employee, which will be afforded heightened confidentiality. When a patient is an employee, an enterprise may have a policy that requires heightened confidentiality.  Information deemed sensitive typically includes health information and patient role information including patient status, demographics, next of kin, and location.
2824
2825                        
2826                           Usage Note: Policy for handling information related to an employee, which will be afforded heightened confidentiality.  Description:  When a patient is an employee, an enterprise may have a policy that requires heightened confidentiality.  Information deemed sensitive typically includes health information and patient role information including patient status, demographics, next of kin, and location.
2827         */
2828        EMP, 
2829        /**
2830         * Policy for handling information reported by the patient about another person, e.g. a family member, which will be afforded heightened confidentiality. Sensitive information reported by the patient about another person, e.g. family members may be deemed sensitive by default.  The flag may be set or cleared on patient's request.  
2831
2832                        
2833                           Usage Note: For sensitive information relayed by or about a patient, which is deemed sensitive within the enterprise (i.e., by default regardless of whether the patient requested that the information be deemed sensitive.)   If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2834         */
2835        PDS, 
2836        /**
2837         * For sensitive information relayed by or about a patient, which is deemed sensitive within the enterprise (i.e., by default regardless of whether the patient requested that the information be deemed sensitive.)   If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2838
2839                        
2840                           Usage Note: For use within an enterprise that provides heightened confidentiality to certain types of information designated by a patient as sensitive.   If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.
2841         */
2842        PRS, 
2843        /**
2844         * This is the healthcare analog to the US Intelligence Community's concept of a Special Access Program.  Compartment codes may be used in as a field value in an initiator's clearance to indicate permission to access and use an IT Resource with a security label having the same compartment value in security category label field.
2845
2846                        Map: Aligns with ISO 2382-8 definition of Compartment - "A division of data into isolated blocks with separate security controls for the purpose of reducing risk."
2847         */
2848        COMPT, 
2849        /**
2850         * A security category label field value, which indicates that access and use of an IT resource is restricted to members of human resources department or workflow.
2851         */
2852        HRCOMPT, 
2853        /**
2854         * A security category label field value, which indicates that access and use of an IT resource is restricted to members of a research project.
2855         */
2856        RESCOMPT, 
2857        /**
2858         * A security category label field value, which indicates that access and use of an IT resource is restricted to members of records management department or workflow.
2859         */
2860        RMGTCOMPT, 
2861        /**
2862         * A mandate, obligation, requirement, rule, or expectation conveyed as security metadata between senders and receivers required to establish the reliability, authenticity, and trustworthiness of their transactions.
2863
2864                        Trust security metadata are observation made about aspects of trust applicable to an IT resource (data, information object, service, or system capability).
2865
2866                        Trust applicable to IT resources is established and maintained in and among security domains, and may be comprised of observations about the domain's trust authority, trust framework, trust policy, trust interaction rules, means for assessing and monitoring adherence to trust policies, mechanisms that enforce trust, and quality and reliability measures of assurance in those mechanisms. [Based on ISO IEC 10181-1 and NIST SP 800-63-2]
2867
2868                        For example, identity proofing , level of assurance, and Trust Framework.
2869         */
2870        ACTTRUSTPOLICYTYPE, 
2871        /**
2872         * Type of security metadata about the formal declaration by an authority or neutral third party that validates the technical, security, trust, and business practice conformance of Trust Agents to facilitate security, interoperability, and trust among participants within a security domain or trust framework.
2873         */
2874        TRSTACCRD, 
2875        /**
2876         * Type of security metadata about privacy and security requirements with which a security domain must comply. [ISO IEC 10181-1]
2877         */
2878        TRSTAGRE, 
2879        /**
2880         * Type of security metadata about the digital quality or reliability of a trust assertion, activity, capability, information exchange, mechanism, process, or protocol.
2881         */
2882        TRSTASSUR, 
2883        /**
2884         * Type of security metadata about a set of security-relevant data issued by a security authority or trusted third party, together with security information which is used to provide the integrity and data origin authentication services for an IT resource (data, information object, service, or system capability). [Based on ISO IEC 10181-1]
2885         */
2886        TRSTCERT, 
2887        /**
2888         * Type of security metadata about a complete set of contracts, regulations, or commitments that enable participating actors to rely on certain assertions by other actors to fulfill their information security requirements. [Kantara Initiative]
2889         */
2890        TRSTFWK, 
2891        /**
2892         * Type of security metadata about a security architecture system component that supports enforcement of security policies.
2893         */
2894        TRSTMEC, 
2895        /**
2896         * Description:A mandate, obligation, requirement, rule, or expectation unilaterally imposed on benefit coverage under a policy or program by a sponsor, underwriter or payor on:
2897
2898                        
2899                           
2900                              The activity of another party
2901
2902                           
2903                           
2904                              The behavior of another party
2905
2906                           
2907                           
2908                              The manner in which an act is executed
2909
2910                           
2911                        
2912                        
2913                           Examples:A clinical protocol imposed by a payer to which a provider must adhere in order to be paid for providing the service.  A formulary from which a provider must select prescribed drugs in order for the patient to incur a lower copay.
2914         */
2915        COVPOL, 
2916        /**
2917         * Types of security policies that further specify the ActClassPolicy value set.
2918
2919                        
2920                           Examples:
2921                        
2922
2923                        
2924                           obligation to encrypt
2925                           refrain from redisclosure without consent
2926         */
2927        SECURITYPOLICY, 
2928        /**
2929         * Conveys the mandated workflow action that an information custodian, receiver, or user must perform.  
2930
2931                        
2932                           Usage Notes: Per ISO 22600-2, ObligationPolicy instances 'are event-triggered and define actions to be performed by manager agent'. Per HL7 Composite Security and Privacy Domain Analysis Model:  This value set refers to the action required to receive the permission specified in the privacy rule. Per OASIS XACML, an obligation is an operation specified in a policy or policy that is performed in conjunction with the enforcement of an access control decision.
2933         */
2934        OBLIGATIONPOLICY, 
2935        /**
2936         * Custodian system must remove any information that could result in identifying the information subject.
2937         */
2938        ANONY, 
2939        /**
2940         * Custodian system must make available to an information subject upon request an accounting of certain disclosures of the individual’s protected health information over a period of time.  Policy may dictate that the accounting include information about the information disclosed,  the date of disclosure, the identification of the receiver, the purpose of the disclosure, the time in which the disclosing entity must provide a response and the time period for which accountings of disclosure can be requested.
2941         */
2942        AOD, 
2943        /**
2944         * Custodian system must monitor systems to ensure that all users are authorized to operate on information objects.
2945         */
2946        AUDIT, 
2947        /**
2948         * Custodian system must monitor and maintain retrievable log for each user and operation on information.
2949         */
2950        AUDTR, 
2951        /**
2952         * Custodian security system must retrieve, evaluate, and comply with the information handling directions of the Confidentiality Code associated with an information target.
2953         */
2954        CPLYCC, 
2955        /**
2956         * Custodian security system must retrieve, evaluate, and comply with applicable information subject consent directives.
2957         */
2958        CPLYCD, 
2959        /**
2960         * Custodian security system must retrieve, evaluate, and comply with applicable jurisdictional privacy policies associated with the target information.
2961         */
2962        CPLYJPP, 
2963        /**
2964         * Custodian security system must retrieve, evaluate, and comply with applicable organizational privacy policies associated with the target information.
2965         */
2966        CPLYOPP, 
2967        /**
2968         * Custodian security system must retrieve, evaluate, and comply with the organizational security policies associated with the target information.
2969         */
2970        CPLYOSP, 
2971        /**
2972         * Custodian security system must retrieve, evaluate, and comply with applicable policies associated with the target information.
2973         */
2974        CPLYPOL, 
2975        /**
2976         * Custodian system must strip information of data that would allow the identification of the source of the information or the information subject.
2977         */
2978        DEID, 
2979        /**
2980         * Custodian system must remove target information from access after use.
2981         */
2982        DELAU, 
2983        /**
2984         * Custodian system must render information unreadable by algorithmically transforming plaintext into ciphertext.  
2985
2986                        
2987
2988                        
2989                           Usage Notes: A mathematical transposition of a file or data stream so that it cannot be deciphered at the receiving end without the proper key. Encryption is a security feature that assures that only the parties who are supposed to be participating in a videoconference or data transfer are able to do so. It can include a password, public and private keys, or a complex combination of all.  (Per Infoway.)
2990         */
2991        ENCRYPT, 
2992        /**
2993         * Custodian system must render information unreadable and unusable by algorithmically transforming plaintext into ciphertext when "at rest" or in storage.
2994         */
2995        ENCRYPTR, 
2996        /**
2997         * Custodian system must render information unreadable and unusable by algorithmically transforming plaintext into ciphertext while "in transit" or being transported by any means.
2998         */
2999        ENCRYPTT, 
3000        /**
3001         * Custodian system must render information unreadable and unusable by algorithmically transforming plaintext into ciphertext while in use such that operations permitted on the target information are limited by the license granted to the end user.
3002         */
3003        ENCRYPTU, 
3004        /**
3005         * Custodian system must require human review and approval for permission requested.
3006         */
3007        HUAPRV, 
3008        /**
3009         * Custodian system must render information unreadable and unusable by algorithmically transforming plaintext into ciphertext.  User may be provided a key to decrypt per license or "shared secret".
3010         */
3011        MASK, 
3012        /**
3013         * Custodian must limit access and disclosure to the minimum information required to support an authorized user's purpose of use.  
3014
3015                        
3016                           Usage Note: Limiting the information available for access and disclosure to that an authorized user or receiver "needs to know" in order to perform permitted workflow or purpose of use.
3017         */
3018        MINEC, 
3019        /**
3020         * Custodian must create and/or maintain human readable security label tags as required by policy.
3021
3022                        Map:  Aligns with ISO 22600-3 Section A.3.4.3 description of privacy mark:  "If present, the privacy-mark is not used for access control. The content of the privacy-mark may be defined by the security policy in force (identified by the security-policy-identifier) which may define a list of values to be used. Alternately, the value may be determined by the originator of the security-label."
3023         */
3024        PRIVMARK, 
3025        /**
3026         * Custodian system must strip information of data that would allow the identification of the source of the information or the information subject.  Custodian may retain a key to relink data necessary to reidentify the information subject.
3027         */
3028        PSEUD, 
3029        /**
3030         * Custodian system must remove information, which is not authorized to be access, used, or disclosed from records made available to otherwise authorized users.
3031         */
3032        REDACT, 
3033        /**
3034         * Conveys prohibited actions which an information custodian, receiver, or user is not permitted to perform unless otherwise authorized or permitted under specified circumstances.
3035
3036                        
3037
3038                        
3039                           Usage Notes: ISO 22600-2 species that a Refrain Policy "defines actions the subjects must refrain from performing".  Per HL7 Composite Security and Privacy Domain Analysis Model:  May be used to indicate that a specific action is prohibited based on specific access control attributes e.g. purpose of use, information type, user role, etc.
3040         */
3041        REFRAINPOLICY, 
3042        /**
3043         * Prohibition on disclosure without information subject's authorization.
3044         */
3045        NOAUTH, 
3046        /**
3047         * Prohibition on collection or storage of the information.
3048         */
3049        NOCOLLECT, 
3050        /**
3051         * Prohibition on disclosure without organizational approved patient restriction.
3052         */
3053        NODSCLCD, 
3054        /**
3055         * Prohibition on disclosure without a consent directive from the information subject.
3056         */
3057        NODSCLCDS, 
3058        /**
3059         * Prohibition on Integration into other records.
3060         */
3061        NOINTEGRATE, 
3062        /**
3063         * Prohibition on disclosure except to entities on specific access list.
3064         */
3065        NOLIST, 
3066        /**
3067         * Prohibition on disclosure without an interagency service agreement or memorandum of understanding (MOU).
3068         */
3069        NOMOU, 
3070        /**
3071         * Prohibition on disclosure without organizational authorization.
3072         */
3073        NOORGPOL, 
3074        /**
3075         * Prohibition on disclosing information to patient, family or caregivers without attending provider's authorization.
3076
3077                        
3078                           Usage Note: The information may be labeled with the ActInformationSensitivity TBOO code, triggering application of this RefrainPolicy code as a handling caveat controlling access.
3079
3080                        Maps to FHIR NOPAT: Typically, this is used on an Alert resource, when the alert records information on patient abuse or non-compliance.
3081
3082                        FHIR print name is "keep information from patient". Maps to the French realm - code: INVISIBLE_PATIENT.
3083
3084                        
3085                           displayName: Document non visible par le patient
3086                           codingScheme: 1.2.250.1.213.1.1.4.13
3087                        
3088                        French use case:  A label for documents that the author  chose to hide from the patient until the content can be disclose to the patient in a face to face meeting between a healthcare professional and the patient (in French law some results like cancer diagnosis or AIDS diagnosis must be announced to the patient by a healthcare professional and should not be find out by the patient alone).
3089         */
3090        NOPAT, 
3091        /**
3092         * Prohibition on collection of the information beyond time necessary to accomplish authorized purpose of use is prohibited.
3093         */
3094        NOPERSISTP, 
3095        /**
3096         * Prohibition on redisclosure without patient consent directive.
3097         */
3098        NORDSCLCD, 
3099        /**
3100         * Prohibition on redisclosure without a consent directive from the information subject.
3101         */
3102        NORDSCLCDS, 
3103        /**
3104         * Prohibition on disclosure without authorization under jurisdictional law.
3105         */
3106        NORDSCLW, 
3107        /**
3108         * Prohibition on associating de-identified or pseudonymized information with other information in a manner that could or does result in disclosing information intended to be masked.
3109         */
3110        NORELINK, 
3111        /**
3112         * Prohibition on use of the information beyond the purpose of use initially authorized.
3113         */
3114        NOREUSE, 
3115        /**
3116         * Prohibition on disclosure except to principals with access permission to specific VIP information.
3117         */
3118        NOVIP, 
3119        /**
3120         * Prohibition on disclosure except as permitted by the information originator.
3121         */
3122        ORCON, 
3123        /**
3124         * The method that a product is obtained for use by the subject of the supply act (e.g. patient).  Product examples are consumable or durable goods.
3125         */
3126        _ACTPRODUCTACQUISITIONCODE, 
3127        /**
3128         * Temporary supply of a product without transfer of ownership for the product.
3129         */
3130        LOAN, 
3131        /**
3132         * Temporary supply of a product with financial compensation, without transfer of ownership for the product.
3133         */
3134        RENT, 
3135        /**
3136         * Transfer of ownership for a product.
3137         */
3138        TRANSFER, 
3139        /**
3140         * Transfer of ownership for a product for financial compensation.
3141         */
3142        SALE, 
3143        /**
3144         * Transportation of a specimen.
3145         */
3146        _ACTSPECIMENTRANSPORTCODE, 
3147        /**
3148         * Description:Specimen has been received by the participating organization/department.
3149         */
3150        SREC, 
3151        /**
3152         * Description:Specimen has been placed into storage at a participating location.
3153         */
3154        SSTOR, 
3155        /**
3156         * Description:Specimen has been put in transit to a participating receiver.
3157         */
3158        STRAN, 
3159        /**
3160         * Set of codes related to specimen treatments
3161         */
3162        _ACTSPECIMENTREATMENTCODE, 
3163        /**
3164         * The lowering of specimen pH through the addition of an acid
3165         */
3166        ACID, 
3167        /**
3168         * The act rendering alkaline by impregnating with an alkali; a conferring of alkaline qualities.
3169         */
3170        ALK, 
3171        /**
3172         * The removal of fibrin from whole blood or plasma through physical or chemical means
3173         */
3174        DEFB, 
3175        /**
3176         * The passage of a liquid through a filter, accomplished by gravity, pressure or vacuum (suction).
3177         */
3178        FILT, 
3179        /**
3180         * LDL Precipitation
3181         */
3182        LDLP, 
3183        /**
3184         * The act or process by which an acid and a base are combined in such proportions that the resulting compound is neutral.
3185         */
3186        NEUT, 
3187        /**
3188         * The addition of calcium back to a specimen after it was removed by chelating agents
3189         */
3190        RECA, 
3191        /**
3192         * The filtration of a colloidal substance through a semipermeable medium that allows only the passage of small molecules.
3193         */
3194        UFIL, 
3195        /**
3196         * Description: Describes the type of substance administration being performed.  This should not be used to carry codes for identification of products.  Use an associated role or entity to carry such information.
3197         */
3198        _ACTSUBSTANCEADMINISTRATIONCODE, 
3199        /**
3200         * The introduction of a drug into a subject with the intention of altering its biologic state with the intent of improving its health status.
3201         */
3202        DRUG, 
3203        /**
3204         * Description: The introduction of material into a subject with the intent of providing nutrition or other dietary supplements (e.g. minerals or vitamins).
3205         */
3206        FD, 
3207        /**
3208         * The introduction of an immunogen with the intent of stimulating an immune response, aimed at preventing subsequent infections by more viable agents.
3209         */
3210        IMMUNIZ, 
3211        /**
3212         * An additional immunization administration within a series intended to bolster or enhance immunity.
3213         */
3214        BOOSTER, 
3215        /**
3216         * The first immunization administration in a series intended to produce immunity
3217         */
3218        INITIMMUNIZ, 
3219        /**
3220         * Description: A task or action that a user may perform in a clinical information system (e.g. medication order entry, laboratory test results review, problem list entry).
3221         */
3222        _ACTTASKCODE, 
3223        /**
3224         * A clinician creates a request for a service to be performed for a given patient.
3225         */
3226        OE, 
3227        /**
3228         * A clinician creates a request for a laboratory test to be done for a given patient.
3229         */
3230        LABOE, 
3231        /**
3232         * A clinician creates a request for the administration of one or more medications to a given patient.
3233         */
3234        MEDOE, 
3235        /**
3236         * A person enters documentation about a given patient.
3237         */
3238        PATDOC, 
3239        /**
3240         * Description: A person reviews a list of known allergies of a given patient.
3241         */
3242        ALLERLREV, 
3243        /**
3244         * A clinician enters a clinical note about a given patient
3245         */
3246        CLINNOTEE, 
3247        /**
3248         * A clinician enters a diagnosis for a given patient.
3249         */
3250        DIAGLISTE, 
3251        /**
3252         * A person provides a discharge instruction to a patient.
3253         */
3254        DISCHINSTE, 
3255        /**
3256         * A clinician enters a discharge summary for a given patient.
3257         */
3258        DISCHSUME, 
3259        /**
3260         * A person provides a patient-specific education handout to a patient.
3261         */
3262        PATEDUE, 
3263        /**
3264         * A pathologist enters a report for a given patient.
3265         */
3266        PATREPE, 
3267        /**
3268         * A clinician enters a problem for a given patient.
3269         */
3270        PROBLISTE, 
3271        /**
3272         * A radiologist enters a report for a given patient.
3273         */
3274        RADREPE, 
3275        /**
3276         * Description: A person reviews a list of immunizations due or received for a given patient.
3277         */
3278        IMMLREV, 
3279        /**
3280         * Description: A person reviews a list of health care reminders for a given patient.
3281         */
3282        REMLREV, 
3283        /**
3284         * Description: A person reviews a list of wellness or preventive care reminders for a given patient.
3285         */
3286        WELLREMLREV, 
3287        /**
3288         * A person (e.g. clinician, the patient herself) reviews patient information in the electronic medical record.
3289         */
3290        PATINFO, 
3291        /**
3292         * Description: A person enters a known allergy for a given patient.
3293         */
3294        ALLERLE, 
3295        /**
3296         * A person reviews a recommendation/assessment provided automatically by a clinical decision support application for a given patient.
3297         */
3298        CDSREV, 
3299        /**
3300         * A person reviews a clinical note of a given patient.
3301         */
3302        CLINNOTEREV, 
3303        /**
3304         * A person reviews a discharge summary of a given patient.
3305         */
3306        DISCHSUMREV, 
3307        /**
3308         * A person reviews a list of diagnoses of a given patient.
3309         */
3310        DIAGLISTREV, 
3311        /**
3312         * Description: A person enters an immunization due or received for a given patient.
3313         */
3314        IMMLE, 
3315        /**
3316         * A person reviews a list of laboratory results of a given patient.
3317         */
3318        LABRREV, 
3319        /**
3320         * A person reviews a list of microbiology results of a given patient.
3321         */
3322        MICRORREV, 
3323        /**
3324         * A person reviews organisms of microbiology results of a given patient.
3325         */
3326        MICROORGRREV, 
3327        /**
3328         * A person reviews the sensitivity test of microbiology results of a given patient.
3329         */
3330        MICROSENSRREV, 
3331        /**
3332         * A person reviews a list of medication orders submitted to a given patient
3333         */
3334        MLREV, 
3335        /**
3336         * A clinician reviews a work list of medications to be administered to a given patient.
3337         */
3338        MARWLREV, 
3339        /**
3340         * A person reviews a list of orders submitted to a given patient.
3341         */
3342        OREV, 
3343        /**
3344         * A person reviews a pathology report of a given patient.
3345         */
3346        PATREPREV, 
3347        /**
3348         * A person reviews a list of problems of a given patient.
3349         */
3350        PROBLISTREV, 
3351        /**
3352         * A person reviews a radiology report of a given patient.
3353         */
3354        RADREPREV, 
3355        /**
3356         * Description: A person enters a health care reminder for a given patient.
3357         */
3358        REMLE, 
3359        /**
3360         * Description: A person enters a wellness or preventive care reminder for a given patient.
3361         */
3362        WELLREMLE, 
3363        /**
3364         * A person reviews a Risk Assessment Instrument report of a given patient.
3365         */
3366        RISKASSESS, 
3367        /**
3368         * A person reviews a Falls Risk Assessment Instrument report of a given patient.
3369         */
3370        FALLRISK, 
3371        /**
3372         * Characterizes how a transportation act was or will be carried out.
3373
3374                        
3375                           Examples: Via private transport, via public transit, via courier.
3376         */
3377        _ACTTRANSPORTATIONMODECODE, 
3378        /**
3379         * Definition: Characterizes how a patient was or will be transported to the site of a patient encounter.
3380
3381                        
3382                           Examples: Via ambulance, via public transit, on foot.
3383         */
3384        _ACTPATIENTTRANSPORTATIONMODECODE, 
3385        /**
3386         * pedestrian transport
3387         */
3388        AFOOT, 
3389        /**
3390         * ambulance transport
3391         */
3392        AMBT, 
3393        /**
3394         * fixed-wing ambulance transport
3395         */
3396        AMBAIR, 
3397        /**
3398         * ground ambulance transport
3399         */
3400        AMBGRND, 
3401        /**
3402         * helicopter ambulance transport
3403         */
3404        AMBHELO, 
3405        /**
3406         * law enforcement transport
3407         */
3408        LAWENF, 
3409        /**
3410         * private transport
3411         */
3412        PRVTRN, 
3413        /**
3414         * public transport
3415         */
3416        PUBTRN, 
3417        /**
3418         * Identifies the kinds of observations that can be performed
3419         */
3420        _OBSERVATIONTYPE, 
3421        /**
3422         * Identifies the type of observation that is made about a specimen that may affect its processing, analysis or further result interpretation
3423         */
3424        _ACTSPECOBSCODE, 
3425        /**
3426         * Describes the artificial blood identifier that is associated with the specimen.
3427         */
3428        ARTBLD, 
3429        /**
3430         * An observation that reports the dilution of a sample.
3431         */
3432        DILUTION, 
3433        /**
3434         * The dilution of a sample performed by automated equipment.  The value is specified by the equipment
3435         */
3436        AUTOHIGH, 
3437        /**
3438         * The dilution of a sample performed by automated equipment.  The value is specified by the equipment
3439         */
3440        AUTOLOW, 
3441        /**
3442         * The dilution of the specimen made prior to being loaded onto analytical equipment
3443         */
3444        PRE, 
3445        /**
3446         * The value of the dilution of a sample after it had been analyzed at a prior dilution value
3447         */
3448        RERUN, 
3449        /**
3450         * Domain provides codes that qualify the ActLabObsEnvfctsCode domain. (Environmental Factors)
3451         */
3452        EVNFCTS, 
3453        /**
3454         * An observation that relates to factors that may potentially cause interference with the observation
3455         */
3456        INTFR, 
3457        /**
3458         * The Fibrin Index of the specimen. In the case of only differentiating between Absent and Present, recommend using 0 and 1
3459         */
3460        FIBRIN, 
3461        /**
3462         * An observation of the hemolysis index of the specimen in g/L
3463         */
3464        HEMOLYSIS, 
3465        /**
3466         * An observation that describes the icterus index of the specimen.  It is recommended to use mMol/L of bilirubin
3467         */
3468        ICTERUS, 
3469        /**
3470         * An observation used to describe the Lipemia Index of the specimen. It is recommended to use the optical turbidity at 600 nm (in absorbance units).
3471         */
3472        LIPEMIA, 
3473        /**
3474         * An observation that reports the volume of a sample.
3475         */
3476        VOLUME, 
3477        /**
3478         * The available quantity of specimen.   This is the current quantity minus any planned consumption (e.g. tests that are planned)
3479         */
3480        AVAILABLE, 
3481        /**
3482         * The quantity of specimen that is used each time the equipment uses this substance
3483         */
3484        CONSUMPTION, 
3485        /**
3486         * The current quantity of the specimen, i.e., initial quantity minus what has been actually used.
3487         */
3488        CURRENT, 
3489        /**
3490         * The initial quantity of the specimen in inventory
3491         */
3492        INITIAL, 
3493        /**
3494         * AnnotationType
3495         */
3496        _ANNOTATIONTYPE, 
3497        /**
3498         * Description:Provides a categorization for annotations recorded directly against the patient .
3499         */
3500        _ACTPATIENTANNOTATIONTYPE, 
3501        /**
3502         * Description:A note that is specific to a patient's diagnostic images, either historical, current or planned.
3503         */
3504        ANNDI, 
3505        /**
3506         * Description:A general or uncategorized note.
3507         */
3508        ANNGEN, 
3509        /**
3510         * A note that is specific to a patient's immunizations, either historical, current or planned.
3511         */
3512        ANNIMM, 
3513        /**
3514         * Description:A note that is specific to a patient's laboratory results, either historical, current or planned.
3515         */
3516        ANNLAB, 
3517        /**
3518         * Description:A note that is specific to a patient's medications, either historical, current or planned.
3519         */
3520        ANNMED, 
3521        /**
3522         * Description: None provided
3523         */
3524        _GENETICOBSERVATIONTYPE, 
3525        /**
3526         * Description: A DNA segment that contributes to phenotype/function. In the absence of demonstrated function a gene may be characterized by sequence, transcription or homology
3527         */
3528        GENE, 
3529        /**
3530         * Description: Observation codes which describe characteristics of the immunization material.
3531         */
3532        _IMMUNIZATIONOBSERVATIONTYPE, 
3533        /**
3534         * Description: Indicates the valid antigen count.
3535         */
3536        OBSANTC, 
3537        /**
3538         * Description: Indicates whether an antigen is valid or invalid.
3539         */
3540        OBSANTV, 
3541        /**
3542         * A code that is used to indicate the type of case safety report received from sender. The current code example reference is from the International Conference on Harmonisation (ICH) Expert Workgroup guideline on Clinical Safety Data Management: Data Elements for Transmission of Individual Case Safety Reports. The unknown/unavailable option allows the transmission of information from a secondary sender where the initial sender did not specify the type of report.
3543
3544                        Example concepts include: Spontaneous, Report from study, Other.
3545         */
3546        _INDIVIDUALCASESAFETYREPORTTYPE, 
3547        /**
3548         * Indicates that the ICSR is describing problems that a patient experienced after receiving a vaccine product.
3549         */
3550        PATADVEVNT, 
3551        /**
3552         * Indicates that the ICSR is describing a problem with the actual vaccine product such as physical defects (cloudy, particulate matter) or inability to confer immunity.
3553         */
3554        VACPROBLEM, 
3555        /**
3556         * Definition:The set of LOINC codes for the act of determining the period of time that has elapsed since an entity was born or created.
3557         */
3558        _LOINCOBSERVATIONACTCONTEXTAGETYPE, 
3559        /**
3560         * Definition:Estimated age.
3561         */
3562        _216119, 
3563        /**
3564         * Definition:Reported age.
3565         */
3566        _216127, 
3567        /**
3568         * Definition:Calculated age.
3569         */
3570        _295535, 
3571        /**
3572         * Definition:General specification of age with no implied method of determination.
3573         */
3574        _305250, 
3575        /**
3576         * Definition:Age at onset of associated adverse event; no implied method of determination.
3577         */
3578        _309724, 
3579        /**
3580         * MedicationObservationType
3581         */
3582        _MEDICATIONOBSERVATIONTYPE, 
3583        /**
3584         * Description:This observation represents an 'average' or 'expected' half-life typical of the product.
3585         */
3586        REPHALFLIFE, 
3587        /**
3588         * Definition: A characteristic of an oral solid dosage form of a medicinal product, indicating whether it has one or more coatings such as sugar coating, film coating, or enteric coating.  Only coatings to the external surface or the dosage form should be considered (for example, coatings to individual pellets or granules inside a capsule or tablet are excluded from consideration).
3589
3590                        
3591                           Constraints: The Observation.value must be a Boolean (BL) with true for the presence or false for the absence of one or more coatings on a solid dosage form.
3592         */
3593        SPLCOATING, 
3594        /**
3595         * Definition:  A characteristic of an oral solid dosage form of a medicinal product, specifying the color or colors that most predominantly define the appearance of the dose form. SPLCOLOR is not an FDA specification for the actual color of solid dosage forms or the names of colors that can appear in labeling.
3596
3597                        
3598                           Constraints: The Observation.value must be a single coded value or a list of multiple coded values, specifying one or more distinct colors that approximate of the color(s) of distinct areas of the solid dosage form, such as the different sides of a tablet or one-part capsule, or the different halves of a two-part capsule.  Bands on banded capsules, regardless of the color, are not considered when assigning an SPLCOLOR. Imprints on the dosage form, regardless of their color are not considered when assigning an SPLCOLOR. If more than one color exists on a particular side or half, then the most predominant color on that side or half is recorded.  If the gelatin capsule shell is colorless and transparent, use the predominant color of the contents that appears through the colorless and transparent capsule shell. Colors can include: Black;Gray;White;Red;Pink;Purple;Green;Yellow;Orange;Brown;Blue;Turquoise.
3599         */
3600        SPLCOLOR, 
3601        /**
3602         * Description: A characteristic representing a single file reference that contains two or more views of the same dosage form of the product; in most cases this should represent front and back views of the dosage form, but occasionally additional views might be needed in order to capture all of the important physical characteristics of the dosage form.  Any imprint and/or symbol should be clearly identifiable, and the viewer should not normally need to rotate the image in order to read it.  Images that are submitted with SPL should be included in the same directory as the SPL file.
3603         */
3604        SPLIMAGE, 
3605        /**
3606         * Definition:  A characteristic of an oral solid dosage form of a medicinal product, specifying the alphanumeric text that appears on the solid dosage form, including text that is embossed, debossed, engraved or printed with ink. The presence of other non-textual distinguishing marks or symbols is recorded by SPLSYMBOL.
3607
3608                        
3609                           Examples: Included in SPLIMPRINT are alphanumeric text that appears on the bands of banded capsules and logos and other symbols that can be interpreted as letters or numbers.
3610
3611                        
3612                           Constraints: The Observation.value must be of type Character String (ST). Excluded from SPLIMPRINT are internal and external cut-outs in the form of alphanumeric text and the letter 'R' with a circle around it (when referring to a registered trademark) and the letters 'TM' (when referring to a 'trade mark').  To record text, begin on either side or part of the dosage form. Start at the top left and progress as one would normally read a book.  Enter a semicolon to show separation between words or line divisions.
3613         */
3614        SPLIMPRINT, 
3615        /**
3616         * Definition: A characteristic of an oral solid dosage form of a medicinal product, specifying the number of equal pieces that the solid dosage form can be divided into using score line(s). 
3617
3618                        
3619                           Example: One score line creating two equal pieces is given a value of 2, two parallel score lines creating three equal pieces is given a value of 3.
3620
3621                        
3622                           Constraints: Whether three parallel score lines create four equal pieces or two intersecting score lines create two equal pieces using one score line and four equal pieces using both score lines, both have the scoring value of 4. Solid dosage forms that are not scored are given a value of 1. Solid dosage forms that can only be divided into unequal pieces are given a null-value with nullFlavor other (OTH).
3623         */
3624        SPLSCORING, 
3625        /**
3626         * Description: A characteristic of an oral solid dosage form of a medicinal product, specifying the two dimensional representation of the solid dose form, in terms of the outside perimeter of a solid dosage form when the dosage form, resting on a flat surface, is viewed from directly above, including slight rounding of corners. SPLSHAPE does not include embossing, scoring, debossing, or internal cut-outs.  SPLSHAPE is independent of the orientation of the imprint and logo. Shapes can include: Triangle (3 sided); Square; Round; Semicircle; Pentagon (5 sided); Diamond; Double circle; Bullet; Hexagon (6 sided); Rectangle; Gear; Capsule; Heptagon (7 sided); Trapezoid; Oval; Clover; Octagon (8 sided); Tear; Freeform.
3627         */
3628        SPLSHAPE, 
3629        /**
3630         * Definition: A characteristic of an oral solid dosage form of a medicinal product, specifying the longest single dimension of the solid dosage form as a physical quantity in the dimension of length (e.g. 3 mm). The length is should be specified in millimeters and should be rounded to the nearest whole millimeter.
3631
3632                        
3633                           Example: SPLSIZE for a rectangular shaped tablet is the length and SPLSIZE for a round shaped tablet is the diameter.
3634         */
3635        SPLSIZE, 
3636        /**
3637         * Definition: A characteristic of an oral solid dosage form of a medicinal product, to describe whether or not the medicinal product has a mark or symbol appearing on it for easy and definite recognition.  Score lines, letters, numbers, and internal and external cut-outs are not considered marks or symbols. See SPLSCORING and SPLIMPRINT for these characteristics.
3638
3639                        
3640                           Constraints: The Observation.value must be a Boolean (BL) with <u>true</u> indicating the presence and <u>false</u> for the absence of marks or symbols.
3641
3642                        
3643                           Example:
3644         */
3645        SPLSYMBOL, 
3646        /**
3647         * Distinguishes the kinds of coded observations that could be the trigger for clinical issue detection. These are observations that are not measurable, but instead can be defined with codes. Coded observation types include: Allergy, Intolerance, Medical Condition, Pregnancy status, etc.
3648         */
3649        _OBSERVATIONISSUETRIGGERCODEDOBSERVATIONTYPE, 
3650        /**
3651         * Code for the mechanism by which disease was acquired by the living subject involved in the public health case. Includes sexually transmitted, airborne, bloodborne, vectorborne, foodborne, zoonotic, nosocomial, mechanical, dermal, congenital, environmental exposure, indeterminate.
3652         */
3653        _CASETRANSMISSIONMODE, 
3654        /**
3655         * Communication of an agent from a living subject or environmental source to a living subject through indirect contact via oral or nasal inhalation.
3656         */
3657        AIRTRNS, 
3658        /**
3659         * Communication of an agent from one animal to another proximate animal.
3660         */
3661        ANANTRNS, 
3662        /**
3663         * Communication of an agent from an animal to a proximate person.
3664         */
3665        ANHUMTRNS, 
3666        /**
3667         * Communication of an agent from one living subject to another living subject through direct contact with any body fluid.
3668         */
3669        BDYFLDTRNS, 
3670        /**
3671         * Communication of an agent to a living subject through direct contact with blood or blood products whether the contact with blood is part of  a therapeutic procedure or not.
3672         */
3673        BLDTRNS, 
3674        /**
3675         * Communication of an agent from a living subject or environmental source to a living subject via agent migration through intact skin.
3676         */
3677        DERMTRNS, 
3678        /**
3679         * Communication of an agent from an environmental surface or source to a living subject by direct contact.
3680         */
3681        ENVTRNS, 
3682        /**
3683         * Communication of an agent from a living subject or environmental source to a living subject through oral contact with material contaminated by person or animal fecal material.
3684         */
3685        FECTRNS, 
3686        /**
3687         * Communication of an agent from an non-living material to a living subject through direct contact.
3688         */
3689        FOMTRNS, 
3690        /**
3691         * Communication of an agent from a food source to a living subject via oral consumption.
3692         */
3693        FOODTRNS, 
3694        /**
3695         * Communication of an agent from a person to a proximate person.
3696         */
3697        HUMHUMTRNS, 
3698        /**
3699         * Communication of an agent to a living subject via an undetermined route.
3700         */
3701        INDTRNS, 
3702        /**
3703         * Communication of an agent from one living subject to another living subject through direct contact with mammalian milk or colostrum.
3704         */
3705        LACTTRNS, 
3706        /**
3707         * Communication of an agent from any entity to a living subject while the living subject is in the patient role in a healthcare facility.
3708         */
3709        NOSTRNS, 
3710        /**
3711         * Communication of an agent from a living subject or environmental source to a living subject where the acquisition of the agent is not via the alimentary canal.
3712         */
3713        PARTRNS, 
3714        /**
3715         * Communication of an agent from a living subject to the progeny of that living subject via agent migration across the maternal-fetal placental membranes while in utero.
3716         */
3717        PLACTRNS, 
3718        /**
3719         * Communication of an agent from one living subject to another living subject through direct contact with genital or oral tissues as part of a sexual act.
3720         */
3721        SEXTRNS, 
3722        /**
3723         * Communication of an agent from one living subject to another living subject through direct contact with blood or blood products where the contact with blood is part of  a therapeutic procedure.
3724         */
3725        TRNSFTRNS, 
3726        /**
3727         * Communication of an agent from a living subject acting as a required intermediary in the agent transmission process to a recipient living subject via direct contact.
3728         */
3729        VECTRNS, 
3730        /**
3731         * Communication of an agent from a contaminated water source to a living subject whether the water is ingested as a food or not. The route of entry of the water may be through any bodily orifice.
3732         */
3733        WATTRNS, 
3734        /**
3735         * Codes used to define various metadata aspects of a health quality measure.
3736         */
3737        _OBSERVATIONQUALITYMEASUREATTRIBUTE, 
3738        /**
3739         * Indicates that the observation is carrying out an aggregation calculation, contained in the value element.
3740         */
3741        AGGREGATE, 
3742        /**
3743         * Identifies the organization(s) who own the intellectual property represented by the eMeasure.
3744         */
3745        COPY, 
3746        /**
3747         * Summary of relevant clinical guidelines or other clinical recommendations supporting this eMeasure.
3748         */
3749        CRS, 
3750        /**
3751         * Description of individual terms, provided as needed.
3752         */
3753        DEF, 
3754        /**
3755         * Disclaimer information for the eMeasure.
3756         */
3757        DISC, 
3758        /**
3759         * The timestamp when the eMeasure was last packaged in the Measure Authoring Tool.
3760         */
3761        FINALDT, 
3762        /**
3763         * Used to allow measure developers to provide additional guidance for implementers to understand greater specificity than could be provided in the logic for data criteria.
3764         */
3765        GUIDE, 
3766        /**
3767         * Information on whether an increase or decrease in score is the preferred result 
3768(e.g. a higher score indicates better quality OR a lower score indicates better quality OR quality is within a range).
3769         */
3770        IDUR, 
3771        /**
3772         * Describes the items counted by the measure (e.g. patients, encounters, procedures, etc.)
3773         */
3774        ITMCNT, 
3775        /**
3776         * A significant word that aids in discoverability.
3777         */
3778        KEY, 
3779        /**
3780         * The end date of the measurement period.
3781         */
3782        MEDT, 
3783        /**
3784         * The start date of the measurement period.
3785         */
3786        MSD, 
3787        /**
3788         * The method of adjusting for clinical severity and conditions present at the start of care that can influence patient outcomes for making valid comparisons of outcome measures across providers. Indicates whether an eMeasure is subject to the statistical process for reducing, removing, or clarifying the influences of confounding factors to allow more useful comparisons.
3789         */
3790        MSRADJ, 
3791        /**
3792         * Describes how to combine information calculated based on logic in each of several populations into one summarized result. It can also be used to describe how to risk adjust the data based on supplemental data elements described in the eMeasure. (e.g. pneumonia hospital measures antibiotic selection in the ICU versus non-ICU and then the roll-up of the two). 
3793
3794                        
3795                           Open Issue: The description does NOT align well with the definition used in the HQMF specfication; correct the MSGAGG definition, and the possible distinction of MSRAGG as a child of AGGREGATE.
3796         */
3797        MSRAGG, 
3798        /**
3799         * Information on whether an increase or decrease in score is the preferred result. This should reflect information on which way is better, an increase or decrease in score.
3800         */
3801        MSRIMPROV, 
3802        /**
3803         * The list of jurisdiction(s) for which the measure applies.
3804         */
3805        MSRJUR, 
3806        /**
3807         * Type of person or organization that is expected to report the issue.
3808         */
3809        MSRRPTR, 
3810        /**
3811         * The maximum time that may elapse following completion of the measure until the measure report must be sent to the receiver.
3812         */
3813        MSRRPTTIME, 
3814        /**
3815         * Indicates how the calculation is performed for the eMeasure 
3816(e.g. proportion, continuous variable, ratio)
3817         */
3818        MSRSCORE, 
3819        /**
3820         * Location(s) in which care being measured is rendered
3821
3822                        Usage Note: MSRSET is used rather than RoleCode because the setting applies to what is being measured, as opposed to participating directly in the health quality measure documantion itself).
3823         */
3824        MSRSET, 
3825        /**
3826         * health quality measure topic type
3827         */
3828        MSRTOPIC, 
3829        /**
3830         * The time period for which the eMeasure applies.
3831         */
3832        MSRTP, 
3833        /**
3834         * Indicates whether the eMeasure is used to examine a process or an outcome over time 
3835(e.g. Structure, Process, Outcome).
3836         */
3837        MSRTYPE, 
3838        /**
3839         * Succinct statement of the need for the measure. Usually includes statements pertaining to Importance criterion: impact, gap in care and evidence.
3840         */
3841        RAT, 
3842        /**
3843         * Identifies bibliographic citations or references to clinical practice guidelines, sources of evidence, or other relevant materials supporting the intent and rationale of the eMeasure.
3844         */
3845        REF, 
3846        /**
3847         * Comparison of results across strata can be used to show where disparities exist or where there is a need to expose differences in results. For example, Centers for Medicare & Medicaid Services (CMS) in the U.S. defines four required Supplemental Data Elements (payer, ethnicity, race, and gender), which are variables used to aggregate data into various subgroups. Additional supplemental data elements required for risk adjustment or other purposes of data aggregation can be included in the Supplemental Data Element section.
3848         */
3849        SDE, 
3850        /**
3851         * Describes the strata for which the measure is to be evaluated. There are three examples of reasons for stratification based on existing work. These include: (1) evaluate the measure based on different age groupings within the population described in the measure (e.g. evaluate the whole [age 14-25] and each sub-stratum [14-19] and [20-25]); (2) evaluate the eMeasure based on either a specific condition, a specific discharge location, or both; (3) evaluate the eMeasure based on different locations within a facility (e.g. evaluate the overall rate for all intensive care units and also some strata include additional findings [specific birth weights for neonatal intensive care units]).
3852         */
3853        STRAT, 
3854        /**
3855         * Can be a URL or hyperlinks that link to the transmission formats that are specified for a particular reporting program.
3856         */
3857        TRANF, 
3858        /**
3859         * Usage notes.
3860         */
3861        USE, 
3862        /**
3863         * ObservationSequenceType
3864         */
3865        _OBSERVATIONSEQUENCETYPE, 
3866        /**
3867         * A sequence of values in the "absolute" time domain.  This is the same time domain that all HL7 timestamps use.  It is time as measured by the Gregorian calendar
3868         */
3869        TIMEABSOLUTE, 
3870        /**
3871         * A sequence of values in a "relative" time domain.  The time is measured relative to the earliest effective time in the Observation Series containing this sequence.
3872         */
3873        TIMERELATIVE, 
3874        /**
3875         * ObservationSeriesType
3876         */
3877        _OBSERVATIONSERIESTYPE, 
3878        /**
3879         * ECGObservationSeriesType
3880         */
3881        _ECGOBSERVATIONSERIESTYPE, 
3882        /**
3883         * This Observation Series type contains waveforms of a "representative beat" (a.k.a. "median beat" or "average beat").  The waveform samples are measured in relative time, relative to the beginning of the beat as defined by the Observation Series effective time.  The waveforms are not directly acquired from the subject, but rather algorithmically derived from the "rhythm" waveforms.
3884         */
3885        REPRESENTATIVEBEAT, 
3886        /**
3887         * This Observation type contains ECG "rhythm" waveforms.  The waveform samples are measured in absolute time (a.k.a. "subject time" or "effective time").  These waveforms are usually "raw" with some minimal amount of noise reduction and baseline filtering applied.
3888         */
3889        RHYTHM, 
3890        /**
3891         * Description: Reporting codes that are related to an immunization event.
3892         */
3893        _PATIENTIMMUNIZATIONRELATEDOBSERVATIONTYPE, 
3894        /**
3895         * Description: The class room associated with the patient during the immunization event.
3896         */
3897        CLSSRM, 
3898        /**
3899         * Description: The school grade or level the patient was in when immunized.
3900         */
3901        GRADE, 
3902        /**
3903         * Description: The school the patient attended when immunized.
3904         */
3905        SCHL, 
3906        /**
3907         * Description: The school division or district associated with the patient during the immunization event.
3908         */
3909        SCHLDIV, 
3910        /**
3911         * Description: The patient's teacher when immunized.
3912         */
3913        TEACHER, 
3914        /**
3915         * Observation types for specifying criteria used to assert that a subject is included in a particular population.
3916         */
3917        _POPULATIONINCLUSIONOBSERVATIONTYPE, 
3918        /**
3919         * Criteria which specify subjects who should be removed from the eMeasure population and denominator before determining if numerator criteria are met. Denominator exclusions are used in proportion and ratio measures to help narrow the denominator.
3920         */
3921        DENEX, 
3922        /**
3923         * Criteria which specify the removal of a subject, procedure or unit of measurement from the denominator, only if the numerator criteria are not met. Denominator exceptions allow for adjustment of the calculated score for those providers with higher risk populations. Denominator exceptions are used only in proportion eMeasures. They are not appropriate for ratio or continuous variable eMeasures. Denominator exceptions allow for the exercise of clinical judgment and should be specifically defined where capturing the information in a structured manner fits the clinical workflow. Generic denominator exception reasons used in proportion eMeasures fall into three general categories:
3924
3925                        
3926                           Medical reasons
3927                           Patient (or subject) reasons
3928                           System reasons
3929         */
3930        DENEXCEP, 
3931        /**
3932         * Criteria for specifying the entities to be evaluated by a specific quality measure, based on a shared common set of characteristics (within a specific measurement set to which a given measure belongs).  The denominator can be the same as the initial population, or it may be a subset of the initial population to further constrain it for the purpose of the eMeasure. Different measures within an eMeasure set may have different denominators. Continuous Variable eMeasures do not have a denominator, but instead define a measure population.
3933         */
3934        DENOM, 
3935        /**
3936         * Criteria for specifying the entities to be evaluated by a specific quality measure, based on a shared common set of characteristics (within a specific measurement set to which a given measure belongs).
3937         */
3938        IPOP, 
3939        /**
3940         * Criteria for specifying the patients to be evaluated by a specific quality measure, based on a shared common set of characteristics (within a specific measurement set to which a given measure belongs). Details often include information based upon specific age groups, diagnoses, diagnostic and procedure codes, and enrollment periods.
3941         */
3942        IPPOP, 
3943        /**
3944         * Criteria for specifying
3945the measure population as a narrative description (e.g. all patients seen in the Emergency Department during the measurement period).  This is used only in continuous variable eMeasures.
3946         */
3947        MSRPOPL, 
3948        /**
3949         * Criteria for specifying subjects who should be removed from the eMeasure's Initial Population and Measure Population. Measure Population Exclusions are used in Continuous Variable measures to help narrow the Measure Population before determining the value(s) of the continuous variable(s).
3950         */
3951        MSRPOPLEX, 
3952        /**
3953         * Criteria for specifying the processes or outcomes expected for each patient, procedure, or other unit of measurement defined in the denominator for proportion measures, or related to (but not directly derived from) the denominator for ratio measures (e.g. a numerator listing the number of central line blood stream infections and a denominator indicating the days per thousand of central line usage in a specific time period).
3954         */
3955        NUMER, 
3956        /**
3957         * Criteria for specifying instances that should not be included in the numerator data. (e.g. if the number of central line blood stream infections per 1000 catheter days were to exclude infections with a specific bacterium, that bacterium would be listed as a numerator exclusion).  Numerator Exclusions are used only in ratio eMeasures.
3958         */
3959        NUMEX, 
3960        /**
3961         * Types of observations that can be made about Preferences.
3962         */
3963        _PREFERENCEOBSERVATIONTYPE, 
3964        /**
3965         * An observation about how important a preference is to the target of the preference.
3966         */
3967        PREFSTRENGTH, 
3968        /**
3969         * Indicates that the observation is of an unexpected negative occurrence in the subject suspected to result from the subject's exposure to one or more agents.  Observation values would be the symptom resulting from the reaction.
3970         */
3971        ADVERSEREACTION, 
3972        /**
3973         * Description:Refines classCode OBS to indicate an observation in which observation.value contains a finding or other nominalized statement, where the encoded information in Observation.value is not altered by Observation.code.  For instance, observation.code="ASSERTION" and observation.value="fracture of femur present" is an assertion of a clinical finding of femur fracture.
3974         */
3975        ASSERTION, 
3976        /**
3977         * Definition:An observation that provides a characterization of the level of harm to an investigation subject as a result of a reaction or event.
3978         */
3979        CASESER, 
3980        /**
3981         * An observation that states whether the disease was likely acquired outside the jurisdiction of observation, and if so, the nature of the inter-jurisdictional relationship.
3982
3983                        
3984                           OpenIssue: This code could be moved to LOINC if it can be done before there are significant implemenations using it.
3985         */
3986        CDIO, 
3987        /**
3988         * A clinical judgment as to the worst case result of a future exposure (including substance administration). When the worst case result is assessed to have a life-threatening or organ system threatening potential, it is considered to be of high criticality.
3989         */
3990        CRIT, 
3991        /**
3992         * An observation that states the mechanism by which disease was acquired by the living subject involved in the public health case.
3993
3994                        
3995                           OpenIssue: This code could be moved to LOINC if it can be done before there are significant implemenations using it.
3996         */
3997        CTMO, 
3998        /**
3999         * Includes all codes defining types of indications such as diagnosis, symptom and other indications such as contrast agents for lab tests.
4000         */
4001        DX, 
4002        /**
4003         * Admitting diagnosis are the diagnoses documented  for administrative purposes as the basis for a hospital admission.
4004         */
4005        ADMDX, 
4006        /**
4007         * Discharge diagnosis are the diagnoses documented for administrative purposes as the time of hospital discharge.
4008         */
4009        DISDX, 
4010        /**
4011         * Intermediate diagnoses are those diagnoses documented for administrative purposes during the course of a hospital stay.
4012         */
4013        INTDX, 
4014        /**
4015         * The type of injury that the injury coding specifies.
4016         */
4017        NOI, 
4018        /**
4019         * Description: Accuracy determined as per the GIS tier code system.
4020         */
4021        GISTIER, 
4022        /**
4023         * Indicates that the observation is of a person’s living situation in a household including the household composition and circumstances.
4024         */
4025        HHOBS, 
4026        /**
4027         * There is a clinical issue for the therapy that makes continuation of the therapy inappropriate.
4028
4029                        
4030                           Open Issue: The definition of this code does not correctly represent the concept space of its specializations (children)
4031         */
4032        ISSUE, 
4033        /**
4034         * Identifies types of detectyed issues for Act class "ALRT" for the administrative and patient administrative acts domains.
4035         */
4036        _ACTADMINISTRATIVEDETECTEDISSUECODE, 
4037        /**
4038         * ActAdministrativeAuthorizationDetectedIssueCode
4039         */
4040        _ACTADMINISTRATIVEAUTHORIZATIONDETECTEDISSUECODE, 
4041        /**
4042         * The requesting party has insufficient authorization to invoke the interaction.
4043         */
4044        NAT, 
4045        /**
4046         * Description: One or more records in the query response have been suppressed due to consent or privacy restrictions.
4047         */
4048        SUPPRESSED, 
4049        /**
4050         * Description:The specified element did not pass business-rule validation.
4051         */
4052        VALIDAT, 
4053        /**
4054         * The ID of the patient, order, etc., was not found. Used for transactions other than additions, e.g. transfer of a non-existent patient.
4055         */
4056        KEY204, 
4057        /**
4058         * The ID of the patient, order, etc., already exists. Used in response to addition transactions (Admit, New Order, etc.).
4059         */
4060        KEY205, 
4061        /**
4062         * There may be an issue with the patient complying with the intentions of the proposed therapy
4063         */
4064        COMPLY, 
4065        /**
4066         * The proposed therapy appears to duplicate an existing therapy
4067         */
4068        DUPTHPY, 
4069        /**
4070         * Description:The proposed therapy appears to have the same intended therapeutic benefit as an existing therapy, though the specific mechanisms of action vary.
4071         */
4072        DUPTHPCLS, 
4073        /**
4074         * Description:The proposed therapy appears to have the same intended therapeutic benefit as an existing therapy and uses the same mechanisms of action as the existing therapy.
4075         */
4076        DUPTHPGEN, 
4077        /**
4078         * Description:The proposed therapy is frequently misused or abused and therefore should be used with caution and/or monitoring.
4079         */
4080        ABUSE, 
4081        /**
4082         * Description:The request is suspected to have a fraudulent basis.
4083         */
4084        FRAUD, 
4085        /**
4086         * A similar or identical therapy was recently ordered by a different practitioner.
4087         */
4088        PLYDOC, 
4089        /**
4090         * This patient was recently supplied a similar or identical therapy from a different pharmacy or supplier.
4091         */
4092        PLYPHRM, 
4093        /**
4094         * Proposed dosage instructions for therapy differ from standard practice.
4095         */
4096        DOSE, 
4097        /**
4098         * Description:Proposed dosage is inappropriate due to patient's medical condition.
4099         */
4100        DOSECOND, 
4101        /**
4102         * Proposed length of therapy differs from standard practice.
4103         */
4104        DOSEDUR, 
4105        /**
4106         * Proposed length of therapy is longer than standard practice
4107         */
4108        DOSEDURH, 
4109        /**
4110         * Proposed length of therapy is longer than standard practice for the identified indication or diagnosis
4111         */
4112        DOSEDURHIND, 
4113        /**
4114         * Proposed length of therapy is shorter than that necessary for therapeutic effect
4115         */
4116        DOSEDURL, 
4117        /**
4118         * Proposed length of therapy is shorter than standard practice for the identified indication or diagnosis
4119         */
4120        DOSEDURLIND, 
4121        /**
4122         * Proposed dosage exceeds standard practice
4123         */
4124        DOSEH, 
4125        /**
4126         * Proposed dosage exceeds standard practice for the patient's age
4127         */
4128        DOSEHINDA, 
4129        /**
4130         * High Dose for Indication Alert
4131         */
4132        DOSEHIND, 
4133        /**
4134         * Proposed dosage exceeds standard practice for the patient's height or body surface area
4135         */
4136        DOSEHINDSA, 
4137        /**
4138         * Proposed dosage exceeds standard practice for the patient's weight
4139         */
4140        DOSEHINDW, 
4141        /**
4142         * Proposed dosage interval/timing differs from standard practice
4143         */
4144        DOSEIVL, 
4145        /**
4146         * Proposed dosage interval/timing differs from standard practice for the identified indication or diagnosis
4147         */
4148        DOSEIVLIND, 
4149        /**
4150         * Proposed dosage is below suggested therapeutic levels
4151         */
4152        DOSEL, 
4153        /**
4154         * Proposed dosage is below suggested therapeutic levels for the patient's age
4155         */
4156        DOSELINDA, 
4157        /**
4158         * Low Dose for Indication Alert
4159         */
4160        DOSELIND, 
4161        /**
4162         * Proposed dosage is below suggested therapeutic levels for the patient's height or body surface area
4163         */
4164        DOSELINDSA, 
4165        /**
4166         * Proposed dosage is below suggested therapeutic levels for the patient's weight
4167         */
4168        DOSELINDW, 
4169        /**
4170         * Description:The maximum quantity of this drug allowed to be administered within a particular time-range (month, year, lifetime) has been reached or exceeded.
4171         */
4172        MDOSE, 
4173        /**
4174         * Proposed therapy may be inappropriate or contraindicated due to conditions or characteristics of the patient
4175         */
4176        OBSA, 
4177        /**
4178         * Proposed therapy may be inappropriate or contraindicated due to patient age
4179         */
4180        AGE, 
4181        /**
4182         * Proposed therapy is outside of the standard practice for an adult patient.
4183         */
4184        ADALRT, 
4185        /**
4186         * Proposed therapy is outside of standard practice for a geriatric patient.
4187         */
4188        GEALRT, 
4189        /**
4190         * Proposed therapy is outside of the standard practice for a pediatric patient.
4191         */
4192        PEALRT, 
4193        /**
4194         * Proposed therapy may be inappropriate or contraindicated due to an existing/recent patient condition or diagnosis
4195         */
4196        COND, 
4197        /**
4198         * null
4199         */
4200        HGHT, 
4201        /**
4202         * Proposed therapy may be inappropriate or contraindicated when breast-feeding
4203         */
4204        LACT, 
4205        /**
4206         * Proposed therapy may be inappropriate or contraindicated during pregnancy
4207         */
4208        PREG, 
4209        /**
4210         * null
4211         */
4212        WGHT, 
4213        /**
4214         * Description:Proposed therapy may be inappropriate or contraindicated because of a common but non-patient specific reaction to the product.
4215
4216                        
4217                           Example:There is no record of a specific sensitivity for the patient, but the presence of the sensitivity is common and therefore caution is warranted.
4218         */
4219        CREACT, 
4220        /**
4221         * Proposed therapy may be inappropriate or contraindicated due to patient genetic indicators.
4222         */
4223        GEN, 
4224        /**
4225         * Proposed therapy may be inappropriate or contraindicated due to patient gender.
4226         */
4227        GEND, 
4228        /**
4229         * Proposed therapy may be inappropriate or contraindicated due to recent lab test results
4230         */
4231        LAB, 
4232        /**
4233         * Proposed therapy may be inappropriate or contraindicated based on the potential for a patient reaction to the proposed product
4234         */
4235        REACT, 
4236        /**
4237         * Proposed therapy may be inappropriate or contraindicated because of a recorded patient allergy to the proposed product.  (Allergies are immune based reactions.)
4238         */
4239        ALGY, 
4240        /**
4241         * Proposed therapy may be inappropriate or contraindicated because of a recorded patient intolerance to the proposed product.  (Intolerances are non-immune based sensitivities.)
4242         */
4243        INT, 
4244        /**
4245         * Proposed therapy may be inappropriate or contraindicated because of a potential patient reaction to a cross-sensitivity related product.
4246         */
4247        RREACT, 
4248        /**
4249         * Proposed therapy may be inappropriate or contraindicated because of a recorded patient allergy to a cross-sensitivity related product.  (Allergies are immune based reactions.)
4250         */
4251        RALG, 
4252        /**
4253         * Proposed therapy may be inappropriate or contraindicated because of a recorded prior adverse reaction to a cross-sensitivity related product.
4254         */
4255        RAR, 
4256        /**
4257         * Proposed therapy may be inappropriate or contraindicated because of a recorded patient intolerance to a cross-sensitivity related product.  (Intolerances are non-immune based sensitivities.)
4258         */
4259        RINT, 
4260        /**
4261         * Description:A local business rule relating multiple elements has been violated.
4262         */
4263        BUS, 
4264        /**
4265         * Description:The specified code is not valid against the list of codes allowed for the element.
4266         */
4267        CODEINVAL, 
4268        /**
4269         * Description:The specified code has been deprecated and should no longer be used.  Select another code from the code system.
4270         */
4271        CODEDEPREC, 
4272        /**
4273         * Description:The element does not follow the formatting or type rules defined for the field.
4274         */
4275        FORMAT, 
4276        /**
4277         * Description:The request is missing elements or contains elements which cause it to not meet the legal standards for actioning.
4278         */
4279        ILLEGAL, 
4280        /**
4281         * Description:The length of the data specified falls out of the range defined for the element.
4282         */
4283        LENRANGE, 
4284        /**
4285         * Description:The length of the data specified is greater than the maximum length defined for the element.
4286         */
4287        LENLONG, 
4288        /**
4289         * Description:The length of the data specified is less than the minimum length defined for the element.
4290         */
4291        LENSHORT, 
4292        /**
4293         * Description:The specified element must be specified with a non-null value under certain conditions.  In this case, the conditions are true but the element is still missing or null.
4294         */
4295        MISSCOND, 
4296        /**
4297         * Description:The specified element is mandatory and was not included in the instance.
4298         */
4299        MISSMAND, 
4300        /**
4301         * Description:More than one element with the same value exists in the set.  Duplicates not permission in this set in a set.
4302         */
4303        NODUPS, 
4304        /**
4305         * Description: Element in submitted message will not persist in data storage based on detected issue.
4306         */
4307        NOPERSIST, 
4308        /**
4309         * Description:The number of repeating elements falls outside the range of the allowed number of repetitions.
4310         */
4311        REPRANGE, 
4312        /**
4313         * Description:The number of repeating elements is above the maximum number of repetitions allowed.
4314         */
4315        MAXOCCURS, 
4316        /**
4317         * Description:The number of repeating elements is below the minimum number of repetitions allowed.
4318         */
4319        MINOCCURS, 
4320        /**
4321         * ActAdministrativeRuleDetectedIssueCode
4322         */
4323        _ACTADMINISTRATIVERULEDETECTEDISSUECODE, 
4324        /**
4325         * Description: Metadata associated with the identification (e.g. name or gender) does not match the identification being verified.
4326         */
4327        KEY206, 
4328        /**
4329         * Description: One or more records in the query response have a status of 'obsolete'.
4330         */
4331        OBSOLETE, 
4332        /**
4333         * Identifies types of detected issues regarding the administration or supply of an item to a patient.
4334         */
4335        _ACTSUPPLIEDITEMDETECTEDISSUECODE, 
4336        /**
4337         * Administration of the proposed therapy may be inappropriate or contraindicated as proposed
4338         */
4339        _ADMINISTRATIONDETECTEDISSUECODE, 
4340        /**
4341         * AppropriatenessDetectedIssueCode
4342         */
4343        _APPROPRIATENESSDETECTEDISSUECODE, 
4344        /**
4345         * InteractionDetectedIssueCode
4346         */
4347        _INTERACTIONDETECTEDISSUECODE, 
4348        /**
4349         * Proposed therapy may interact with certain foods
4350         */
4351        FOOD, 
4352        /**
4353         * Proposed therapy may interact with an existing or recent therapeutic product
4354         */
4355        TPROD, 
4356        /**
4357         * Proposed therapy may interact with an existing or recent drug therapy
4358         */
4359        DRG, 
4360        /**
4361         * Proposed therapy may interact with existing or recent natural health product therapy
4362         */
4363        NHP, 
4364        /**
4365         * Proposed therapy may interact with a non-prescription drug (e.g. alcohol, tobacco, Aspirin)
4366         */
4367        NONRX, 
4368        /**
4369         * Definition:The same or similar treatment has previously been attempted with the patient without achieving a positive effect.
4370         */
4371        PREVINEF, 
4372        /**
4373         * Description:Proposed therapy may be contraindicated or ineffective based on an existing or recent drug therapy.
4374         */
4375        DACT, 
4376        /**
4377         * Description:Proposed therapy may be inappropriate or ineffective based on the proposed start or end time.
4378         */
4379        TIME, 
4380        /**
4381         * Definition:Proposed therapy may be inappropriate or ineffective because the end of administration is too close to another planned therapy.
4382         */
4383        ALRTENDLATE, 
4384        /**
4385         * Definition:Proposed therapy may be inappropriate or ineffective because the start of administration is too late after the onset of the condition.
4386         */
4387        ALRTSTRTLATE, 
4388        /**
4389         * Proposed therapy may be inappropriate or ineffective based on the proposed start or end time.
4390         */
4391        _TIMINGDETECTEDISSUECODE, 
4392        /**
4393         * Proposed therapy may be inappropriate or ineffective because the end of administration is too close to another planned therapy
4394         */
4395        ENDLATE, 
4396        /**
4397         * Proposed therapy may be inappropriate or ineffective because the start of administration is too late after the onset of the condition
4398         */
4399        STRTLATE, 
4400        /**
4401         * Supplying the product at this time may be inappropriate or indicate compliance issues with the associated therapy
4402         */
4403        _SUPPLYDETECTEDISSUECODE, 
4404        /**
4405         * Definition:The requested action has already been performed and so this request has no effect
4406         */
4407        ALLDONE, 
4408        /**
4409         * Definition:The therapy being performed is in some way out of alignment with the requested therapy.
4410         */
4411        FULFIL, 
4412        /**
4413         * Definition:The status of the request being fulfilled has changed such that it is no longer actionable.  This may be because the request has expired, has already been completely fulfilled or has been otherwise stopped or disabled.  (Not used for 'suspended' orders.)
4414         */
4415        NOTACTN, 
4416        /**
4417         * Definition:The therapy being performed is not sufficiently equivalent to the therapy which was requested.
4418         */
4419        NOTEQUIV, 
4420        /**
4421         * Definition:The therapy being performed is not generically equivalent (having the identical biological action) to the therapy which was requested.
4422         */
4423        NOTEQUIVGEN, 
4424        /**
4425         * Definition:The therapy being performed is not therapeutically equivalent (having the same overall patient effect) to the therapy which was requested.
4426         */
4427        NOTEQUIVTHER, 
4428        /**
4429         * Definition:The therapy is being performed at a time which diverges from the time the therapy was requested
4430         */
4431        TIMING, 
4432        /**
4433         * Definition:The therapy action is being performed outside the bounds of the time period requested
4434         */
4435        INTERVAL, 
4436        /**
4437         * Definition:The therapy action is being performed too soon after the previous occurrence based on the requested frequency
4438         */
4439        MINFREQ, 
4440        /**
4441         * Definition:There should be no actions taken in fulfillment of a request that has been held or suspended.
4442         */
4443        HELD, 
4444        /**
4445         * The patient is receiving a subsequent fill significantly later than would be expected based on the amount previously supplied and the therapy dosage instructions
4446         */
4447        TOOLATE, 
4448        /**
4449         * The patient is receiving a subsequent fill significantly earlier than would be expected based on the amount previously supplied and the therapy dosage instructions
4450         */
4451        TOOSOON, 
4452        /**
4453         * Description: While the record was accepted in the repository, there is a more recent version of a record of this type.
4454         */
4455        HISTORIC, 
4456        /**
4457         * Definition:The proposed therapy goes against preferences or consent constraints recorded in the patient's record.
4458         */
4459        PATPREF, 
4460        /**
4461         * Definition:The proposed therapy goes against preferences or consent constraints recorded in the patient's record.  An alternate therapy meeting those constraints is available.
4462         */
4463        PATPREFALT, 
4464        /**
4465         * Categorization of types of observation that capture the main clinical knowledge subject which may be a medication, a laboratory test, a disease.
4466         */
4467        KSUBJ, 
4468        /**
4469         * Categorization of types of observation that capture a knowledge subtopic which might be treatment, etiology, or prognosis.
4470         */
4471        KSUBT, 
4472        /**
4473         * Hypersensitivity resulting in an adverse reaction upon exposure to an agent.
4474         */
4475        OINT, 
4476        /**
4477         * Hypersensitivity to an agent caused by an immunologic response to an initial exposure
4478         */
4479        ALG, 
4480        /**
4481         * An allergy to a pharmaceutical product.
4482         */
4483        DALG, 
4484        /**
4485         * An allergy to a substance other than a drug or a food; e.g. Latex, pollen, etc.
4486         */
4487        EALG, 
4488        /**
4489         * An allergy to a substance generally consumed for nutritional purposes.
4490         */
4491        FALG, 
4492        /**
4493         * Hypersensitivity resulting in an adverse reaction upon exposure to a drug.
4494         */
4495        DINT, 
4496        /**
4497         * Hypersensitivity to an agent caused by a mechanism other than an immunologic response to an initial exposure
4498         */
4499        DNAINT, 
4500        /**
4501         * Hypersensitivity resulting in an adverse reaction upon exposure to environmental conditions.
4502         */
4503        EINT, 
4504        /**
4505         * Hypersensitivity to an agent caused by a mechanism other than an immunologic response to an initial exposure
4506         */
4507        ENAINT, 
4508        /**
4509         * Hypersensitivity resulting in an adverse reaction upon exposure to food.
4510         */
4511        FINT, 
4512        /**
4513         * Hypersensitivity to an agent caused by a mechanism other than an immunologic response to an initial exposure
4514         */
4515        FNAINT, 
4516        /**
4517         * Hypersensitivity to an agent caused by a mechanism other than an immunologic response to an initial exposure
4518         */
4519        NAINT, 
4520        /**
4521         * A subjective evaluation of the seriousness or intensity associated with another observation.
4522         */
4523        SEV, 
4524        /**
4525         * FDA label data
4526         */
4527        _FDALABELDATA, 
4528        /**
4529         * FDA label coating
4530         */
4531        FDACOATING, 
4532        /**
4533         * FDA label color
4534         */
4535        FDACOLOR, 
4536        /**
4537         * FDA label imprint code
4538         */
4539        FDAIMPRINTCD, 
4540        /**
4541         * FDA label logo
4542         */
4543        FDALOGO, 
4544        /**
4545         * FDA label scoring
4546         */
4547        FDASCORING, 
4548        /**
4549         * FDA label shape
4550         */
4551        FDASHAPE, 
4552        /**
4553         * FDA label size
4554         */
4555        FDASIZE, 
4556        /**
4557         * Shape of the region on the object being referenced
4558         */
4559        _ROIOVERLAYSHAPE, 
4560        /**
4561         * A circle defined by two (column,row) pairs. The first point is the center of the circle and the second point is a point on the perimeter of the circle.
4562         */
4563        CIRCLE, 
4564        /**
4565         * An ellipse defined by four (column,row) pairs, the first two points specifying the endpoints of the major axis and the second two points specifying the endpoints of the minor axis.
4566         */
4567        ELLIPSE, 
4568        /**
4569         * A single point denoted by a single (column,row) pair, or multiple points each denoted by a (column,row) pair.
4570         */
4571        POINT, 
4572        /**
4573         * A series of connected line segments with ordered vertices denoted by (column,row) pairs; if the first and last vertices are the same, it is a closed polygon.
4574         */
4575        POLY, 
4576        /**
4577         * Description:Indicates that result data has been corrected.
4578         */
4579        C, 
4580        /**
4581         * Code set to define specialized/allowed diets
4582         */
4583        DIET, 
4584        /**
4585         * A diet exclusively composed of oatmeal, semolina, or rice, to be extremely easy to eat and digest.
4586         */
4587        BR, 
4588        /**
4589         * A diet that uses carbohydrates sparingly.  Typically with a restriction in daily energy content (e.g. 1600-2000 kcal).
4590         */
4591        DM, 
4592        /**
4593         * No enteral intake of foot or liquids  whatsoever, no smoking.  Typically 6 to 8 hours before anesthesia.
4594         */
4595        FAST, 
4596        /**
4597         * A diet consisting of a formula feeding, either for an infant or an adult, to provide nutrition either orally or through the gastrointestinal tract via tube, catheter or stoma.
4598         */
4599        FORMULA, 
4600        /**
4601         * Gluten free diet for celiac disease.
4602         */
4603        GF, 
4604        /**
4605         * A diet low in fat, particularly to patients with hepatic diseases.
4606         */
4607        LF, 
4608        /**
4609         * A low protein diet for patients with renal failure.
4610         */
4611        LP, 
4612        /**
4613         * A strictly liquid diet, that can be fully absorbed in the intestine, and therefore may not contain fiber.  Used before enteral surgeries.
4614         */
4615        LQ, 
4616        /**
4617         * A diet low in sodium for patients with congestive heart failure and/or renal failure.
4618         */
4619        LS, 
4620        /**
4621         * A normal diet, i.e. no special preparations or restrictions for medical reasons. This is notwithstanding any preferences the patient might have regarding special foods, such as vegetarian, kosher, etc.
4622         */
4623        N, 
4624        /**
4625         * A no fat diet for acute hepatic diseases.
4626         */
4627        NF, 
4628        /**
4629         * Phenylketonuria diet.
4630         */
4631        PAF, 
4632        /**
4633         * Patient is supplied with parenteral nutrition, typically described in terms of i.v. medications.
4634         */
4635        PAR, 
4636        /**
4637         * A diet that seeks to reduce body fat, typically low energy content (800-1600 kcal).
4638         */
4639        RD, 
4640        /**
4641         * A diet that avoids ingredients that might cause digestion problems, e.g. avoid excessive fat, avoid too much fiber (cabbage, peas, beans).
4642         */
4643        SCH, 
4644        /**
4645         * A diet that is not intended to be complete but is added to other diets.
4646         */
4647        SUPPLEMENT, 
4648        /**
4649         * This is not really a diet, since it contains little nutritional value, but is essentially just water.  Used before coloscopy examinations.
4650         */
4651        T, 
4652        /**
4653         * Diet with low content of the amino-acids valin, leucin, and isoleucin, for "maple syrup disease."
4654         */
4655        VLI, 
4656        /**
4657         * Definition: A public or government health program that administers and funds coverage for prescription drugs to assist program eligible who meet financial and health status criteria.
4658         */
4659        DRUGPRG, 
4660        /**
4661         * Description:Indicates that a result is complete.  No further results are to come.  This maps to the 'complete' state in the observation result status code.
4662         */
4663        F, 
4664        /**
4665         * Description:Indicates that a result is incomplete.  There are further results to come.  This maps to the 'active' state in the observation result status code.
4666         */
4667        PRLMN, 
4668        /**
4669         * An observation identifying security metadata about an IT resource (data, information object, service, or system capability), which may be used to make access control decisions.  Security metadata are used to name security labels.  
4670
4671                        
4672                           Rationale: According to ISO/TS 22600-3:2009(E) A.9.1.7 SECURITY LABEL MATCHING, Security label matching compares the initiator's clearance to the target's security label.  All of the following must be true for authorization to be granted:
4673
4674                        
4675                           The security policy identifiers shall be identical
4676                           The classification level of the initiator shall be greater than or equal to that of the target (that is, there shall be at least one value in the classification list of the clearance greater than or equal to the classification of the target), and 
4677                           For each security category in the target label, there shall be a security category of the same type in the initiator's clearance and the initiator's classification level shall dominate that of the target.
4678                        
4679                        
4680                           Examples: SecurityObservationType  security label fields include:
4681
4682                        
4683                           Confidentiality classification
4684                           Compartment category
4685                           Sensitivity category
4686                           Security mechanisms used to ensure data integrity or to perform authorized data transformation
4687                           Indicators of an IT resource completeness, veracity, reliability, trustworthiness, or provenance.
4688                        
4689                        
4690                           Usage Note: SecurityObservationType codes designate security label field types, which are valued with an applicable SecurityObservationValue code as the "security label tag".
4691         */
4692        SECOBS, 
4693        /**
4694         * Type of security metadata observation made about the category of an IT resource (data, information object, service, or system capability), which may be used to make access control decisions. Security category metadata is defined by ISO/IEC 2382-8:1998(E/F)/ T-REC-X.812-1995 as: "A nonhierarchical grouping of sensitive information used to control access to data more finely than with hierarchical security classification alone."
4695
4696                        
4697                           Rationale: A security category observation supports requirement to specify the type of IT resource to facilitate application of appropriate levels of information security according to a range of levels of impact or consequences that might result from the unauthorized disclosure, modification, or use of the information or information system.  A resource is assigned to a specific category of information (e.g. privacy, medical, proprietary, financial, investigative, contractor sensitive, security management) defined by an organization or in some instances, by a specific law, Executive Order, directive, policy, or regulation. [FIPS 199]
4698
4699                        
4700                           Examples: Types of security categories include:
4701
4702                        
4703                           Compartment:  A division of data into isolated blocks with separate security controls for the purpose of reducing risk. (ISO 2382-8).  A security label tag that "segments" an IT resource by indicating that access and use is restricted to members of a defined community or project. (HL7 Healthcare Classification System)  
4704                           Sensitivity:  The characteristic of an IT resource which implies its value or importance and may include its vulnerability. (ISO 7492-2)  Privacy metadata for information perceived as undesirable to share.  (HL7 Healthcare Classification System)
4705         */
4706        SECCATOBS, 
4707        /**
4708         * Type of security metadata observation made about the classification of an IT resource (data, information object, service, or system capability), which may be used to make access control decisions.  Security classification is defined by ISO/IEC 2382-8:1998(E/F)/ T-REC-X.812-1995 as: "The determination of which specific degree of protection against access the data or information requires, together with a designation of that degree of protection."  Security classification metadata is based on an analysis of applicable policies and the risk of financial, reputational, or other harm that could result from unauthorized disclosure.
4709
4710                        
4711                           Rationale: A security classification observation may indicate that the confidentiality level indicated by an Act or Role confidentiality attribute has been overridden by the entity responsible for ascribing the SecurityClassificationObservationValue.  This supports the business requirement for increasing or decreasing the level of confidentiality (classification or declassification) based on parameters beyond the original assignment of an Act or Role confidentiality.
4712
4713                        
4714                           Examples: Types of security classification include: HL7 Confidentiality Codes such as very restricted, unrestricted, and normal.  Intelligence community examples include top secret, secret, and confidential.
4715
4716                        
4717                           Usage Note: Security classification observation type codes designate security label field types, which are valued with an applicable SecurityClassificationObservationValue code as the "security label tag".
4718         */
4719        SECCLASSOBS, 
4720        /**
4721         * Type of security metadata observation made about the control of an IT resource (data, information object, service, or system capability), which may be used to make access control decisions.  Security control metadata convey instructions to users and receivers for secure distribution, transmission, and storage; dictate obligations or mandated actions; specify any action prohibited by refrain policy such as dissemination controls; and stipulate the permissible purpose of use of an IT resource.  
4722
4723                        
4724                           Rationale: A security control observation supports requirement to specify applicable management, operational, and technical controls (i.e., safeguards or countermeasures) prescribed for an information system to protect the confidentiality, integrity, and availability of the system and its information. [FIPS 199]
4725
4726                        
4727                           Examples: Types of security control metadata include: 
4728
4729                        
4730                           handling caveats
4731                           dissemination controls
4732                           obligations
4733                           refrain policies
4734                           purpose of use constraints
4735         */
4736        SECCONOBS, 
4737        /**
4738         * Type of security metadata observation made about the integrity of an IT resource (data, information object, service, or system capability), which may be used to make access control decisions.
4739
4740                        
4741                           Rationale: A security integrity observation supports the requirement to guard against improper information modification or destruction, and includes ensuring information non-repudiation and authenticity. (44 U.S.C., SEC. 3542)
4742
4743                        
4744                           Examples: Types of security integrity metadata include: 
4745
4746                        
4747                           Integrity status, which indicates the completeness or workflow status of an IT resource (data, information object, service, or system capability)
4748                           Integrity confidence, which indicates the reliability and trustworthiness of an IT resource
4749                           Integrity control, which indicates pertinent handling caveats, obligations, refrain policies, and purpose of use for  the resource
4750                           Data integrity, which indicate the security mechanisms used to ensure that the accuracy and consistency are preserved regardless of changes made (ISO/IEC DIS 2382-8)
4751                           Alteration integrity, which indicate the security mechanisms used for authorized transformations of the resource
4752                           Integrity provenance, which indicates the entity responsible for a report or assertion relayed "second-hand" about an IT resource
4753         */
4754        SECINTOBS, 
4755        /**
4756         * Type of security metadata observation made about the alteration integrity of an IT resource (data, information object, service, or system capability), which indicates the mechanism used for authorized transformations of the resource.
4757
4758                        
4759                           Examples: Types of security alteration integrity observation metadata, which may value the observation with a code used to indicate the mechanism used for authorized transformation of an IT resource, including: 
4760
4761                        
4762                           translation
4763                           syntactic transformation
4764                           semantic mapping
4765                           redaction
4766                           masking
4767                           pseudonymization
4768                           anonymization
4769         */
4770        SECALTINTOBS, 
4771        /**
4772         * Type of security metadata observation made about the data integrity of an IT resource (data, information object, service, or system capability), which indicates the security mechanism used to preserve resource accuracy and consistency.  Data integrity is defined by ISO 22600-23.3.21 as: "The property that data has not been altered or destroyed in an unauthorized manner", and by ISO/IEC 2382-8:  The property of data whose accuracy and consistency are preserved regardless of changes made."
4773
4774                        
4775                           Examples: Types of security data integrity observation metadata, which may value the observation, include cryptographic hash function and digital signature.
4776         */
4777        SECDATINTOBS, 
4778        /**
4779         * Type of security metadata observation made about the integrity confidence of an IT resource (data, information object, service, or system capability), which may be used to make access control decisions.
4780
4781                        
4782                           Examples: Types of security integrity confidence observation metadata, which may value the observation, include highly reliable, uncertain reliability, and not reliable.
4783
4784                        
4785                           Usage Note: A security integrity confidence observation on an Act may indicate that a valued Act.uncertaintycode attribute has been overridden by the entity responsible for ascribing the SecurityIntegrityConfidenceObservationValue.  This supports the business requirements for increasing or decreasing the assessment of the reliability or trustworthiness of an IT resource based on parameters beyond the original assignment of an Act statement level of uncertainty.
4786         */
4787        SECINTCONOBS, 
4788        /**
4789         * Type of security metadata observation made about the provenance integrity of an IT resource (data, information object, service, or system capability), which indicates the lifecycle completeness of an IT resource in terms of workflow status such as its creation, modification, suspension, and deletion; locations in which the resource has been collected or archived, from which it may be retrieved, and the history of its distribution and disclosure.  Integrity provenance metadata about an IT resource may be used to assess its veracity, reliability, and trustworthiness.
4790
4791                        
4792                           Examples: Types of security integrity provenance observation metadata, which may value the observation about an IT resource, include: 
4793
4794                        
4795                           completeness or workflow status, such as authentication
4796                           the entity responsible for original authoring or informing about an IT resource
4797                           the entity responsible for a report or assertion about an IT resource relayed “second-hand�
4798                           the entity responsible for excerpting, transforming, or compiling an IT resource
4799         */
4800        SECINTPRVOBS, 
4801        /**
4802         * Type of security metadata observation made about the integrity provenance of an IT resource (data, information object, service, or system capability), which indicates the entity that made assertions about the resource.  The asserting entity may not be the original informant about the resource.
4803
4804                        
4805                           Examples: Types of security integrity provenance asserted by observation metadata, which may value the observation, including: 
4806
4807                        
4808                           assertions about an IT resource by a patient
4809                           assertions about an IT resource by a clinician
4810                           assertions about an IT resource by a device
4811         */
4812        SECINTPRVABOBS, 
4813        /**
4814         * Type of security metadata observation made about the integrity provenance of an IT resource (data, information object, service, or system capability), which indicates the entity that reported the existence of the resource.  The reporting entity may not be the original author of the resource.
4815
4816                        
4817                           Examples: Types of security integrity provenance reported by observation metadata, which may value the observation, include: 
4818
4819                        
4820                           reports about an IT resource by a patient
4821                           reports about an IT resource by a clinician
4822                           reports about an IT resource by a device
4823         */
4824        SECINTPRVRBOBS, 
4825        /**
4826         * Type of security metadata observation made about the integrity status of an IT resource (data, information object, service, or system capability), which may be used to make access control decisions.  Indicates the completeness of an IT resource in terms of workflow status, which may impact users that are authorized to access and use the resource.
4827
4828                        
4829                           Examples: Types of security integrity status observation metadata, which may value the observation, include codes from the HL7 DocumentCompletion code system such as legally authenticated, in progress, and incomplete.
4830         */
4831        SECINTSTOBS, 
4832        /**
4833         * An observation identifying trust metadata about an IT resource (data, information object, service, or system capability), which may be used as a trust attribute to populate a computable trust policy, trust credential, trust assertion, or trust label field in a security label or trust policy, which are principally used for authentication, authorization, and access control decisions.
4834         */
4835        SECTRSTOBS, 
4836        /**
4837         * Type of security metadata observation made about the formal declaration by an authority or neutral third party that validates the technical, security, trust, and business practice conformance of Trust Agents to facilitate security, interoperability, and trust among participants within a security domain or trust framework.
4838         */
4839        TRSTACCRDOBS, 
4840        /**
4841         * Type of security metadata observation made about privacy and security requirements with which a security domain must comply. [ISO IEC 10181-1]
4842         */
4843        TRSTAGREOBS, 
4844        /**
4845         * Type of security metadata observation made about a set of security-relevant data issued by a security authority or trusted third party, together with security information which is used to provide the integrity and data origin authentication services for an IT resource (data, information object, service, or system capability). [Based on ISO IEC 10181-1]
4846
4847                        
4848                           For example,
4849                        
4850
4851                        
4852                           A Certificate Policy (CP), which is a named set of rules that indicates the applicability of a certificate to a particular community and/or class of application with common security requirements. For example, a particular Certificate Policy might indicate the applicability of a type of certificate to the authentication of electronic data interchange transactions for the trading of goods within a given price range. [Trust Service Principles and Criteria for Certification Authorities Version 2.0 March 2011 Copyright 2011 by Canadian Institute of Chartered Accountants.
4853                           A Certificate Practice Statement (CSP), which is a statement of the practices which an Authority employs in issuing and managing certificates. [Trust Service Principles and Criteria for Certification Authorities Version 2.0 March 2011 Copyright 2011 by Canadian Institute of Chartered Accountants.]
4854         */
4855        TRSTCERTOBS, 
4856        /**
4857         * Type of security metadata observation made about a complete set of contracts, regulations or commitments that enable participating actors to rely on certain assertions by other actors to fulfill their information security requirements. [Kantara Initiative]
4858         */
4859        TRSTFWKOBS, 
4860        /**
4861         * Type of security metadata observation made about the digital quality or reliability of a trust assertion, activity, capability, information exchange, mechanism, process, or protocol.
4862         */
4863        TRSTLOAOBS, 
4864        /**
4865         * Type of security metadata observation made about a security architecture system component that supports enforcement of security policies.
4866         */
4867        TRSTMECOBS, 
4868        /**
4869         * Definition: A government health program that provides coverage on a fee for service basis for health services to persons meeting eligibility criteria such as income, location of residence, access to other coverages, health condition, and age, the cost of which is to some extent subsidized by public funds.
4870
4871                        
4872                           Discussion: The structure and business processes for underwriting and administering a subsidized fee for service program is further specified by the Underwriter and Payer Role.class and Role.code.
4873         */
4874        SUBSIDFFS, 
4875        /**
4876         * Definition: Government mandated program providing coverage, disability income, and vocational rehabilitation for injuries sustained in the work place or in the course of employment.  Employers may either self-fund the program, purchase commercial coverage, or pay a premium to a government entity that administers the program.  Employees may be required to pay premiums toward the cost of coverage as well.
4877         */
4878        WRKCOMP, 
4879        /**
4880         * An identifying code for healthcare interventions/procedures.
4881         */
4882        _ACTPROCEDURECODE, 
4883        /**
4884         * Definition: An identifying code for billable services, as opposed to codes for similar services used to identify them for functional purposes.
4885         */
4886        _ACTBILLABLESERVICECODE, 
4887        /**
4888         * Domain provides the root for HL7-defined detailed or rich codes for the Act classes.
4889         */
4890        _HL7DEFINEDACTCODES, 
4891        /**
4892         * null
4893         */
4894        COPAY, 
4895        /**
4896         * null
4897         */
4898        DEDUCT, 
4899        /**
4900         * null
4901         */
4902        DOSEIND, 
4903        /**
4904         * null
4905         */
4906        PRA, 
4907        /**
4908         * The act of putting something away for safe keeping. The "something" may be physical object such as a specimen, or information, such as observations regarding a specimen.
4909         */
4910        STORE, 
4911        /**
4912         * added to help the parsers
4913         */
4914        NULL;
4915        public static V3ActCode fromCode(String codeString) throws Exception {
4916            if (codeString == null || "".equals(codeString))
4917                return null;
4918        if ("_ActAccountCode".equals(codeString))
4919          return _ACTACCOUNTCODE;
4920        if ("ACCTRECEIVABLE".equals(codeString))
4921          return ACCTRECEIVABLE;
4922        if ("CASH".equals(codeString))
4923          return CASH;
4924        if ("CC".equals(codeString))
4925          return CC;
4926        if ("AE".equals(codeString))
4927          return AE;
4928        if ("DN".equals(codeString))
4929          return DN;
4930        if ("DV".equals(codeString))
4931          return DV;
4932        if ("MC".equals(codeString))
4933          return MC;
4934        if ("V".equals(codeString))
4935          return V;
4936        if ("PBILLACCT".equals(codeString))
4937          return PBILLACCT;
4938        if ("_ActAdjudicationCode".equals(codeString))
4939          return _ACTADJUDICATIONCODE;
4940        if ("_ActAdjudicationGroupCode".equals(codeString))
4941          return _ACTADJUDICATIONGROUPCODE;
4942        if ("CONT".equals(codeString))
4943          return CONT;
4944        if ("DAY".equals(codeString))
4945          return DAY;
4946        if ("LOC".equals(codeString))
4947          return LOC;
4948        if ("MONTH".equals(codeString))
4949          return MONTH;
4950        if ("PERIOD".equals(codeString))
4951          return PERIOD;
4952        if ("PROV".equals(codeString))
4953          return PROV;
4954        if ("WEEK".equals(codeString))
4955          return WEEK;
4956        if ("YEAR".equals(codeString))
4957          return YEAR;
4958        if ("AA".equals(codeString))
4959          return AA;
4960        if ("ANF".equals(codeString))
4961          return ANF;
4962        if ("AR".equals(codeString))
4963          return AR;
4964        if ("AS".equals(codeString))
4965          return AS;
4966        if ("_ActAdjudicationResultActionCode".equals(codeString))
4967          return _ACTADJUDICATIONRESULTACTIONCODE;
4968        if ("DISPLAY".equals(codeString))
4969          return DISPLAY;
4970        if ("FORM".equals(codeString))
4971          return FORM;
4972        if ("_ActBillableModifierCode".equals(codeString))
4973          return _ACTBILLABLEMODIFIERCODE;
4974        if ("CPTM".equals(codeString))
4975          return CPTM;
4976        if ("HCPCSA".equals(codeString))
4977          return HCPCSA;
4978        if ("_ActBillingArrangementCode".equals(codeString))
4979          return _ACTBILLINGARRANGEMENTCODE;
4980        if ("BLK".equals(codeString))
4981          return BLK;
4982        if ("CAP".equals(codeString))
4983          return CAP;
4984        if ("CONTF".equals(codeString))
4985          return CONTF;
4986        if ("FINBILL".equals(codeString))
4987          return FINBILL;
4988        if ("ROST".equals(codeString))
4989          return ROST;
4990        if ("SESS".equals(codeString))
4991          return SESS;
4992        if ("FFS".equals(codeString))
4993          return FFS;
4994        if ("FFPS".equals(codeString))
4995          return FFPS;
4996        if ("FFCS".equals(codeString))
4997          return FFCS;
4998        if ("TFS".equals(codeString))
4999          return TFS;
5000        if ("_ActBoundedROICode".equals(codeString))
5001          return _ACTBOUNDEDROICODE;
5002        if ("ROIFS".equals(codeString))
5003          return ROIFS;
5004        if ("ROIPS".equals(codeString))
5005          return ROIPS;
5006        if ("_ActCareProvisionCode".equals(codeString))
5007          return _ACTCAREPROVISIONCODE;
5008        if ("_ActCredentialedCareCode".equals(codeString))
5009          return _ACTCREDENTIALEDCARECODE;
5010        if ("_ActCredentialedCareProvisionPersonCode".equals(codeString))
5011          return _ACTCREDENTIALEDCAREPROVISIONPERSONCODE;
5012        if ("CACC".equals(codeString))
5013          return CACC;
5014        if ("CAIC".equals(codeString))
5015          return CAIC;
5016        if ("CAMC".equals(codeString))
5017          return CAMC;
5018        if ("CANC".equals(codeString))
5019          return CANC;
5020        if ("CAPC".equals(codeString))
5021          return CAPC;
5022        if ("CBGC".equals(codeString))
5023          return CBGC;
5024        if ("CCCC".equals(codeString))
5025          return CCCC;
5026        if ("CCGC".equals(codeString))
5027          return CCGC;
5028        if ("CCPC".equals(codeString))
5029          return CCPC;
5030        if ("CCSC".equals(codeString))
5031          return CCSC;
5032        if ("CDEC".equals(codeString))
5033          return CDEC;
5034        if ("CDRC".equals(codeString))
5035          return CDRC;
5036        if ("CEMC".equals(codeString))
5037          return CEMC;
5038        if ("CFPC".equals(codeString))
5039          return CFPC;
5040        if ("CIMC".equals(codeString))
5041          return CIMC;
5042        if ("CMGC".equals(codeString))
5043          return CMGC;
5044        if ("CNEC".equals(codeString))
5045          return CNEC;
5046        if ("CNMC".equals(codeString))
5047          return CNMC;
5048        if ("CNQC".equals(codeString))
5049          return CNQC;
5050        if ("CNSC".equals(codeString))
5051          return CNSC;
5052        if ("COGC".equals(codeString))
5053          return COGC;
5054        if ("COMC".equals(codeString))
5055          return COMC;
5056        if ("COPC".equals(codeString))
5057          return COPC;
5058        if ("COSC".equals(codeString))
5059          return COSC;
5060        if ("COTC".equals(codeString))
5061          return COTC;
5062        if ("CPEC".equals(codeString))
5063          return CPEC;
5064        if ("CPGC".equals(codeString))
5065          return CPGC;
5066        if ("CPHC".equals(codeString))
5067          return CPHC;
5068        if ("CPRC".equals(codeString))
5069          return CPRC;
5070        if ("CPSC".equals(codeString))
5071          return CPSC;
5072        if ("CPYC".equals(codeString))
5073          return CPYC;
5074        if ("CROC".equals(codeString))
5075          return CROC;
5076        if ("CRPC".equals(codeString))
5077          return CRPC;
5078        if ("CSUC".equals(codeString))
5079          return CSUC;
5080        if ("CTSC".equals(codeString))
5081          return CTSC;
5082        if ("CURC".equals(codeString))
5083          return CURC;
5084        if ("CVSC".equals(codeString))
5085          return CVSC;
5086        if ("LGPC".equals(codeString))
5087          return LGPC;
5088        if ("_ActCredentialedCareProvisionProgramCode".equals(codeString))
5089          return _ACTCREDENTIALEDCAREPROVISIONPROGRAMCODE;
5090        if ("AALC".equals(codeString))
5091          return AALC;
5092        if ("AAMC".equals(codeString))
5093          return AAMC;
5094        if ("ABHC".equals(codeString))
5095          return ABHC;
5096        if ("ACAC".equals(codeString))
5097          return ACAC;
5098        if ("ACHC".equals(codeString))
5099          return ACHC;
5100        if ("AHOC".equals(codeString))
5101          return AHOC;
5102        if ("ALTC".equals(codeString))
5103          return ALTC;
5104        if ("AOSC".equals(codeString))
5105          return AOSC;
5106        if ("CACS".equals(codeString))
5107          return CACS;
5108        if ("CAMI".equals(codeString))
5109          return CAMI;
5110        if ("CAST".equals(codeString))
5111          return CAST;
5112        if ("CBAR".equals(codeString))
5113          return CBAR;
5114        if ("CCAD".equals(codeString))
5115          return CCAD;
5116        if ("CCAR".equals(codeString))
5117          return CCAR;
5118        if ("CDEP".equals(codeString))
5119          return CDEP;
5120        if ("CDGD".equals(codeString))
5121          return CDGD;
5122        if ("CDIA".equals(codeString))
5123          return CDIA;
5124        if ("CEPI".equals(codeString))
5125          return CEPI;
5126        if ("CFEL".equals(codeString))
5127          return CFEL;
5128        if ("CHFC".equals(codeString))
5129          return CHFC;
5130        if ("CHRO".equals(codeString))
5131          return CHRO;
5132        if ("CHYP".equals(codeString))
5133          return CHYP;
5134        if ("CMIH".equals(codeString))
5135          return CMIH;
5136        if ("CMSC".equals(codeString))
5137          return CMSC;
5138        if ("COJR".equals(codeString))
5139          return COJR;
5140        if ("CONC".equals(codeString))
5141          return CONC;
5142        if ("COPD".equals(codeString))
5143          return COPD;
5144        if ("CORT".equals(codeString))
5145          return CORT;
5146        if ("CPAD".equals(codeString))
5147          return CPAD;
5148        if ("CPND".equals(codeString))
5149          return CPND;
5150        if ("CPST".equals(codeString))
5151          return CPST;
5152        if ("CSDM".equals(codeString))
5153          return CSDM;
5154        if ("CSIC".equals(codeString))
5155          return CSIC;
5156        if ("CSLD".equals(codeString))
5157          return CSLD;
5158        if ("CSPT".equals(codeString))
5159          return CSPT;
5160        if ("CTBU".equals(codeString))
5161          return CTBU;
5162        if ("CVDC".equals(codeString))
5163          return CVDC;
5164        if ("CWMA".equals(codeString))
5165          return CWMA;
5166        if ("CWOH".equals(codeString))
5167          return CWOH;
5168        if ("_ActEncounterCode".equals(codeString))
5169          return _ACTENCOUNTERCODE;
5170        if ("AMB".equals(codeString))
5171          return AMB;
5172        if ("EMER".equals(codeString))
5173          return EMER;
5174        if ("FLD".equals(codeString))
5175          return FLD;
5176        if ("HH".equals(codeString))
5177          return HH;
5178        if ("IMP".equals(codeString))
5179          return IMP;
5180        if ("ACUTE".equals(codeString))
5181          return ACUTE;
5182        if ("NONAC".equals(codeString))
5183          return NONAC;
5184        if ("PRENC".equals(codeString))
5185          return PRENC;
5186        if ("SS".equals(codeString))
5187          return SS;
5188        if ("VR".equals(codeString))
5189          return VR;
5190        if ("_ActMedicalServiceCode".equals(codeString))
5191          return _ACTMEDICALSERVICECODE;
5192        if ("ALC".equals(codeString))
5193          return ALC;
5194        if ("CARD".equals(codeString))
5195          return CARD;
5196        if ("CHR".equals(codeString))
5197          return CHR;
5198        if ("DNTL".equals(codeString))
5199          return DNTL;
5200        if ("DRGRHB".equals(codeString))
5201          return DRGRHB;
5202        if ("GENRL".equals(codeString))
5203          return GENRL;
5204        if ("MED".equals(codeString))
5205          return MED;
5206        if ("OBS".equals(codeString))
5207          return OBS;
5208        if ("ONC".equals(codeString))
5209          return ONC;
5210        if ("PALL".equals(codeString))
5211          return PALL;
5212        if ("PED".equals(codeString))
5213          return PED;
5214        if ("PHAR".equals(codeString))
5215          return PHAR;
5216        if ("PHYRHB".equals(codeString))
5217          return PHYRHB;
5218        if ("PSYCH".equals(codeString))
5219          return PSYCH;
5220        if ("SURG".equals(codeString))
5221          return SURG;
5222        if ("_ActClaimAttachmentCategoryCode".equals(codeString))
5223          return _ACTCLAIMATTACHMENTCATEGORYCODE;
5224        if ("AUTOATTCH".equals(codeString))
5225          return AUTOATTCH;
5226        if ("DOCUMENT".equals(codeString))
5227          return DOCUMENT;
5228        if ("HEALTHREC".equals(codeString))
5229          return HEALTHREC;
5230        if ("IMG".equals(codeString))
5231          return IMG;
5232        if ("LABRESULTS".equals(codeString))
5233          return LABRESULTS;
5234        if ("MODEL".equals(codeString))
5235          return MODEL;
5236        if ("WIATTCH".equals(codeString))
5237          return WIATTCH;
5238        if ("XRAY".equals(codeString))
5239          return XRAY;
5240        if ("_ActConsentType".equals(codeString))
5241          return _ACTCONSENTTYPE;
5242        if ("ICOL".equals(codeString))
5243          return ICOL;
5244        if ("IDSCL".equals(codeString))
5245          return IDSCL;
5246        if ("INFA".equals(codeString))
5247          return INFA;
5248        if ("INFAO".equals(codeString))
5249          return INFAO;
5250        if ("INFASO".equals(codeString))
5251          return INFASO;
5252        if ("IRDSCL".equals(codeString))
5253          return IRDSCL;
5254        if ("RESEARCH".equals(codeString))
5255          return RESEARCH;
5256        if ("RSDID".equals(codeString))
5257          return RSDID;
5258        if ("RSREID".equals(codeString))
5259          return RSREID;
5260        if ("_ActContainerRegistrationCode".equals(codeString))
5261          return _ACTCONTAINERREGISTRATIONCODE;
5262        if ("ID".equals(codeString))
5263          return ID;
5264        if ("IP".equals(codeString))
5265          return IP;
5266        if ("L".equals(codeString))
5267          return L;
5268        if ("M".equals(codeString))
5269          return M;
5270        if ("O".equals(codeString))
5271          return O;
5272        if ("R".equals(codeString))
5273          return R;
5274        if ("X".equals(codeString))
5275          return X;
5276        if ("_ActControlVariable".equals(codeString))
5277          return _ACTCONTROLVARIABLE;
5278        if ("AUTO".equals(codeString))
5279          return AUTO;
5280        if ("ENDC".equals(codeString))
5281          return ENDC;
5282        if ("REFLEX".equals(codeString))
5283          return REFLEX;
5284        if ("_ActCoverageConfirmationCode".equals(codeString))
5285          return _ACTCOVERAGECONFIRMATIONCODE;
5286        if ("_ActCoverageAuthorizationConfirmationCode".equals(codeString))
5287          return _ACTCOVERAGEAUTHORIZATIONCONFIRMATIONCODE;
5288        if ("AUTH".equals(codeString))
5289          return AUTH;
5290        if ("NAUTH".equals(codeString))
5291          return NAUTH;
5292        if ("_ActCoverageEligibilityConfirmationCode".equals(codeString))
5293          return _ACTCOVERAGEELIGIBILITYCONFIRMATIONCODE;
5294        if ("ELG".equals(codeString))
5295          return ELG;
5296        if ("NELG".equals(codeString))
5297          return NELG;
5298        if ("_ActCoverageLimitCode".equals(codeString))
5299          return _ACTCOVERAGELIMITCODE;
5300        if ("_ActCoverageQuantityLimitCode".equals(codeString))
5301          return _ACTCOVERAGEQUANTITYLIMITCODE;
5302        if ("COVPRD".equals(codeString))
5303          return COVPRD;
5304        if ("LFEMX".equals(codeString))
5305          return LFEMX;
5306        if ("NETAMT".equals(codeString))
5307          return NETAMT;
5308        if ("PRDMX".equals(codeString))
5309          return PRDMX;
5310        if ("UNITPRICE".equals(codeString))
5311          return UNITPRICE;
5312        if ("UNITQTY".equals(codeString))
5313          return UNITQTY;
5314        if ("COVMX".equals(codeString))
5315          return COVMX;
5316        if ("_ActCoveredPartyLimitCode".equals(codeString))
5317          return _ACTCOVEREDPARTYLIMITCODE;
5318        if ("_ActCoverageTypeCode".equals(codeString))
5319          return _ACTCOVERAGETYPECODE;
5320        if ("_ActInsurancePolicyCode".equals(codeString))
5321          return _ACTINSURANCEPOLICYCODE;
5322        if ("EHCPOL".equals(codeString))
5323          return EHCPOL;
5324        if ("HSAPOL".equals(codeString))
5325          return HSAPOL;
5326        if ("AUTOPOL".equals(codeString))
5327          return AUTOPOL;
5328        if ("COL".equals(codeString))
5329          return COL;
5330        if ("UNINSMOT".equals(codeString))
5331          return UNINSMOT;
5332        if ("PUBLICPOL".equals(codeString))
5333          return PUBLICPOL;
5334        if ("DENTPRG".equals(codeString))
5335          return DENTPRG;
5336        if ("DISEASEPRG".equals(codeString))
5337          return DISEASEPRG;
5338        if ("CANPRG".equals(codeString))
5339          return CANPRG;
5340        if ("ENDRENAL".equals(codeString))
5341          return ENDRENAL;
5342        if ("HIVAIDS".equals(codeString))
5343          return HIVAIDS;
5344        if ("MANDPOL".equals(codeString))
5345          return MANDPOL;
5346        if ("MENTPRG".equals(codeString))
5347          return MENTPRG;
5348        if ("SAFNET".equals(codeString))
5349          return SAFNET;
5350        if ("SUBPRG".equals(codeString))
5351          return SUBPRG;
5352        if ("SUBSIDIZ".equals(codeString))
5353          return SUBSIDIZ;
5354        if ("SUBSIDMC".equals(codeString))
5355          return SUBSIDMC;
5356        if ("SUBSUPP".equals(codeString))
5357          return SUBSUPP;
5358        if ("WCBPOL".equals(codeString))
5359          return WCBPOL;
5360        if ("_ActInsuranceTypeCode".equals(codeString))
5361          return _ACTINSURANCETYPECODE;
5362        if ("_ActHealthInsuranceTypeCode".equals(codeString))
5363          return _ACTHEALTHINSURANCETYPECODE;
5364        if ("DENTAL".equals(codeString))
5365          return DENTAL;
5366        if ("DISEASE".equals(codeString))
5367          return DISEASE;
5368        if ("DRUGPOL".equals(codeString))
5369          return DRUGPOL;
5370        if ("HIP".equals(codeString))
5371          return HIP;
5372        if ("LTC".equals(codeString))
5373          return LTC;
5374        if ("MCPOL".equals(codeString))
5375          return MCPOL;
5376        if ("POS".equals(codeString))
5377          return POS;
5378        if ("HMO".equals(codeString))
5379          return HMO;
5380        if ("PPO".equals(codeString))
5381          return PPO;
5382        if ("MENTPOL".equals(codeString))
5383          return MENTPOL;
5384        if ("SUBPOL".equals(codeString))
5385          return SUBPOL;
5386        if ("VISPOL".equals(codeString))
5387          return VISPOL;
5388        if ("DIS".equals(codeString))
5389          return DIS;
5390        if ("EWB".equals(codeString))
5391          return EWB;
5392        if ("FLEXP".equals(codeString))
5393          return FLEXP;
5394        if ("LIFE".equals(codeString))
5395          return LIFE;
5396        if ("ANNU".equals(codeString))
5397          return ANNU;
5398        if ("TLIFE".equals(codeString))
5399          return TLIFE;
5400        if ("ULIFE".equals(codeString))
5401          return ULIFE;
5402        if ("PNC".equals(codeString))
5403          return PNC;
5404        if ("REI".equals(codeString))
5405          return REI;
5406        if ("SURPL".equals(codeString))
5407          return SURPL;
5408        if ("UMBRL".equals(codeString))
5409          return UMBRL;
5410        if ("_ActProgramTypeCode".equals(codeString))
5411          return _ACTPROGRAMTYPECODE;
5412        if ("CHAR".equals(codeString))
5413          return CHAR;
5414        if ("CRIME".equals(codeString))
5415          return CRIME;
5416        if ("EAP".equals(codeString))
5417          return EAP;
5418        if ("GOVEMP".equals(codeString))
5419          return GOVEMP;
5420        if ("HIRISK".equals(codeString))
5421          return HIRISK;
5422        if ("IND".equals(codeString))
5423          return IND;
5424        if ("MILITARY".equals(codeString))
5425          return MILITARY;
5426        if ("RETIRE".equals(codeString))
5427          return RETIRE;
5428        if ("SOCIAL".equals(codeString))
5429          return SOCIAL;
5430        if ("VET".equals(codeString))
5431          return VET;
5432        if ("_ActDetectedIssueManagementCode".equals(codeString))
5433          return _ACTDETECTEDISSUEMANAGEMENTCODE;
5434        if ("_ActAdministrativeDetectedIssueManagementCode".equals(codeString))
5435          return _ACTADMINISTRATIVEDETECTEDISSUEMANAGEMENTCODE;
5436        if ("_AuthorizationIssueManagementCode".equals(codeString))
5437          return _AUTHORIZATIONISSUEMANAGEMENTCODE;
5438        if ("EMAUTH".equals(codeString))
5439          return EMAUTH;
5440        if ("21".equals(codeString))
5441          return _21;
5442        if ("1".equals(codeString))
5443          return _1;
5444        if ("19".equals(codeString))
5445          return _19;
5446        if ("2".equals(codeString))
5447          return _2;
5448        if ("22".equals(codeString))
5449          return _22;
5450        if ("23".equals(codeString))
5451          return _23;
5452        if ("3".equals(codeString))
5453          return _3;
5454        if ("4".equals(codeString))
5455          return _4;
5456        if ("5".equals(codeString))
5457          return _5;
5458        if ("6".equals(codeString))
5459          return _6;
5460        if ("7".equals(codeString))
5461          return _7;
5462        if ("14".equals(codeString))
5463          return _14;
5464        if ("15".equals(codeString))
5465          return _15;
5466        if ("16".equals(codeString))
5467          return _16;
5468        if ("17".equals(codeString))
5469          return _17;
5470        if ("18".equals(codeString))
5471          return _18;
5472        if ("20".equals(codeString))
5473          return _20;
5474        if ("8".equals(codeString))
5475          return _8;
5476        if ("10".equals(codeString))
5477          return _10;
5478        if ("11".equals(codeString))
5479          return _11;
5480        if ("12".equals(codeString))
5481          return _12;
5482        if ("13".equals(codeString))
5483          return _13;
5484        if ("9".equals(codeString))
5485          return _9;
5486        if ("_ActExposureCode".equals(codeString))
5487          return _ACTEXPOSURECODE;
5488        if ("CHLDCARE".equals(codeString))
5489          return CHLDCARE;
5490        if ("CONVEYNC".equals(codeString))
5491          return CONVEYNC;
5492        if ("HLTHCARE".equals(codeString))
5493          return HLTHCARE;
5494        if ("HOMECARE".equals(codeString))
5495          return HOMECARE;
5496        if ("HOSPPTNT".equals(codeString))
5497          return HOSPPTNT;
5498        if ("HOSPVSTR".equals(codeString))
5499          return HOSPVSTR;
5500        if ("HOUSEHLD".equals(codeString))
5501          return HOUSEHLD;
5502        if ("INMATE".equals(codeString))
5503          return INMATE;
5504        if ("INTIMATE".equals(codeString))
5505          return INTIMATE;
5506        if ("LTRMCARE".equals(codeString))
5507          return LTRMCARE;
5508        if ("PLACE".equals(codeString))
5509          return PLACE;
5510        if ("PTNTCARE".equals(codeString))
5511          return PTNTCARE;
5512        if ("SCHOOL2".equals(codeString))
5513          return SCHOOL2;
5514        if ("SOCIAL2".equals(codeString))
5515          return SOCIAL2;
5516        if ("SUBSTNCE".equals(codeString))
5517          return SUBSTNCE;
5518        if ("TRAVINT".equals(codeString))
5519          return TRAVINT;
5520        if ("WORK2".equals(codeString))
5521          return WORK2;
5522        if ("_ActFinancialTransactionCode".equals(codeString))
5523          return _ACTFINANCIALTRANSACTIONCODE;
5524        if ("CHRG".equals(codeString))
5525          return CHRG;
5526        if ("REV".equals(codeString))
5527          return REV;
5528        if ("_ActIncidentCode".equals(codeString))
5529          return _ACTINCIDENTCODE;
5530        if ("MVA".equals(codeString))
5531          return MVA;
5532        if ("SCHOOL".equals(codeString))
5533          return SCHOOL;
5534        if ("SPT".equals(codeString))
5535          return SPT;
5536        if ("WPA".equals(codeString))
5537          return WPA;
5538        if ("_ActInformationAccessCode".equals(codeString))
5539          return _ACTINFORMATIONACCESSCODE;
5540        if ("ACADR".equals(codeString))
5541          return ACADR;
5542        if ("ACALL".equals(codeString))
5543          return ACALL;
5544        if ("ACALLG".equals(codeString))
5545          return ACALLG;
5546        if ("ACCONS".equals(codeString))
5547          return ACCONS;
5548        if ("ACDEMO".equals(codeString))
5549          return ACDEMO;
5550        if ("ACDI".equals(codeString))
5551          return ACDI;
5552        if ("ACIMMUN".equals(codeString))
5553          return ACIMMUN;
5554        if ("ACLAB".equals(codeString))
5555          return ACLAB;
5556        if ("ACMED".equals(codeString))
5557          return ACMED;
5558        if ("ACMEDC".equals(codeString))
5559          return ACMEDC;
5560        if ("ACMEN".equals(codeString))
5561          return ACMEN;
5562        if ("ACOBS".equals(codeString))
5563          return ACOBS;
5564        if ("ACPOLPRG".equals(codeString))
5565          return ACPOLPRG;
5566        if ("ACPROV".equals(codeString))
5567          return ACPROV;
5568        if ("ACPSERV".equals(codeString))
5569          return ACPSERV;
5570        if ("ACSUBSTAB".equals(codeString))
5571          return ACSUBSTAB;
5572        if ("_ActInformationAccessContextCode".equals(codeString))
5573          return _ACTINFORMATIONACCESSCONTEXTCODE;
5574        if ("INFAUT".equals(codeString))
5575          return INFAUT;
5576        if ("INFCON".equals(codeString))
5577          return INFCON;
5578        if ("INFCRT".equals(codeString))
5579          return INFCRT;
5580        if ("INFDNG".equals(codeString))
5581          return INFDNG;
5582        if ("INFEMER".equals(codeString))
5583          return INFEMER;
5584        if ("INFPWR".equals(codeString))
5585          return INFPWR;
5586        if ("INFREG".equals(codeString))
5587          return INFREG;
5588        if ("_ActInformationCategoryCode".equals(codeString))
5589          return _ACTINFORMATIONCATEGORYCODE;
5590        if ("ALLCAT".equals(codeString))
5591          return ALLCAT;
5592        if ("ALLGCAT".equals(codeString))
5593          return ALLGCAT;
5594        if ("ARCAT".equals(codeString))
5595          return ARCAT;
5596        if ("COBSCAT".equals(codeString))
5597          return COBSCAT;
5598        if ("DEMOCAT".equals(codeString))
5599          return DEMOCAT;
5600        if ("DICAT".equals(codeString))
5601          return DICAT;
5602        if ("IMMUCAT".equals(codeString))
5603          return IMMUCAT;
5604        if ("LABCAT".equals(codeString))
5605          return LABCAT;
5606        if ("MEDCCAT".equals(codeString))
5607          return MEDCCAT;
5608        if ("MENCAT".equals(codeString))
5609          return MENCAT;
5610        if ("PSVCCAT".equals(codeString))
5611          return PSVCCAT;
5612        if ("RXCAT".equals(codeString))
5613          return RXCAT;
5614        if ("_ActInvoiceElementCode".equals(codeString))
5615          return _ACTINVOICEELEMENTCODE;
5616        if ("_ActInvoiceAdjudicationPaymentCode".equals(codeString))
5617          return _ACTINVOICEADJUDICATIONPAYMENTCODE;
5618        if ("_ActInvoiceAdjudicationPaymentGroupCode".equals(codeString))
5619          return _ACTINVOICEADJUDICATIONPAYMENTGROUPCODE;
5620        if ("ALEC".equals(codeString))
5621          return ALEC;
5622        if ("BONUS".equals(codeString))
5623          return BONUS;
5624        if ("CFWD".equals(codeString))
5625          return CFWD;
5626        if ("EDU".equals(codeString))
5627          return EDU;
5628        if ("EPYMT".equals(codeString))
5629          return EPYMT;
5630        if ("GARN".equals(codeString))
5631          return GARN;
5632        if ("INVOICE".equals(codeString))
5633          return INVOICE;
5634        if ("PINV".equals(codeString))
5635          return PINV;
5636        if ("PPRD".equals(codeString))
5637          return PPRD;
5638        if ("PROA".equals(codeString))
5639          return PROA;
5640        if ("RECOV".equals(codeString))
5641          return RECOV;
5642        if ("RETRO".equals(codeString))
5643          return RETRO;
5644        if ("TRAN".equals(codeString))
5645          return TRAN;
5646        if ("_ActInvoiceAdjudicationPaymentSummaryCode".equals(codeString))
5647          return _ACTINVOICEADJUDICATIONPAYMENTSUMMARYCODE;
5648        if ("INVTYPE".equals(codeString))
5649          return INVTYPE;
5650        if ("PAYEE".equals(codeString))
5651          return PAYEE;
5652        if ("PAYOR".equals(codeString))
5653          return PAYOR;
5654        if ("SENDAPP".equals(codeString))
5655          return SENDAPP;
5656        if ("_ActInvoiceDetailCode".equals(codeString))
5657          return _ACTINVOICEDETAILCODE;
5658        if ("_ActInvoiceDetailClinicalProductCode".equals(codeString))
5659          return _ACTINVOICEDETAILCLINICALPRODUCTCODE;
5660        if ("UNSPSC".equals(codeString))
5661          return UNSPSC;
5662        if ("_ActInvoiceDetailDrugProductCode".equals(codeString))
5663          return _ACTINVOICEDETAILDRUGPRODUCTCODE;
5664        if ("GTIN".equals(codeString))
5665          return GTIN;
5666        if ("UPC".equals(codeString))
5667          return UPC;
5668        if ("_ActInvoiceDetailGenericCode".equals(codeString))
5669          return _ACTINVOICEDETAILGENERICCODE;
5670        if ("_ActInvoiceDetailGenericAdjudicatorCode".equals(codeString))
5671          return _ACTINVOICEDETAILGENERICADJUDICATORCODE;
5672        if ("COIN".equals(codeString))
5673          return COIN;
5674        if ("COPAYMENT".equals(codeString))
5675          return COPAYMENT;
5676        if ("DEDUCTIBLE".equals(codeString))
5677          return DEDUCTIBLE;
5678        if ("PAY".equals(codeString))
5679          return PAY;
5680        if ("SPEND".equals(codeString))
5681          return SPEND;
5682        if ("COINS".equals(codeString))
5683          return COINS;
5684        if ("_ActInvoiceDetailGenericModifierCode".equals(codeString))
5685          return _ACTINVOICEDETAILGENERICMODIFIERCODE;
5686        if ("AFTHRS".equals(codeString))
5687          return AFTHRS;
5688        if ("ISOL".equals(codeString))
5689          return ISOL;
5690        if ("OOO".equals(codeString))
5691          return OOO;
5692        if ("_ActInvoiceDetailGenericProviderCode".equals(codeString))
5693          return _ACTINVOICEDETAILGENERICPROVIDERCODE;
5694        if ("CANCAPT".equals(codeString))
5695          return CANCAPT;
5696        if ("DSC".equals(codeString))
5697          return DSC;
5698        if ("ESA".equals(codeString))
5699          return ESA;
5700        if ("FFSTOP".equals(codeString))
5701          return FFSTOP;
5702        if ("FNLFEE".equals(codeString))
5703          return FNLFEE;
5704        if ("FRSTFEE".equals(codeString))
5705          return FRSTFEE;
5706        if ("MARKUP".equals(codeString))
5707          return MARKUP;
5708        if ("MISSAPT".equals(codeString))
5709          return MISSAPT;
5710        if ("PERFEE".equals(codeString))
5711          return PERFEE;
5712        if ("PERMBNS".equals(codeString))
5713          return PERMBNS;
5714        if ("RESTOCK".equals(codeString))
5715          return RESTOCK;
5716        if ("TRAVEL".equals(codeString))
5717          return TRAVEL;
5718        if ("URGENT".equals(codeString))
5719          return URGENT;
5720        if ("_ActInvoiceDetailTaxCode".equals(codeString))
5721          return _ACTINVOICEDETAILTAXCODE;
5722        if ("FST".equals(codeString))
5723          return FST;
5724        if ("HST".equals(codeString))
5725          return HST;
5726        if ("PST".equals(codeString))
5727          return PST;
5728        if ("_ActInvoiceDetailPreferredAccommodationCode".equals(codeString))
5729          return _ACTINVOICEDETAILPREFERREDACCOMMODATIONCODE;
5730        if ("_ActEncounterAccommodationCode".equals(codeString))
5731          return _ACTENCOUNTERACCOMMODATIONCODE;
5732        if ("_HL7AccommodationCode".equals(codeString))
5733          return _HL7ACCOMMODATIONCODE;
5734        if ("I".equals(codeString))
5735          return I;
5736        if ("P".equals(codeString))
5737          return P;
5738        if ("S".equals(codeString))
5739          return S;
5740        if ("SP".equals(codeString))
5741          return SP;
5742        if ("W".equals(codeString))
5743          return W;
5744        if ("_ActInvoiceDetailClinicalServiceCode".equals(codeString))
5745          return _ACTINVOICEDETAILCLINICALSERVICECODE;
5746        if ("_ActInvoiceGroupCode".equals(codeString))
5747          return _ACTINVOICEGROUPCODE;
5748        if ("_ActInvoiceInterGroupCode".equals(codeString))
5749          return _ACTINVOICEINTERGROUPCODE;
5750        if ("CPNDDRGING".equals(codeString))
5751          return CPNDDRGING;
5752        if ("CPNDINDING".equals(codeString))
5753          return CPNDINDING;
5754        if ("CPNDSUPING".equals(codeString))
5755          return CPNDSUPING;
5756        if ("DRUGING".equals(codeString))
5757          return DRUGING;
5758        if ("FRAMEING".equals(codeString))
5759          return FRAMEING;
5760        if ("LENSING".equals(codeString))
5761          return LENSING;
5762        if ("PRDING".equals(codeString))
5763          return PRDING;
5764        if ("_ActInvoiceRootGroupCode".equals(codeString))
5765          return _ACTINVOICEROOTGROUPCODE;
5766        if ("CPINV".equals(codeString))
5767          return CPINV;
5768        if ("CSINV".equals(codeString))
5769          return CSINV;
5770        if ("CSPINV".equals(codeString))
5771          return CSPINV;
5772        if ("FININV".equals(codeString))
5773          return FININV;
5774        if ("OHSINV".equals(codeString))
5775          return OHSINV;
5776        if ("PAINV".equals(codeString))
5777          return PAINV;
5778        if ("RXCINV".equals(codeString))
5779          return RXCINV;
5780        if ("RXDINV".equals(codeString))
5781          return RXDINV;
5782        if ("SBFINV".equals(codeString))
5783          return SBFINV;
5784        if ("VRXINV".equals(codeString))
5785          return VRXINV;
5786        if ("_ActInvoiceElementSummaryCode".equals(codeString))
5787          return _ACTINVOICEELEMENTSUMMARYCODE;
5788        if ("_InvoiceElementAdjudicated".equals(codeString))
5789          return _INVOICEELEMENTADJUDICATED;
5790        if ("ADNFPPELAT".equals(codeString))
5791          return ADNFPPELAT;
5792        if ("ADNFPPELCT".equals(codeString))
5793          return ADNFPPELCT;
5794        if ("ADNFPPMNAT".equals(codeString))
5795          return ADNFPPMNAT;
5796        if ("ADNFPPMNCT".equals(codeString))
5797          return ADNFPPMNCT;
5798        if ("ADNFSPELAT".equals(codeString))
5799          return ADNFSPELAT;
5800        if ("ADNFSPELCT".equals(codeString))
5801          return ADNFSPELCT;
5802        if ("ADNFSPMNAT".equals(codeString))
5803          return ADNFSPMNAT;
5804        if ("ADNFSPMNCT".equals(codeString))
5805          return ADNFSPMNCT;
5806        if ("ADNPPPELAT".equals(codeString))
5807          return ADNPPPELAT;
5808        if ("ADNPPPELCT".equals(codeString))
5809          return ADNPPPELCT;
5810        if ("ADNPPPMNAT".equals(codeString))
5811          return ADNPPPMNAT;
5812        if ("ADNPPPMNCT".equals(codeString))
5813          return ADNPPPMNCT;
5814        if ("ADNPSPELAT".equals(codeString))
5815          return ADNPSPELAT;
5816        if ("ADNPSPELCT".equals(codeString))
5817          return ADNPSPELCT;
5818        if ("ADNPSPMNAT".equals(codeString))
5819          return ADNPSPMNAT;
5820        if ("ADNPSPMNCT".equals(codeString))
5821          return ADNPSPMNCT;
5822        if ("ADPPPPELAT".equals(codeString))
5823          return ADPPPPELAT;
5824        if ("ADPPPPELCT".equals(codeString))
5825          return ADPPPPELCT;
5826        if ("ADPPPPMNAT".equals(codeString))
5827          return ADPPPPMNAT;
5828        if ("ADPPPPMNCT".equals(codeString))
5829          return ADPPPPMNCT;
5830        if ("ADPPSPELAT".equals(codeString))
5831          return ADPPSPELAT;
5832        if ("ADPPSPELCT".equals(codeString))
5833          return ADPPSPELCT;
5834        if ("ADPPSPMNAT".equals(codeString))
5835          return ADPPSPMNAT;
5836        if ("ADPPSPMNCT".equals(codeString))
5837          return ADPPSPMNCT;
5838        if ("ADRFPPELAT".equals(codeString))
5839          return ADRFPPELAT;
5840        if ("ADRFPPELCT".equals(codeString))
5841          return ADRFPPELCT;
5842        if ("ADRFPPMNAT".equals(codeString))
5843          return ADRFPPMNAT;
5844        if ("ADRFPPMNCT".equals(codeString))
5845          return ADRFPPMNCT;
5846        if ("ADRFSPELAT".equals(codeString))
5847          return ADRFSPELAT;
5848        if ("ADRFSPELCT".equals(codeString))
5849          return ADRFSPELCT;
5850        if ("ADRFSPMNAT".equals(codeString))
5851          return ADRFSPMNAT;
5852        if ("ADRFSPMNCT".equals(codeString))
5853          return ADRFSPMNCT;
5854        if ("_InvoiceElementPaid".equals(codeString))
5855          return _INVOICEELEMENTPAID;
5856        if ("PDNFPPELAT".equals(codeString))
5857          return PDNFPPELAT;
5858        if ("PDNFPPELCT".equals(codeString))
5859          return PDNFPPELCT;
5860        if ("PDNFPPMNAT".equals(codeString))
5861          return PDNFPPMNAT;
5862        if ("PDNFPPMNCT".equals(codeString))
5863          return PDNFPPMNCT;
5864        if ("PDNFSPELAT".equals(codeString))
5865          return PDNFSPELAT;
5866        if ("PDNFSPELCT".equals(codeString))
5867          return PDNFSPELCT;
5868        if ("PDNFSPMNAT".equals(codeString))
5869          return PDNFSPMNAT;
5870        if ("PDNFSPMNCT".equals(codeString))
5871          return PDNFSPMNCT;
5872        if ("PDNPPPELAT".equals(codeString))
5873          return PDNPPPELAT;
5874        if ("PDNPPPELCT".equals(codeString))
5875          return PDNPPPELCT;
5876        if ("PDNPPPMNAT".equals(codeString))
5877          return PDNPPPMNAT;
5878        if ("PDNPPPMNCT".equals(codeString))
5879          return PDNPPPMNCT;
5880        if ("PDNPSPELAT".equals(codeString))
5881          return PDNPSPELAT;
5882        if ("PDNPSPELCT".equals(codeString))
5883          return PDNPSPELCT;
5884        if ("PDNPSPMNAT".equals(codeString))
5885          return PDNPSPMNAT;
5886        if ("PDNPSPMNCT".equals(codeString))
5887          return PDNPSPMNCT;
5888        if ("PDPPPPELAT".equals(codeString))
5889          return PDPPPPELAT;
5890        if ("PDPPPPELCT".equals(codeString))
5891          return PDPPPPELCT;
5892        if ("PDPPPPMNAT".equals(codeString))
5893          return PDPPPPMNAT;
5894        if ("PDPPPPMNCT".equals(codeString))
5895          return PDPPPPMNCT;
5896        if ("PDPPSPELAT".equals(codeString))
5897          return PDPPSPELAT;
5898        if ("PDPPSPELCT".equals(codeString))
5899          return PDPPSPELCT;
5900        if ("PDPPSPMNAT".equals(codeString))
5901          return PDPPSPMNAT;
5902        if ("PDPPSPMNCT".equals(codeString))
5903          return PDPPSPMNCT;
5904        if ("_InvoiceElementSubmitted".equals(codeString))
5905          return _INVOICEELEMENTSUBMITTED;
5906        if ("SBBLELAT".equals(codeString))
5907          return SBBLELAT;
5908        if ("SBBLELCT".equals(codeString))
5909          return SBBLELCT;
5910        if ("SBNFELAT".equals(codeString))
5911          return SBNFELAT;
5912        if ("SBNFELCT".equals(codeString))
5913          return SBNFELCT;
5914        if ("SBPDELAT".equals(codeString))
5915          return SBPDELAT;
5916        if ("SBPDELCT".equals(codeString))
5917          return SBPDELCT;
5918        if ("_ActInvoiceOverrideCode".equals(codeString))
5919          return _ACTINVOICEOVERRIDECODE;
5920        if ("COVGE".equals(codeString))
5921          return COVGE;
5922        if ("EFORM".equals(codeString))
5923          return EFORM;
5924        if ("FAX".equals(codeString))
5925          return FAX;
5926        if ("GFTH".equals(codeString))
5927          return GFTH;
5928        if ("LATE".equals(codeString))
5929          return LATE;
5930        if ("MANUAL".equals(codeString))
5931          return MANUAL;
5932        if ("OOJ".equals(codeString))
5933          return OOJ;
5934        if ("ORTHO".equals(codeString))
5935          return ORTHO;
5936        if ("PAPER".equals(codeString))
5937          return PAPER;
5938        if ("PIE".equals(codeString))
5939          return PIE;
5940        if ("PYRDELAY".equals(codeString))
5941          return PYRDELAY;
5942        if ("REFNR".equals(codeString))
5943          return REFNR;
5944        if ("REPSERV".equals(codeString))
5945          return REPSERV;
5946        if ("UNRELAT".equals(codeString))
5947          return UNRELAT;
5948        if ("VERBAUTH".equals(codeString))
5949          return VERBAUTH;
5950        if ("_ActListCode".equals(codeString))
5951          return _ACTLISTCODE;
5952        if ("_ActObservationList".equals(codeString))
5953          return _ACTOBSERVATIONLIST;
5954        if ("CARELIST".equals(codeString))
5955          return CARELIST;
5956        if ("CONDLIST".equals(codeString))
5957          return CONDLIST;
5958        if ("INTOLIST".equals(codeString))
5959          return INTOLIST;
5960        if ("PROBLIST".equals(codeString))
5961          return PROBLIST;
5962        if ("RISKLIST".equals(codeString))
5963          return RISKLIST;
5964        if ("GOALLIST".equals(codeString))
5965          return GOALLIST;
5966        if ("_ActTherapyDurationWorkingListCode".equals(codeString))
5967          return _ACTTHERAPYDURATIONWORKINGLISTCODE;
5968        if ("_ActMedicationTherapyDurationWorkingListCode".equals(codeString))
5969          return _ACTMEDICATIONTHERAPYDURATIONWORKINGLISTCODE;
5970        if ("ACU".equals(codeString))
5971          return ACU;
5972        if ("CHRON".equals(codeString))
5973          return CHRON;
5974        if ("ONET".equals(codeString))
5975          return ONET;
5976        if ("PRN".equals(codeString))
5977          return PRN;
5978        if ("MEDLIST".equals(codeString))
5979          return MEDLIST;
5980        if ("CURMEDLIST".equals(codeString))
5981          return CURMEDLIST;
5982        if ("DISCMEDLIST".equals(codeString))
5983          return DISCMEDLIST;
5984        if ("HISTMEDLIST".equals(codeString))
5985          return HISTMEDLIST;
5986        if ("_ActMonitoringProtocolCode".equals(codeString))
5987          return _ACTMONITORINGPROTOCOLCODE;
5988        if ("CTLSUB".equals(codeString))
5989          return CTLSUB;
5990        if ("INV".equals(codeString))
5991          return INV;
5992        if ("LU".equals(codeString))
5993          return LU;
5994        if ("OTC".equals(codeString))
5995          return OTC;
5996        if ("RX".equals(codeString))
5997          return RX;
5998        if ("SA".equals(codeString))
5999          return SA;
6000        if ("SAC".equals(codeString))
6001          return SAC;
6002        if ("_ActNonObservationIndicationCode".equals(codeString))
6003          return _ACTNONOBSERVATIONINDICATIONCODE;
6004        if ("IND01".equals(codeString))
6005          return IND01;
6006        if ("IND02".equals(codeString))
6007          return IND02;
6008        if ("IND03".equals(codeString))
6009          return IND03;
6010        if ("IND04".equals(codeString))
6011          return IND04;
6012        if ("IND05".equals(codeString))
6013          return IND05;
6014        if ("_ActObservationVerificationType".equals(codeString))
6015          return _ACTOBSERVATIONVERIFICATIONTYPE;
6016        if ("VFPAPER".equals(codeString))
6017          return VFPAPER;
6018        if ("_ActPaymentCode".equals(codeString))
6019          return _ACTPAYMENTCODE;
6020        if ("ACH".equals(codeString))
6021          return ACH;
6022        if ("CHK".equals(codeString))
6023          return CHK;
6024        if ("DDP".equals(codeString))
6025          return DDP;
6026        if ("NON".equals(codeString))
6027          return NON;
6028        if ("_ActPharmacySupplyType".equals(codeString))
6029          return _ACTPHARMACYSUPPLYTYPE;
6030        if ("DF".equals(codeString))
6031          return DF;
6032        if ("EM".equals(codeString))
6033          return EM;
6034        if ("SO".equals(codeString))
6035          return SO;
6036        if ("FF".equals(codeString))
6037          return FF;
6038        if ("FFC".equals(codeString))
6039          return FFC;
6040        if ("FFP".equals(codeString))
6041          return FFP;
6042        if ("FFSS".equals(codeString))
6043          return FFSS;
6044        if ("TF".equals(codeString))
6045          return TF;
6046        if ("FS".equals(codeString))
6047          return FS;
6048        if ("MS".equals(codeString))
6049          return MS;
6050        if ("RF".equals(codeString))
6051          return RF;
6052        if ("UD".equals(codeString))
6053          return UD;
6054        if ("RFC".equals(codeString))
6055          return RFC;
6056        if ("RFCS".equals(codeString))
6057          return RFCS;
6058        if ("RFF".equals(codeString))
6059          return RFF;
6060        if ("RFFS".equals(codeString))
6061          return RFFS;
6062        if ("RFP".equals(codeString))
6063          return RFP;
6064        if ("RFPS".equals(codeString))
6065          return RFPS;
6066        if ("RFS".equals(codeString))
6067          return RFS;
6068        if ("TB".equals(codeString))
6069          return TB;
6070        if ("TBS".equals(codeString))
6071          return TBS;
6072        if ("UDE".equals(codeString))
6073          return UDE;
6074        if ("_ActPolicyType".equals(codeString))
6075          return _ACTPOLICYTYPE;
6076        if ("_ActPrivacyPolicy".equals(codeString))
6077          return _ACTPRIVACYPOLICY;
6078        if ("_ActConsentDirective".equals(codeString))
6079          return _ACTCONSENTDIRECTIVE;
6080        if ("EMRGONLY".equals(codeString))
6081          return EMRGONLY;
6082        if ("NOPP".equals(codeString))
6083          return NOPP;
6084        if ("OPTIN".equals(codeString))
6085          return OPTIN;
6086        if ("OPTOUT".equals(codeString))
6087          return OPTOUT;
6088        if ("_InformationSensitivityPolicy".equals(codeString))
6089          return _INFORMATIONSENSITIVITYPOLICY;
6090        if ("_ActInformationSensitivityPolicy".equals(codeString))
6091          return _ACTINFORMATIONSENSITIVITYPOLICY;
6092        if ("ETH".equals(codeString))
6093          return ETH;
6094        if ("GDIS".equals(codeString))
6095          return GDIS;
6096        if ("HIV".equals(codeString))
6097          return HIV;
6098        if ("PSY".equals(codeString))
6099          return PSY;
6100        if ("SCA".equals(codeString))
6101          return SCA;
6102        if ("SDV".equals(codeString))
6103          return SDV;
6104        if ("SEX".equals(codeString))
6105          return SEX;
6106        if ("STD".equals(codeString))
6107          return STD;
6108        if ("TBOO".equals(codeString))
6109          return TBOO;
6110        if ("SICKLE".equals(codeString))
6111          return SICKLE;
6112        if ("_EntitySensitivityPolicyType".equals(codeString))
6113          return _ENTITYSENSITIVITYPOLICYTYPE;
6114        if ("DEMO".equals(codeString))
6115          return DEMO;
6116        if ("DOB".equals(codeString))
6117          return DOB;
6118        if ("GENDER".equals(codeString))
6119          return GENDER;
6120        if ("LIVARG".equals(codeString))
6121          return LIVARG;
6122        if ("MARST".equals(codeString))
6123          return MARST;
6124        if ("RACE".equals(codeString))
6125          return RACE;
6126        if ("REL".equals(codeString))
6127          return REL;
6128        if ("_RoleInformationSensitivityPolicy".equals(codeString))
6129          return _ROLEINFORMATIONSENSITIVITYPOLICY;
6130        if ("B".equals(codeString))
6131          return B;
6132        if ("EMPL".equals(codeString))
6133          return EMPL;
6134        if ("LOCIS".equals(codeString))
6135          return LOCIS;
6136        if ("SSP".equals(codeString))
6137          return SSP;
6138        if ("ADOL".equals(codeString))
6139          return ADOL;
6140        if ("CEL".equals(codeString))
6141          return CEL;
6142        if ("DIA".equals(codeString))
6143          return DIA;
6144        if ("DRGIS".equals(codeString))
6145          return DRGIS;
6146        if ("EMP".equals(codeString))
6147          return EMP;
6148        if ("PDS".equals(codeString))
6149          return PDS;
6150        if ("PRS".equals(codeString))
6151          return PRS;
6152        if ("COMPT".equals(codeString))
6153          return COMPT;
6154        if ("HRCOMPT".equals(codeString))
6155          return HRCOMPT;
6156        if ("RESCOMPT".equals(codeString))
6157          return RESCOMPT;
6158        if ("RMGTCOMPT".equals(codeString))
6159          return RMGTCOMPT;
6160        if ("ActTrustPolicyType".equals(codeString))
6161          return ACTTRUSTPOLICYTYPE;
6162        if ("TRSTACCRD".equals(codeString))
6163          return TRSTACCRD;
6164        if ("TRSTAGRE".equals(codeString))
6165          return TRSTAGRE;
6166        if ("TRSTASSUR".equals(codeString))
6167          return TRSTASSUR;
6168        if ("TRSTCERT".equals(codeString))
6169          return TRSTCERT;
6170        if ("TRSTFWK".equals(codeString))
6171          return TRSTFWK;
6172        if ("TRSTMEC".equals(codeString))
6173          return TRSTMEC;
6174        if ("COVPOL".equals(codeString))
6175          return COVPOL;
6176        if ("SecurityPolicy".equals(codeString))
6177          return SECURITYPOLICY;
6178        if ("ObligationPolicy".equals(codeString))
6179          return OBLIGATIONPOLICY;
6180        if ("ANONY".equals(codeString))
6181          return ANONY;
6182        if ("AOD".equals(codeString))
6183          return AOD;
6184        if ("AUDIT".equals(codeString))
6185          return AUDIT;
6186        if ("AUDTR".equals(codeString))
6187          return AUDTR;
6188        if ("CPLYCC".equals(codeString))
6189          return CPLYCC;
6190        if ("CPLYCD".equals(codeString))
6191          return CPLYCD;
6192        if ("CPLYJPP".equals(codeString))
6193          return CPLYJPP;
6194        if ("CPLYOPP".equals(codeString))
6195          return CPLYOPP;
6196        if ("CPLYOSP".equals(codeString))
6197          return CPLYOSP;
6198        if ("CPLYPOL".equals(codeString))
6199          return CPLYPOL;
6200        if ("DEID".equals(codeString))
6201          return DEID;
6202        if ("DELAU".equals(codeString))
6203          return DELAU;
6204        if ("ENCRYPT".equals(codeString))
6205          return ENCRYPT;
6206        if ("ENCRYPTR".equals(codeString))
6207          return ENCRYPTR;
6208        if ("ENCRYPTT".equals(codeString))
6209          return ENCRYPTT;
6210        if ("ENCRYPTU".equals(codeString))
6211          return ENCRYPTU;
6212        if ("HUAPRV".equals(codeString))
6213          return HUAPRV;
6214        if ("MASK".equals(codeString))
6215          return MASK;
6216        if ("MINEC".equals(codeString))
6217          return MINEC;
6218        if ("PRIVMARK".equals(codeString))
6219          return PRIVMARK;
6220        if ("PSEUD".equals(codeString))
6221          return PSEUD;
6222        if ("REDACT".equals(codeString))
6223          return REDACT;
6224        if ("RefrainPolicy".equals(codeString))
6225          return REFRAINPOLICY;
6226        if ("NOAUTH".equals(codeString))
6227          return NOAUTH;
6228        if ("NOCOLLECT".equals(codeString))
6229          return NOCOLLECT;
6230        if ("NODSCLCD".equals(codeString))
6231          return NODSCLCD;
6232        if ("NODSCLCDS".equals(codeString))
6233          return NODSCLCDS;
6234        if ("NOINTEGRATE".equals(codeString))
6235          return NOINTEGRATE;
6236        if ("NOLIST".equals(codeString))
6237          return NOLIST;
6238        if ("NOMOU".equals(codeString))
6239          return NOMOU;
6240        if ("NOORGPOL".equals(codeString))
6241          return NOORGPOL;
6242        if ("NOPAT".equals(codeString))
6243          return NOPAT;
6244        if ("NOPERSISTP".equals(codeString))
6245          return NOPERSISTP;
6246        if ("NORDSCLCD".equals(codeString))
6247          return NORDSCLCD;
6248        if ("NORDSCLCDS".equals(codeString))
6249          return NORDSCLCDS;
6250        if ("NORDSCLW".equals(codeString))
6251          return NORDSCLW;
6252        if ("NORELINK".equals(codeString))
6253          return NORELINK;
6254        if ("NOREUSE".equals(codeString))
6255          return NOREUSE;
6256        if ("NOVIP".equals(codeString))
6257          return NOVIP;
6258        if ("ORCON".equals(codeString))
6259          return ORCON;
6260        if ("_ActProductAcquisitionCode".equals(codeString))
6261          return _ACTPRODUCTACQUISITIONCODE;
6262        if ("LOAN".equals(codeString))
6263          return LOAN;
6264        if ("RENT".equals(codeString))
6265          return RENT;
6266        if ("TRANSFER".equals(codeString))
6267          return TRANSFER;
6268        if ("SALE".equals(codeString))
6269          return SALE;
6270        if ("_ActSpecimenTransportCode".equals(codeString))
6271          return _ACTSPECIMENTRANSPORTCODE;
6272        if ("SREC".equals(codeString))
6273          return SREC;
6274        if ("SSTOR".equals(codeString))
6275          return SSTOR;
6276        if ("STRAN".equals(codeString))
6277          return STRAN;
6278        if ("_ActSpecimenTreatmentCode".equals(codeString))
6279          return _ACTSPECIMENTREATMENTCODE;
6280        if ("ACID".equals(codeString))
6281          return ACID;
6282        if ("ALK".equals(codeString))
6283          return ALK;
6284        if ("DEFB".equals(codeString))
6285          return DEFB;
6286        if ("FILT".equals(codeString))
6287          return FILT;
6288        if ("LDLP".equals(codeString))
6289          return LDLP;
6290        if ("NEUT".equals(codeString))
6291          return NEUT;
6292        if ("RECA".equals(codeString))
6293          return RECA;
6294        if ("UFIL".equals(codeString))
6295          return UFIL;
6296        if ("_ActSubstanceAdministrationCode".equals(codeString))
6297          return _ACTSUBSTANCEADMINISTRATIONCODE;
6298        if ("DRUG".equals(codeString))
6299          return DRUG;
6300        if ("FD".equals(codeString))
6301          return FD;
6302        if ("IMMUNIZ".equals(codeString))
6303          return IMMUNIZ;
6304        if ("BOOSTER".equals(codeString))
6305          return BOOSTER;
6306        if ("INITIMMUNIZ".equals(codeString))
6307          return INITIMMUNIZ;
6308        if ("_ActTaskCode".equals(codeString))
6309          return _ACTTASKCODE;
6310        if ("OE".equals(codeString))
6311          return OE;
6312        if ("LABOE".equals(codeString))
6313          return LABOE;
6314        if ("MEDOE".equals(codeString))
6315          return MEDOE;
6316        if ("PATDOC".equals(codeString))
6317          return PATDOC;
6318        if ("ALLERLREV".equals(codeString))
6319          return ALLERLREV;
6320        if ("CLINNOTEE".equals(codeString))
6321          return CLINNOTEE;
6322        if ("DIAGLISTE".equals(codeString))
6323          return DIAGLISTE;
6324        if ("DISCHINSTE".equals(codeString))
6325          return DISCHINSTE;
6326        if ("DISCHSUME".equals(codeString))
6327          return DISCHSUME;
6328        if ("PATEDUE".equals(codeString))
6329          return PATEDUE;
6330        if ("PATREPE".equals(codeString))
6331          return PATREPE;
6332        if ("PROBLISTE".equals(codeString))
6333          return PROBLISTE;
6334        if ("RADREPE".equals(codeString))
6335          return RADREPE;
6336        if ("IMMLREV".equals(codeString))
6337          return IMMLREV;
6338        if ("REMLREV".equals(codeString))
6339          return REMLREV;
6340        if ("WELLREMLREV".equals(codeString))
6341          return WELLREMLREV;
6342        if ("PATINFO".equals(codeString))
6343          return PATINFO;
6344        if ("ALLERLE".equals(codeString))
6345          return ALLERLE;
6346        if ("CDSREV".equals(codeString))
6347          return CDSREV;
6348        if ("CLINNOTEREV".equals(codeString))
6349          return CLINNOTEREV;
6350        if ("DISCHSUMREV".equals(codeString))
6351          return DISCHSUMREV;
6352        if ("DIAGLISTREV".equals(codeString))
6353          return DIAGLISTREV;
6354        if ("IMMLE".equals(codeString))
6355          return IMMLE;
6356        if ("LABRREV".equals(codeString))
6357          return LABRREV;
6358        if ("MICRORREV".equals(codeString))
6359          return MICRORREV;
6360        if ("MICROORGRREV".equals(codeString))
6361          return MICROORGRREV;
6362        if ("MICROSENSRREV".equals(codeString))
6363          return MICROSENSRREV;
6364        if ("MLREV".equals(codeString))
6365          return MLREV;
6366        if ("MARWLREV".equals(codeString))
6367          return MARWLREV;
6368        if ("OREV".equals(codeString))
6369          return OREV;
6370        if ("PATREPREV".equals(codeString))
6371          return PATREPREV;
6372        if ("PROBLISTREV".equals(codeString))
6373          return PROBLISTREV;
6374        if ("RADREPREV".equals(codeString))
6375          return RADREPREV;
6376        if ("REMLE".equals(codeString))
6377          return REMLE;
6378        if ("WELLREMLE".equals(codeString))
6379          return WELLREMLE;
6380        if ("RISKASSESS".equals(codeString))
6381          return RISKASSESS;
6382        if ("FALLRISK".equals(codeString))
6383          return FALLRISK;
6384        if ("_ActTransportationModeCode".equals(codeString))
6385          return _ACTTRANSPORTATIONMODECODE;
6386        if ("_ActPatientTransportationModeCode".equals(codeString))
6387          return _ACTPATIENTTRANSPORTATIONMODECODE;
6388        if ("AFOOT".equals(codeString))
6389          return AFOOT;
6390        if ("AMBT".equals(codeString))
6391          return AMBT;
6392        if ("AMBAIR".equals(codeString))
6393          return AMBAIR;
6394        if ("AMBGRND".equals(codeString))
6395          return AMBGRND;
6396        if ("AMBHELO".equals(codeString))
6397          return AMBHELO;
6398        if ("LAWENF".equals(codeString))
6399          return LAWENF;
6400        if ("PRVTRN".equals(codeString))
6401          return PRVTRN;
6402        if ("PUBTRN".equals(codeString))
6403          return PUBTRN;
6404        if ("_ObservationType".equals(codeString))
6405          return _OBSERVATIONTYPE;
6406        if ("_ActSpecObsCode".equals(codeString))
6407          return _ACTSPECOBSCODE;
6408        if ("ARTBLD".equals(codeString))
6409          return ARTBLD;
6410        if ("DILUTION".equals(codeString))
6411          return DILUTION;
6412        if ("AUTO-HIGH".equals(codeString))
6413          return AUTOHIGH;
6414        if ("AUTO-LOW".equals(codeString))
6415          return AUTOLOW;
6416        if ("PRE".equals(codeString))
6417          return PRE;
6418        if ("RERUN".equals(codeString))
6419          return RERUN;
6420        if ("EVNFCTS".equals(codeString))
6421          return EVNFCTS;
6422        if ("INTFR".equals(codeString))
6423          return INTFR;
6424        if ("FIBRIN".equals(codeString))
6425          return FIBRIN;
6426        if ("HEMOLYSIS".equals(codeString))
6427          return HEMOLYSIS;
6428        if ("ICTERUS".equals(codeString))
6429          return ICTERUS;
6430        if ("LIPEMIA".equals(codeString))
6431          return LIPEMIA;
6432        if ("VOLUME".equals(codeString))
6433          return VOLUME;
6434        if ("AVAILABLE".equals(codeString))
6435          return AVAILABLE;
6436        if ("CONSUMPTION".equals(codeString))
6437          return CONSUMPTION;
6438        if ("CURRENT".equals(codeString))
6439          return CURRENT;
6440        if ("INITIAL".equals(codeString))
6441          return INITIAL;
6442        if ("_AnnotationType".equals(codeString))
6443          return _ANNOTATIONTYPE;
6444        if ("_ActPatientAnnotationType".equals(codeString))
6445          return _ACTPATIENTANNOTATIONTYPE;
6446        if ("ANNDI".equals(codeString))
6447          return ANNDI;
6448        if ("ANNGEN".equals(codeString))
6449          return ANNGEN;
6450        if ("ANNIMM".equals(codeString))
6451          return ANNIMM;
6452        if ("ANNLAB".equals(codeString))
6453          return ANNLAB;
6454        if ("ANNMED".equals(codeString))
6455          return ANNMED;
6456        if ("_GeneticObservationType".equals(codeString))
6457          return _GENETICOBSERVATIONTYPE;
6458        if ("GENE".equals(codeString))
6459          return GENE;
6460        if ("_ImmunizationObservationType".equals(codeString))
6461          return _IMMUNIZATIONOBSERVATIONTYPE;
6462        if ("OBSANTC".equals(codeString))
6463          return OBSANTC;
6464        if ("OBSANTV".equals(codeString))
6465          return OBSANTV;
6466        if ("_IndividualCaseSafetyReportType".equals(codeString))
6467          return _INDIVIDUALCASESAFETYREPORTTYPE;
6468        if ("PAT_ADV_EVNT".equals(codeString))
6469          return PATADVEVNT;
6470        if ("VAC_PROBLEM".equals(codeString))
6471          return VACPROBLEM;
6472        if ("_LOINCObservationActContextAgeType".equals(codeString))
6473          return _LOINCOBSERVATIONACTCONTEXTAGETYPE;
6474        if ("21611-9".equals(codeString))
6475          return _216119;
6476        if ("21612-7".equals(codeString))
6477          return _216127;
6478        if ("29553-5".equals(codeString))
6479          return _295535;
6480        if ("30525-0".equals(codeString))
6481          return _305250;
6482        if ("30972-4".equals(codeString))
6483          return _309724;
6484        if ("_MedicationObservationType".equals(codeString))
6485          return _MEDICATIONOBSERVATIONTYPE;
6486        if ("REP_HALF_LIFE".equals(codeString))
6487          return REPHALFLIFE;
6488        if ("SPLCOATING".equals(codeString))
6489          return SPLCOATING;
6490        if ("SPLCOLOR".equals(codeString))
6491          return SPLCOLOR;
6492        if ("SPLIMAGE".equals(codeString))
6493          return SPLIMAGE;
6494        if ("SPLIMPRINT".equals(codeString))
6495          return SPLIMPRINT;
6496        if ("SPLSCORING".equals(codeString))
6497          return SPLSCORING;
6498        if ("SPLSHAPE".equals(codeString))
6499          return SPLSHAPE;
6500        if ("SPLSIZE".equals(codeString))
6501          return SPLSIZE;
6502        if ("SPLSYMBOL".equals(codeString))
6503          return SPLSYMBOL;
6504        if ("_ObservationIssueTriggerCodedObservationType".equals(codeString))
6505          return _OBSERVATIONISSUETRIGGERCODEDOBSERVATIONTYPE;
6506        if ("_CaseTransmissionMode".equals(codeString))
6507          return _CASETRANSMISSIONMODE;
6508        if ("AIRTRNS".equals(codeString))
6509          return AIRTRNS;
6510        if ("ANANTRNS".equals(codeString))
6511          return ANANTRNS;
6512        if ("ANHUMTRNS".equals(codeString))
6513          return ANHUMTRNS;
6514        if ("BDYFLDTRNS".equals(codeString))
6515          return BDYFLDTRNS;
6516        if ("BLDTRNS".equals(codeString))
6517          return BLDTRNS;
6518        if ("DERMTRNS".equals(codeString))
6519          return DERMTRNS;
6520        if ("ENVTRNS".equals(codeString))
6521          return ENVTRNS;
6522        if ("FECTRNS".equals(codeString))
6523          return FECTRNS;
6524        if ("FOMTRNS".equals(codeString))
6525          return FOMTRNS;
6526        if ("FOODTRNS".equals(codeString))
6527          return FOODTRNS;
6528        if ("HUMHUMTRNS".equals(codeString))
6529          return HUMHUMTRNS;
6530        if ("INDTRNS".equals(codeString))
6531          return INDTRNS;
6532        if ("LACTTRNS".equals(codeString))
6533          return LACTTRNS;
6534        if ("NOSTRNS".equals(codeString))
6535          return NOSTRNS;
6536        if ("PARTRNS".equals(codeString))
6537          return PARTRNS;
6538        if ("PLACTRNS".equals(codeString))
6539          return PLACTRNS;
6540        if ("SEXTRNS".equals(codeString))
6541          return SEXTRNS;
6542        if ("TRNSFTRNS".equals(codeString))
6543          return TRNSFTRNS;
6544        if ("VECTRNS".equals(codeString))
6545          return VECTRNS;
6546        if ("WATTRNS".equals(codeString))
6547          return WATTRNS;
6548        if ("_ObservationQualityMeasureAttribute".equals(codeString))
6549          return _OBSERVATIONQUALITYMEASUREATTRIBUTE;
6550        if ("AGGREGATE".equals(codeString))
6551          return AGGREGATE;
6552        if ("COPY".equals(codeString))
6553          return COPY;
6554        if ("CRS".equals(codeString))
6555          return CRS;
6556        if ("DEF".equals(codeString))
6557          return DEF;
6558        if ("DISC".equals(codeString))
6559          return DISC;
6560        if ("FINALDT".equals(codeString))
6561          return FINALDT;
6562        if ("GUIDE".equals(codeString))
6563          return GUIDE;
6564        if ("IDUR".equals(codeString))
6565          return IDUR;
6566        if ("ITMCNT".equals(codeString))
6567          return ITMCNT;
6568        if ("KEY".equals(codeString))
6569          return KEY;
6570        if ("MEDT".equals(codeString))
6571          return MEDT;
6572        if ("MSD".equals(codeString))
6573          return MSD;
6574        if ("MSRADJ".equals(codeString))
6575          return MSRADJ;
6576        if ("MSRAGG".equals(codeString))
6577          return MSRAGG;
6578        if ("MSRIMPROV".equals(codeString))
6579          return MSRIMPROV;
6580        if ("MSRJUR".equals(codeString))
6581          return MSRJUR;
6582        if ("MSRRPTR".equals(codeString))
6583          return MSRRPTR;
6584        if ("MSRRPTTIME".equals(codeString))
6585          return MSRRPTTIME;
6586        if ("MSRSCORE".equals(codeString))
6587          return MSRSCORE;
6588        if ("MSRSET".equals(codeString))
6589          return MSRSET;
6590        if ("MSRTOPIC".equals(codeString))
6591          return MSRTOPIC;
6592        if ("MSRTP".equals(codeString))
6593          return MSRTP;
6594        if ("MSRTYPE".equals(codeString))
6595          return MSRTYPE;
6596        if ("RAT".equals(codeString))
6597          return RAT;
6598        if ("REF".equals(codeString))
6599          return REF;
6600        if ("SDE".equals(codeString))
6601          return SDE;
6602        if ("STRAT".equals(codeString))
6603          return STRAT;
6604        if ("TRANF".equals(codeString))
6605          return TRANF;
6606        if ("USE".equals(codeString))
6607          return USE;
6608        if ("_ObservationSequenceType".equals(codeString))
6609          return _OBSERVATIONSEQUENCETYPE;
6610        if ("TIME_ABSOLUTE".equals(codeString))
6611          return TIMEABSOLUTE;
6612        if ("TIME_RELATIVE".equals(codeString))
6613          return TIMERELATIVE;
6614        if ("_ObservationSeriesType".equals(codeString))
6615          return _OBSERVATIONSERIESTYPE;
6616        if ("_ECGObservationSeriesType".equals(codeString))
6617          return _ECGOBSERVATIONSERIESTYPE;
6618        if ("REPRESENTATIVE_BEAT".equals(codeString))
6619          return REPRESENTATIVEBEAT;
6620        if ("RHYTHM".equals(codeString))
6621          return RHYTHM;
6622        if ("_PatientImmunizationRelatedObservationType".equals(codeString))
6623          return _PATIENTIMMUNIZATIONRELATEDOBSERVATIONTYPE;
6624        if ("CLSSRM".equals(codeString))
6625          return CLSSRM;
6626        if ("GRADE".equals(codeString))
6627          return GRADE;
6628        if ("SCHL".equals(codeString))
6629          return SCHL;
6630        if ("SCHLDIV".equals(codeString))
6631          return SCHLDIV;
6632        if ("TEACHER".equals(codeString))
6633          return TEACHER;
6634        if ("_PopulationInclusionObservationType".equals(codeString))
6635          return _POPULATIONINCLUSIONOBSERVATIONTYPE;
6636        if ("DENEX".equals(codeString))
6637          return DENEX;
6638        if ("DENEXCEP".equals(codeString))
6639          return DENEXCEP;
6640        if ("DENOM".equals(codeString))
6641          return DENOM;
6642        if ("IPOP".equals(codeString))
6643          return IPOP;
6644        if ("IPPOP".equals(codeString))
6645          return IPPOP;
6646        if ("MSRPOPL".equals(codeString))
6647          return MSRPOPL;
6648        if ("MSRPOPLEX".equals(codeString))
6649          return MSRPOPLEX;
6650        if ("NUMER".equals(codeString))
6651          return NUMER;
6652        if ("NUMEX".equals(codeString))
6653          return NUMEX;
6654        if ("_PreferenceObservationType".equals(codeString))
6655          return _PREFERENCEOBSERVATIONTYPE;
6656        if ("PREFSTRENGTH".equals(codeString))
6657          return PREFSTRENGTH;
6658        if ("ADVERSE_REACTION".equals(codeString))
6659          return ADVERSEREACTION;
6660        if ("ASSERTION".equals(codeString))
6661          return ASSERTION;
6662        if ("CASESER".equals(codeString))
6663          return CASESER;
6664        if ("CDIO".equals(codeString))
6665          return CDIO;
6666        if ("CRIT".equals(codeString))
6667          return CRIT;
6668        if ("CTMO".equals(codeString))
6669          return CTMO;
6670        if ("DX".equals(codeString))
6671          return DX;
6672        if ("ADMDX".equals(codeString))
6673          return ADMDX;
6674        if ("DISDX".equals(codeString))
6675          return DISDX;
6676        if ("INTDX".equals(codeString))
6677          return INTDX;
6678        if ("NOI".equals(codeString))
6679          return NOI;
6680        if ("GISTIER".equals(codeString))
6681          return GISTIER;
6682        if ("HHOBS".equals(codeString))
6683          return HHOBS;
6684        if ("ISSUE".equals(codeString))
6685          return ISSUE;
6686        if ("_ActAdministrativeDetectedIssueCode".equals(codeString))
6687          return _ACTADMINISTRATIVEDETECTEDISSUECODE;
6688        if ("_ActAdministrativeAuthorizationDetectedIssueCode".equals(codeString))
6689          return _ACTADMINISTRATIVEAUTHORIZATIONDETECTEDISSUECODE;
6690        if ("NAT".equals(codeString))
6691          return NAT;
6692        if ("SUPPRESSED".equals(codeString))
6693          return SUPPRESSED;
6694        if ("VALIDAT".equals(codeString))
6695          return VALIDAT;
6696        if ("KEY204".equals(codeString))
6697          return KEY204;
6698        if ("KEY205".equals(codeString))
6699          return KEY205;
6700        if ("COMPLY".equals(codeString))
6701          return COMPLY;
6702        if ("DUPTHPY".equals(codeString))
6703          return DUPTHPY;
6704        if ("DUPTHPCLS".equals(codeString))
6705          return DUPTHPCLS;
6706        if ("DUPTHPGEN".equals(codeString))
6707          return DUPTHPGEN;
6708        if ("ABUSE".equals(codeString))
6709          return ABUSE;
6710        if ("FRAUD".equals(codeString))
6711          return FRAUD;
6712        if ("PLYDOC".equals(codeString))
6713          return PLYDOC;
6714        if ("PLYPHRM".equals(codeString))
6715          return PLYPHRM;
6716        if ("DOSE".equals(codeString))
6717          return DOSE;
6718        if ("DOSECOND".equals(codeString))
6719          return DOSECOND;
6720        if ("DOSEDUR".equals(codeString))
6721          return DOSEDUR;
6722        if ("DOSEDURH".equals(codeString))
6723          return DOSEDURH;
6724        if ("DOSEDURHIND".equals(codeString))
6725          return DOSEDURHIND;
6726        if ("DOSEDURL".equals(codeString))
6727          return DOSEDURL;
6728        if ("DOSEDURLIND".equals(codeString))
6729          return DOSEDURLIND;
6730        if ("DOSEH".equals(codeString))
6731          return DOSEH;
6732        if ("DOSEHINDA".equals(codeString))
6733          return DOSEHINDA;
6734        if ("DOSEHIND".equals(codeString))
6735          return DOSEHIND;
6736        if ("DOSEHINDSA".equals(codeString))
6737          return DOSEHINDSA;
6738        if ("DOSEHINDW".equals(codeString))
6739          return DOSEHINDW;
6740        if ("DOSEIVL".equals(codeString))
6741          return DOSEIVL;
6742        if ("DOSEIVLIND".equals(codeString))
6743          return DOSEIVLIND;
6744        if ("DOSEL".equals(codeString))
6745          return DOSEL;
6746        if ("DOSELINDA".equals(codeString))
6747          return DOSELINDA;
6748        if ("DOSELIND".equals(codeString))
6749          return DOSELIND;
6750        if ("DOSELINDSA".equals(codeString))
6751          return DOSELINDSA;
6752        if ("DOSELINDW".equals(codeString))
6753          return DOSELINDW;
6754        if ("MDOSE".equals(codeString))
6755          return MDOSE;
6756        if ("OBSA".equals(codeString))
6757          return OBSA;
6758        if ("AGE".equals(codeString))
6759          return AGE;
6760        if ("ADALRT".equals(codeString))
6761          return ADALRT;
6762        if ("GEALRT".equals(codeString))
6763          return GEALRT;
6764        if ("PEALRT".equals(codeString))
6765          return PEALRT;
6766        if ("COND".equals(codeString))
6767          return COND;
6768        if ("HGHT".equals(codeString))
6769          return HGHT;
6770        if ("LACT".equals(codeString))
6771          return LACT;
6772        if ("PREG".equals(codeString))
6773          return PREG;
6774        if ("WGHT".equals(codeString))
6775          return WGHT;
6776        if ("CREACT".equals(codeString))
6777          return CREACT;
6778        if ("GEN".equals(codeString))
6779          return GEN;
6780        if ("GEND".equals(codeString))
6781          return GEND;
6782        if ("LAB".equals(codeString))
6783          return LAB;
6784        if ("REACT".equals(codeString))
6785          return REACT;
6786        if ("ALGY".equals(codeString))
6787          return ALGY;
6788        if ("INT".equals(codeString))
6789          return INT;
6790        if ("RREACT".equals(codeString))
6791          return RREACT;
6792        if ("RALG".equals(codeString))
6793          return RALG;
6794        if ("RAR".equals(codeString))
6795          return RAR;
6796        if ("RINT".equals(codeString))
6797          return RINT;
6798        if ("BUS".equals(codeString))
6799          return BUS;
6800        if ("CODE_INVAL".equals(codeString))
6801          return CODEINVAL;
6802        if ("CODE_DEPREC".equals(codeString))
6803          return CODEDEPREC;
6804        if ("FORMAT".equals(codeString))
6805          return FORMAT;
6806        if ("ILLEGAL".equals(codeString))
6807          return ILLEGAL;
6808        if ("LEN_RANGE".equals(codeString))
6809          return LENRANGE;
6810        if ("LEN_LONG".equals(codeString))
6811          return LENLONG;
6812        if ("LEN_SHORT".equals(codeString))
6813          return LENSHORT;
6814        if ("MISSCOND".equals(codeString))
6815          return MISSCOND;
6816        if ("MISSMAND".equals(codeString))
6817          return MISSMAND;
6818        if ("NODUPS".equals(codeString))
6819          return NODUPS;
6820        if ("NOPERSIST".equals(codeString))
6821          return NOPERSIST;
6822        if ("REP_RANGE".equals(codeString))
6823          return REPRANGE;
6824        if ("MAXOCCURS".equals(codeString))
6825          return MAXOCCURS;
6826        if ("MINOCCURS".equals(codeString))
6827          return MINOCCURS;
6828        if ("_ActAdministrativeRuleDetectedIssueCode".equals(codeString))
6829          return _ACTADMINISTRATIVERULEDETECTEDISSUECODE;
6830        if ("KEY206".equals(codeString))
6831          return KEY206;
6832        if ("OBSOLETE".equals(codeString))
6833          return OBSOLETE;
6834        if ("_ActSuppliedItemDetectedIssueCode".equals(codeString))
6835          return _ACTSUPPLIEDITEMDETECTEDISSUECODE;
6836        if ("_AdministrationDetectedIssueCode".equals(codeString))
6837          return _ADMINISTRATIONDETECTEDISSUECODE;
6838        if ("_AppropriatenessDetectedIssueCode".equals(codeString))
6839          return _APPROPRIATENESSDETECTEDISSUECODE;
6840        if ("_InteractionDetectedIssueCode".equals(codeString))
6841          return _INTERACTIONDETECTEDISSUECODE;
6842        if ("FOOD".equals(codeString))
6843          return FOOD;
6844        if ("TPROD".equals(codeString))
6845          return TPROD;
6846        if ("DRG".equals(codeString))
6847          return DRG;
6848        if ("NHP".equals(codeString))
6849          return NHP;
6850        if ("NONRX".equals(codeString))
6851          return NONRX;
6852        if ("PREVINEF".equals(codeString))
6853          return PREVINEF;
6854        if ("DACT".equals(codeString))
6855          return DACT;
6856        if ("TIME".equals(codeString))
6857          return TIME;
6858        if ("ALRTENDLATE".equals(codeString))
6859          return ALRTENDLATE;
6860        if ("ALRTSTRTLATE".equals(codeString))
6861          return ALRTSTRTLATE;
6862        if ("_TimingDetectedIssueCode".equals(codeString))
6863          return _TIMINGDETECTEDISSUECODE;
6864        if ("ENDLATE".equals(codeString))
6865          return ENDLATE;
6866        if ("STRTLATE".equals(codeString))
6867          return STRTLATE;
6868        if ("_SupplyDetectedIssueCode".equals(codeString))
6869          return _SUPPLYDETECTEDISSUECODE;
6870        if ("ALLDONE".equals(codeString))
6871          return ALLDONE;
6872        if ("FULFIL".equals(codeString))
6873          return FULFIL;
6874        if ("NOTACTN".equals(codeString))
6875          return NOTACTN;
6876        if ("NOTEQUIV".equals(codeString))
6877          return NOTEQUIV;
6878        if ("NOTEQUIVGEN".equals(codeString))
6879          return NOTEQUIVGEN;
6880        if ("NOTEQUIVTHER".equals(codeString))
6881          return NOTEQUIVTHER;
6882        if ("TIMING".equals(codeString))
6883          return TIMING;
6884        if ("INTERVAL".equals(codeString))
6885          return INTERVAL;
6886        if ("MINFREQ".equals(codeString))
6887          return MINFREQ;
6888        if ("HELD".equals(codeString))
6889          return HELD;
6890        if ("TOOLATE".equals(codeString))
6891          return TOOLATE;
6892        if ("TOOSOON".equals(codeString))
6893          return TOOSOON;
6894        if ("HISTORIC".equals(codeString))
6895          return HISTORIC;
6896        if ("PATPREF".equals(codeString))
6897          return PATPREF;
6898        if ("PATPREFALT".equals(codeString))
6899          return PATPREFALT;
6900        if ("KSUBJ".equals(codeString))
6901          return KSUBJ;
6902        if ("KSUBT".equals(codeString))
6903          return KSUBT;
6904        if ("OINT".equals(codeString))
6905          return OINT;
6906        if ("ALG".equals(codeString))
6907          return ALG;
6908        if ("DALG".equals(codeString))
6909          return DALG;
6910        if ("EALG".equals(codeString))
6911          return EALG;
6912        if ("FALG".equals(codeString))
6913          return FALG;
6914        if ("DINT".equals(codeString))
6915          return DINT;
6916        if ("DNAINT".equals(codeString))
6917          return DNAINT;
6918        if ("EINT".equals(codeString))
6919          return EINT;
6920        if ("ENAINT".equals(codeString))
6921          return ENAINT;
6922        if ("FINT".equals(codeString))
6923          return FINT;
6924        if ("FNAINT".equals(codeString))
6925          return FNAINT;
6926        if ("NAINT".equals(codeString))
6927          return NAINT;
6928        if ("SEV".equals(codeString))
6929          return SEV;
6930        if ("_FDALabelData".equals(codeString))
6931          return _FDALABELDATA;
6932        if ("FDACOATING".equals(codeString))
6933          return FDACOATING;
6934        if ("FDACOLOR".equals(codeString))
6935          return FDACOLOR;
6936        if ("FDAIMPRINTCD".equals(codeString))
6937          return FDAIMPRINTCD;
6938        if ("FDALOGO".equals(codeString))
6939          return FDALOGO;
6940        if ("FDASCORING".equals(codeString))
6941          return FDASCORING;
6942        if ("FDASHAPE".equals(codeString))
6943          return FDASHAPE;
6944        if ("FDASIZE".equals(codeString))
6945          return FDASIZE;
6946        if ("_ROIOverlayShape".equals(codeString))
6947          return _ROIOVERLAYSHAPE;
6948        if ("CIRCLE".equals(codeString))
6949          return CIRCLE;
6950        if ("ELLIPSE".equals(codeString))
6951          return ELLIPSE;
6952        if ("POINT".equals(codeString))
6953          return POINT;
6954        if ("POLY".equals(codeString))
6955          return POLY;
6956        if ("C".equals(codeString))
6957          return C;
6958        if ("DIET".equals(codeString))
6959          return DIET;
6960        if ("BR".equals(codeString))
6961          return BR;
6962        if ("DM".equals(codeString))
6963          return DM;
6964        if ("FAST".equals(codeString))
6965          return FAST;
6966        if ("FORMULA".equals(codeString))
6967          return FORMULA;
6968        if ("GF".equals(codeString))
6969          return GF;
6970        if ("LF".equals(codeString))
6971          return LF;
6972        if ("LP".equals(codeString))
6973          return LP;
6974        if ("LQ".equals(codeString))
6975          return LQ;
6976        if ("LS".equals(codeString))
6977          return LS;
6978        if ("N".equals(codeString))
6979          return N;
6980        if ("NF".equals(codeString))
6981          return NF;
6982        if ("PAF".equals(codeString))
6983          return PAF;
6984        if ("PAR".equals(codeString))
6985          return PAR;
6986        if ("RD".equals(codeString))
6987          return RD;
6988        if ("SCH".equals(codeString))
6989          return SCH;
6990        if ("SUPPLEMENT".equals(codeString))
6991          return SUPPLEMENT;
6992        if ("T".equals(codeString))
6993          return T;
6994        if ("VLI".equals(codeString))
6995          return VLI;
6996        if ("DRUGPRG".equals(codeString))
6997          return DRUGPRG;
6998        if ("F".equals(codeString))
6999          return F;
7000        if ("PRLMN".equals(codeString))
7001          return PRLMN;
7002        if ("SECOBS".equals(codeString))
7003          return SECOBS;
7004        if ("SECCATOBS".equals(codeString))
7005          return SECCATOBS;
7006        if ("SECCLASSOBS".equals(codeString))
7007          return SECCLASSOBS;
7008        if ("SECCONOBS".equals(codeString))
7009          return SECCONOBS;
7010        if ("SECINTOBS".equals(codeString))
7011          return SECINTOBS;
7012        if ("SECALTINTOBS".equals(codeString))
7013          return SECALTINTOBS;
7014        if ("SECDATINTOBS".equals(codeString))
7015          return SECDATINTOBS;
7016        if ("SECINTCONOBS".equals(codeString))
7017          return SECINTCONOBS;
7018        if ("SECINTPRVOBS".equals(codeString))
7019          return SECINTPRVOBS;
7020        if ("SECINTPRVABOBS".equals(codeString))
7021          return SECINTPRVABOBS;
7022        if ("SECINTPRVRBOBS".equals(codeString))
7023          return SECINTPRVRBOBS;
7024        if ("SECINTSTOBS".equals(codeString))
7025          return SECINTSTOBS;
7026        if ("SECTRSTOBS".equals(codeString))
7027          return SECTRSTOBS;
7028        if ("TRSTACCRDOBS".equals(codeString))
7029          return TRSTACCRDOBS;
7030        if ("TRSTAGREOBS".equals(codeString))
7031          return TRSTAGREOBS;
7032        if ("TRSTCERTOBS".equals(codeString))
7033          return TRSTCERTOBS;
7034        if ("TRSTFWKOBS".equals(codeString))
7035          return TRSTFWKOBS;
7036        if ("TRSTLOAOBS".equals(codeString))
7037          return TRSTLOAOBS;
7038        if ("TRSTMECOBS".equals(codeString))
7039          return TRSTMECOBS;
7040        if ("SUBSIDFFS".equals(codeString))
7041          return SUBSIDFFS;
7042        if ("WRKCOMP".equals(codeString))
7043          return WRKCOMP;
7044        if ("_ActProcedureCode".equals(codeString))
7045          return _ACTPROCEDURECODE;
7046        if ("_ActBillableServiceCode".equals(codeString))
7047          return _ACTBILLABLESERVICECODE;
7048        if ("_HL7DefinedActCodes".equals(codeString))
7049          return _HL7DEFINEDACTCODES;
7050        if ("COPAY".equals(codeString))
7051          return COPAY;
7052        if ("DEDUCT".equals(codeString))
7053          return DEDUCT;
7054        if ("DOSEIND".equals(codeString))
7055          return DOSEIND;
7056        if ("PRA".equals(codeString))
7057          return PRA;
7058        if ("STORE".equals(codeString))
7059          return STORE;
7060        throw new Exception("Unknown V3ActCode code '"+codeString+"'");
7061        }
7062        public String toCode() {
7063          switch (this) {
7064            case _ACTACCOUNTCODE: return "_ActAccountCode";
7065            case ACCTRECEIVABLE: return "ACCTRECEIVABLE";
7066            case CASH: return "CASH";
7067            case CC: return "CC";
7068            case AE: return "AE";
7069            case DN: return "DN";
7070            case DV: return "DV";
7071            case MC: return "MC";
7072            case V: return "V";
7073            case PBILLACCT: return "PBILLACCT";
7074            case _ACTADJUDICATIONCODE: return "_ActAdjudicationCode";
7075            case _ACTADJUDICATIONGROUPCODE: return "_ActAdjudicationGroupCode";
7076            case CONT: return "CONT";
7077            case DAY: return "DAY";
7078            case LOC: return "LOC";
7079            case MONTH: return "MONTH";
7080            case PERIOD: return "PERIOD";
7081            case PROV: return "PROV";
7082            case WEEK: return "WEEK";
7083            case YEAR: return "YEAR";
7084            case AA: return "AA";
7085            case ANF: return "ANF";
7086            case AR: return "AR";
7087            case AS: return "AS";
7088            case _ACTADJUDICATIONRESULTACTIONCODE: return "_ActAdjudicationResultActionCode";
7089            case DISPLAY: return "DISPLAY";
7090            case FORM: return "FORM";
7091            case _ACTBILLABLEMODIFIERCODE: return "_ActBillableModifierCode";
7092            case CPTM: return "CPTM";
7093            case HCPCSA: return "HCPCSA";
7094            case _ACTBILLINGARRANGEMENTCODE: return "_ActBillingArrangementCode";
7095            case BLK: return "BLK";
7096            case CAP: return "CAP";
7097            case CONTF: return "CONTF";
7098            case FINBILL: return "FINBILL";
7099            case ROST: return "ROST";
7100            case SESS: return "SESS";
7101            case FFS: return "FFS";
7102            case FFPS: return "FFPS";
7103            case FFCS: return "FFCS";
7104            case TFS: return "TFS";
7105            case _ACTBOUNDEDROICODE: return "_ActBoundedROICode";
7106            case ROIFS: return "ROIFS";
7107            case ROIPS: return "ROIPS";
7108            case _ACTCAREPROVISIONCODE: return "_ActCareProvisionCode";
7109            case _ACTCREDENTIALEDCARECODE: return "_ActCredentialedCareCode";
7110            case _ACTCREDENTIALEDCAREPROVISIONPERSONCODE: return "_ActCredentialedCareProvisionPersonCode";
7111            case CACC: return "CACC";
7112            case CAIC: return "CAIC";
7113            case CAMC: return "CAMC";
7114            case CANC: return "CANC";
7115            case CAPC: return "CAPC";
7116            case CBGC: return "CBGC";
7117            case CCCC: return "CCCC";
7118            case CCGC: return "CCGC";
7119            case CCPC: return "CCPC";
7120            case CCSC: return "CCSC";
7121            case CDEC: return "CDEC";
7122            case CDRC: return "CDRC";
7123            case CEMC: return "CEMC";
7124            case CFPC: return "CFPC";
7125            case CIMC: return "CIMC";
7126            case CMGC: return "CMGC";
7127            case CNEC: return "CNEC";
7128            case CNMC: return "CNMC";
7129            case CNQC: return "CNQC";
7130            case CNSC: return "CNSC";
7131            case COGC: return "COGC";
7132            case COMC: return "COMC";
7133            case COPC: return "COPC";
7134            case COSC: return "COSC";
7135            case COTC: return "COTC";
7136            case CPEC: return "CPEC";
7137            case CPGC: return "CPGC";
7138            case CPHC: return "CPHC";
7139            case CPRC: return "CPRC";
7140            case CPSC: return "CPSC";
7141            case CPYC: return "CPYC";
7142            case CROC: return "CROC";
7143            case CRPC: return "CRPC";
7144            case CSUC: return "CSUC";
7145            case CTSC: return "CTSC";
7146            case CURC: return "CURC";
7147            case CVSC: return "CVSC";
7148            case LGPC: return "LGPC";
7149            case _ACTCREDENTIALEDCAREPROVISIONPROGRAMCODE: return "_ActCredentialedCareProvisionProgramCode";
7150            case AALC: return "AALC";
7151            case AAMC: return "AAMC";
7152            case ABHC: return "ABHC";
7153            case ACAC: return "ACAC";
7154            case ACHC: return "ACHC";
7155            case AHOC: return "AHOC";
7156            case ALTC: return "ALTC";
7157            case AOSC: return "AOSC";
7158            case CACS: return "CACS";
7159            case CAMI: return "CAMI";
7160            case CAST: return "CAST";
7161            case CBAR: return "CBAR";
7162            case CCAD: return "CCAD";
7163            case CCAR: return "CCAR";
7164            case CDEP: return "CDEP";
7165            case CDGD: return "CDGD";
7166            case CDIA: return "CDIA";
7167            case CEPI: return "CEPI";
7168            case CFEL: return "CFEL";
7169            case CHFC: return "CHFC";
7170            case CHRO: return "CHRO";
7171            case CHYP: return "CHYP";
7172            case CMIH: return "CMIH";
7173            case CMSC: return "CMSC";
7174            case COJR: return "COJR";
7175            case CONC: return "CONC";
7176            case COPD: return "COPD";
7177            case CORT: return "CORT";
7178            case CPAD: return "CPAD";
7179            case CPND: return "CPND";
7180            case CPST: return "CPST";
7181            case CSDM: return "CSDM";
7182            case CSIC: return "CSIC";
7183            case CSLD: return "CSLD";
7184            case CSPT: return "CSPT";
7185            case CTBU: return "CTBU";
7186            case CVDC: return "CVDC";
7187            case CWMA: return "CWMA";
7188            case CWOH: return "CWOH";
7189            case _ACTENCOUNTERCODE: return "_ActEncounterCode";
7190            case AMB: return "AMB";
7191            case EMER: return "EMER";
7192            case FLD: return "FLD";
7193            case HH: return "HH";
7194            case IMP: return "IMP";
7195            case ACUTE: return "ACUTE";
7196            case NONAC: return "NONAC";
7197            case PRENC: return "PRENC";
7198            case SS: return "SS";
7199            case VR: return "VR";
7200            case _ACTMEDICALSERVICECODE: return "_ActMedicalServiceCode";
7201            case ALC: return "ALC";
7202            case CARD: return "CARD";
7203            case CHR: return "CHR";
7204            case DNTL: return "DNTL";
7205            case DRGRHB: return "DRGRHB";
7206            case GENRL: return "GENRL";
7207            case MED: return "MED";
7208            case OBS: return "OBS";
7209            case ONC: return "ONC";
7210            case PALL: return "PALL";
7211            case PED: return "PED";
7212            case PHAR: return "PHAR";
7213            case PHYRHB: return "PHYRHB";
7214            case PSYCH: return "PSYCH";
7215            case SURG: return "SURG";
7216            case _ACTCLAIMATTACHMENTCATEGORYCODE: return "_ActClaimAttachmentCategoryCode";
7217            case AUTOATTCH: return "AUTOATTCH";
7218            case DOCUMENT: return "DOCUMENT";
7219            case HEALTHREC: return "HEALTHREC";
7220            case IMG: return "IMG";
7221            case LABRESULTS: return "LABRESULTS";
7222            case MODEL: return "MODEL";
7223            case WIATTCH: return "WIATTCH";
7224            case XRAY: return "XRAY";
7225            case _ACTCONSENTTYPE: return "_ActConsentType";
7226            case ICOL: return "ICOL";
7227            case IDSCL: return "IDSCL";
7228            case INFA: return "INFA";
7229            case INFAO: return "INFAO";
7230            case INFASO: return "INFASO";
7231            case IRDSCL: return "IRDSCL";
7232            case RESEARCH: return "RESEARCH";
7233            case RSDID: return "RSDID";
7234            case RSREID: return "RSREID";
7235            case _ACTCONTAINERREGISTRATIONCODE: return "_ActContainerRegistrationCode";
7236            case ID: return "ID";
7237            case IP: return "IP";
7238            case L: return "L";
7239            case M: return "M";
7240            case O: return "O";
7241            case R: return "R";
7242            case X: return "X";
7243            case _ACTCONTROLVARIABLE: return "_ActControlVariable";
7244            case AUTO: return "AUTO";
7245            case ENDC: return "ENDC";
7246            case REFLEX: return "REFLEX";
7247            case _ACTCOVERAGECONFIRMATIONCODE: return "_ActCoverageConfirmationCode";
7248            case _ACTCOVERAGEAUTHORIZATIONCONFIRMATIONCODE: return "_ActCoverageAuthorizationConfirmationCode";
7249            case AUTH: return "AUTH";
7250            case NAUTH: return "NAUTH";
7251            case _ACTCOVERAGEELIGIBILITYCONFIRMATIONCODE: return "_ActCoverageEligibilityConfirmationCode";
7252            case ELG: return "ELG";
7253            case NELG: return "NELG";
7254            case _ACTCOVERAGELIMITCODE: return "_ActCoverageLimitCode";
7255            case _ACTCOVERAGEQUANTITYLIMITCODE: return "_ActCoverageQuantityLimitCode";
7256            case COVPRD: return "COVPRD";
7257            case LFEMX: return "LFEMX";
7258            case NETAMT: return "NETAMT";
7259            case PRDMX: return "PRDMX";
7260            case UNITPRICE: return "UNITPRICE";
7261            case UNITQTY: return "UNITQTY";
7262            case COVMX: return "COVMX";
7263            case _ACTCOVEREDPARTYLIMITCODE: return "_ActCoveredPartyLimitCode";
7264            case _ACTCOVERAGETYPECODE: return "_ActCoverageTypeCode";
7265            case _ACTINSURANCEPOLICYCODE: return "_ActInsurancePolicyCode";
7266            case EHCPOL: return "EHCPOL";
7267            case HSAPOL: return "HSAPOL";
7268            case AUTOPOL: return "AUTOPOL";
7269            case COL: return "COL";
7270            case UNINSMOT: return "UNINSMOT";
7271            case PUBLICPOL: return "PUBLICPOL";
7272            case DENTPRG: return "DENTPRG";
7273            case DISEASEPRG: return "DISEASEPRG";
7274            case CANPRG: return "CANPRG";
7275            case ENDRENAL: return "ENDRENAL";
7276            case HIVAIDS: return "HIVAIDS";
7277            case MANDPOL: return "MANDPOL";
7278            case MENTPRG: return "MENTPRG";
7279            case SAFNET: return "SAFNET";
7280            case SUBPRG: return "SUBPRG";
7281            case SUBSIDIZ: return "SUBSIDIZ";
7282            case SUBSIDMC: return "SUBSIDMC";
7283            case SUBSUPP: return "SUBSUPP";
7284            case WCBPOL: return "WCBPOL";
7285            case _ACTINSURANCETYPECODE: return "_ActInsuranceTypeCode";
7286            case _ACTHEALTHINSURANCETYPECODE: return "_ActHealthInsuranceTypeCode";
7287            case DENTAL: return "DENTAL";
7288            case DISEASE: return "DISEASE";
7289            case DRUGPOL: return "DRUGPOL";
7290            case HIP: return "HIP";
7291            case LTC: return "LTC";
7292            case MCPOL: return "MCPOL";
7293            case POS: return "POS";
7294            case HMO: return "HMO";
7295            case PPO: return "PPO";
7296            case MENTPOL: return "MENTPOL";
7297            case SUBPOL: return "SUBPOL";
7298            case VISPOL: return "VISPOL";
7299            case DIS: return "DIS";
7300            case EWB: return "EWB";
7301            case FLEXP: return "FLEXP";
7302            case LIFE: return "LIFE";
7303            case ANNU: return "ANNU";
7304            case TLIFE: return "TLIFE";
7305            case ULIFE: return "ULIFE";
7306            case PNC: return "PNC";
7307            case REI: return "REI";
7308            case SURPL: return "SURPL";
7309            case UMBRL: return "UMBRL";
7310            case _ACTPROGRAMTYPECODE: return "_ActProgramTypeCode";
7311            case CHAR: return "CHAR";
7312            case CRIME: return "CRIME";
7313            case EAP: return "EAP";
7314            case GOVEMP: return "GOVEMP";
7315            case HIRISK: return "HIRISK";
7316            case IND: return "IND";
7317            case MILITARY: return "MILITARY";
7318            case RETIRE: return "RETIRE";
7319            case SOCIAL: return "SOCIAL";
7320            case VET: return "VET";
7321            case _ACTDETECTEDISSUEMANAGEMENTCODE: return "_ActDetectedIssueManagementCode";
7322            case _ACTADMINISTRATIVEDETECTEDISSUEMANAGEMENTCODE: return "_ActAdministrativeDetectedIssueManagementCode";
7323            case _AUTHORIZATIONISSUEMANAGEMENTCODE: return "_AuthorizationIssueManagementCode";
7324            case EMAUTH: return "EMAUTH";
7325            case _21: return "21";
7326            case _1: return "1";
7327            case _19: return "19";
7328            case _2: return "2";
7329            case _22: return "22";
7330            case _23: return "23";
7331            case _3: return "3";
7332            case _4: return "4";
7333            case _5: return "5";
7334            case _6: return "6";
7335            case _7: return "7";
7336            case _14: return "14";
7337            case _15: return "15";
7338            case _16: return "16";
7339            case _17: return "17";
7340            case _18: return "18";
7341            case _20: return "20";
7342            case _8: return "8";
7343            case _10: return "10";
7344            case _11: return "11";
7345            case _12: return "12";
7346            case _13: return "13";
7347            case _9: return "9";
7348            case _ACTEXPOSURECODE: return "_ActExposureCode";
7349            case CHLDCARE: return "CHLDCARE";
7350            case CONVEYNC: return "CONVEYNC";
7351            case HLTHCARE: return "HLTHCARE";
7352            case HOMECARE: return "HOMECARE";
7353            case HOSPPTNT: return "HOSPPTNT";
7354            case HOSPVSTR: return "HOSPVSTR";
7355            case HOUSEHLD: return "HOUSEHLD";
7356            case INMATE: return "INMATE";
7357            case INTIMATE: return "INTIMATE";
7358            case LTRMCARE: return "LTRMCARE";
7359            case PLACE: return "PLACE";
7360            case PTNTCARE: return "PTNTCARE";
7361            case SCHOOL2: return "SCHOOL2";
7362            case SOCIAL2: return "SOCIAL2";
7363            case SUBSTNCE: return "SUBSTNCE";
7364            case TRAVINT: return "TRAVINT";
7365            case WORK2: return "WORK2";
7366            case _ACTFINANCIALTRANSACTIONCODE: return "_ActFinancialTransactionCode";
7367            case CHRG: return "CHRG";
7368            case REV: return "REV";
7369            case _ACTINCIDENTCODE: return "_ActIncidentCode";
7370            case MVA: return "MVA";
7371            case SCHOOL: return "SCHOOL";
7372            case SPT: return "SPT";
7373            case WPA: return "WPA";
7374            case _ACTINFORMATIONACCESSCODE: return "_ActInformationAccessCode";
7375            case ACADR: return "ACADR";
7376            case ACALL: return "ACALL";
7377            case ACALLG: return "ACALLG";
7378            case ACCONS: return "ACCONS";
7379            case ACDEMO: return "ACDEMO";
7380            case ACDI: return "ACDI";
7381            case ACIMMUN: return "ACIMMUN";
7382            case ACLAB: return "ACLAB";
7383            case ACMED: return "ACMED";
7384            case ACMEDC: return "ACMEDC";
7385            case ACMEN: return "ACMEN";
7386            case ACOBS: return "ACOBS";
7387            case ACPOLPRG: return "ACPOLPRG";
7388            case ACPROV: return "ACPROV";
7389            case ACPSERV: return "ACPSERV";
7390            case ACSUBSTAB: return "ACSUBSTAB";
7391            case _ACTINFORMATIONACCESSCONTEXTCODE: return "_ActInformationAccessContextCode";
7392            case INFAUT: return "INFAUT";
7393            case INFCON: return "INFCON";
7394            case INFCRT: return "INFCRT";
7395            case INFDNG: return "INFDNG";
7396            case INFEMER: return "INFEMER";
7397            case INFPWR: return "INFPWR";
7398            case INFREG: return "INFREG";
7399            case _ACTINFORMATIONCATEGORYCODE: return "_ActInformationCategoryCode";
7400            case ALLCAT: return "ALLCAT";
7401            case ALLGCAT: return "ALLGCAT";
7402            case ARCAT: return "ARCAT";
7403            case COBSCAT: return "COBSCAT";
7404            case DEMOCAT: return "DEMOCAT";
7405            case DICAT: return "DICAT";
7406            case IMMUCAT: return "IMMUCAT";
7407            case LABCAT: return "LABCAT";
7408            case MEDCCAT: return "MEDCCAT";
7409            case MENCAT: return "MENCAT";
7410            case PSVCCAT: return "PSVCCAT";
7411            case RXCAT: return "RXCAT";
7412            case _ACTINVOICEELEMENTCODE: return "_ActInvoiceElementCode";
7413            case _ACTINVOICEADJUDICATIONPAYMENTCODE: return "_ActInvoiceAdjudicationPaymentCode";
7414            case _ACTINVOICEADJUDICATIONPAYMENTGROUPCODE: return "_ActInvoiceAdjudicationPaymentGroupCode";
7415            case ALEC: return "ALEC";
7416            case BONUS: return "BONUS";
7417            case CFWD: return "CFWD";
7418            case EDU: return "EDU";
7419            case EPYMT: return "EPYMT";
7420            case GARN: return "GARN";
7421            case INVOICE: return "INVOICE";
7422            case PINV: return "PINV";
7423            case PPRD: return "PPRD";
7424            case PROA: return "PROA";
7425            case RECOV: return "RECOV";
7426            case RETRO: return "RETRO";
7427            case TRAN: return "TRAN";
7428            case _ACTINVOICEADJUDICATIONPAYMENTSUMMARYCODE: return "_ActInvoiceAdjudicationPaymentSummaryCode";
7429            case INVTYPE: return "INVTYPE";
7430            case PAYEE: return "PAYEE";
7431            case PAYOR: return "PAYOR";
7432            case SENDAPP: return "SENDAPP";
7433            case _ACTINVOICEDETAILCODE: return "_ActInvoiceDetailCode";
7434            case _ACTINVOICEDETAILCLINICALPRODUCTCODE: return "_ActInvoiceDetailClinicalProductCode";
7435            case UNSPSC: return "UNSPSC";
7436            case _ACTINVOICEDETAILDRUGPRODUCTCODE: return "_ActInvoiceDetailDrugProductCode";
7437            case GTIN: return "GTIN";
7438            case UPC: return "UPC";
7439            case _ACTINVOICEDETAILGENERICCODE: return "_ActInvoiceDetailGenericCode";
7440            case _ACTINVOICEDETAILGENERICADJUDICATORCODE: return "_ActInvoiceDetailGenericAdjudicatorCode";
7441            case COIN: return "COIN";
7442            case COPAYMENT: return "COPAYMENT";
7443            case DEDUCTIBLE: return "DEDUCTIBLE";
7444            case PAY: return "PAY";
7445            case SPEND: return "SPEND";
7446            case COINS: return "COINS";
7447            case _ACTINVOICEDETAILGENERICMODIFIERCODE: return "_ActInvoiceDetailGenericModifierCode";
7448            case AFTHRS: return "AFTHRS";
7449            case ISOL: return "ISOL";
7450            case OOO: return "OOO";
7451            case _ACTINVOICEDETAILGENERICPROVIDERCODE: return "_ActInvoiceDetailGenericProviderCode";
7452            case CANCAPT: return "CANCAPT";
7453            case DSC: return "DSC";
7454            case ESA: return "ESA";
7455            case FFSTOP: return "FFSTOP";
7456            case FNLFEE: return "FNLFEE";
7457            case FRSTFEE: return "FRSTFEE";
7458            case MARKUP: return "MARKUP";
7459            case MISSAPT: return "MISSAPT";
7460            case PERFEE: return "PERFEE";
7461            case PERMBNS: return "PERMBNS";
7462            case RESTOCK: return "RESTOCK";
7463            case TRAVEL: return "TRAVEL";
7464            case URGENT: return "URGENT";
7465            case _ACTINVOICEDETAILTAXCODE: return "_ActInvoiceDetailTaxCode";
7466            case FST: return "FST";
7467            case HST: return "HST";
7468            case PST: return "PST";
7469            case _ACTINVOICEDETAILPREFERREDACCOMMODATIONCODE: return "_ActInvoiceDetailPreferredAccommodationCode";
7470            case _ACTENCOUNTERACCOMMODATIONCODE: return "_ActEncounterAccommodationCode";
7471            case _HL7ACCOMMODATIONCODE: return "_HL7AccommodationCode";
7472            case I: return "I";
7473            case P: return "P";
7474            case S: return "S";
7475            case SP: return "SP";
7476            case W: return "W";
7477            case _ACTINVOICEDETAILCLINICALSERVICECODE: return "_ActInvoiceDetailClinicalServiceCode";
7478            case _ACTINVOICEGROUPCODE: return "_ActInvoiceGroupCode";
7479            case _ACTINVOICEINTERGROUPCODE: return "_ActInvoiceInterGroupCode";
7480            case CPNDDRGING: return "CPNDDRGING";
7481            case CPNDINDING: return "CPNDINDING";
7482            case CPNDSUPING: return "CPNDSUPING";
7483            case DRUGING: return "DRUGING";
7484            case FRAMEING: return "FRAMEING";
7485            case LENSING: return "LENSING";
7486            case PRDING: return "PRDING";
7487            case _ACTINVOICEROOTGROUPCODE: return "_ActInvoiceRootGroupCode";
7488            case CPINV: return "CPINV";
7489            case CSINV: return "CSINV";
7490            case CSPINV: return "CSPINV";
7491            case FININV: return "FININV";
7492            case OHSINV: return "OHSINV";
7493            case PAINV: return "PAINV";
7494            case RXCINV: return "RXCINV";
7495            case RXDINV: return "RXDINV";
7496            case SBFINV: return "SBFINV";
7497            case VRXINV: return "VRXINV";
7498            case _ACTINVOICEELEMENTSUMMARYCODE: return "_ActInvoiceElementSummaryCode";
7499            case _INVOICEELEMENTADJUDICATED: return "_InvoiceElementAdjudicated";
7500            case ADNFPPELAT: return "ADNFPPELAT";
7501            case ADNFPPELCT: return "ADNFPPELCT";
7502            case ADNFPPMNAT: return "ADNFPPMNAT";
7503            case ADNFPPMNCT: return "ADNFPPMNCT";
7504            case ADNFSPELAT: return "ADNFSPELAT";
7505            case ADNFSPELCT: return "ADNFSPELCT";
7506            case ADNFSPMNAT: return "ADNFSPMNAT";
7507            case ADNFSPMNCT: return "ADNFSPMNCT";
7508            case ADNPPPELAT: return "ADNPPPELAT";
7509            case ADNPPPELCT: return "ADNPPPELCT";
7510            case ADNPPPMNAT: return "ADNPPPMNAT";
7511            case ADNPPPMNCT: return "ADNPPPMNCT";
7512            case ADNPSPELAT: return "ADNPSPELAT";
7513            case ADNPSPELCT: return "ADNPSPELCT";
7514            case ADNPSPMNAT: return "ADNPSPMNAT";
7515            case ADNPSPMNCT: return "ADNPSPMNCT";
7516            case ADPPPPELAT: return "ADPPPPELAT";
7517            case ADPPPPELCT: return "ADPPPPELCT";
7518            case ADPPPPMNAT: return "ADPPPPMNAT";
7519            case ADPPPPMNCT: return "ADPPPPMNCT";
7520            case ADPPSPELAT: return "ADPPSPELAT";
7521            case ADPPSPELCT: return "ADPPSPELCT";
7522            case ADPPSPMNAT: return "ADPPSPMNAT";
7523            case ADPPSPMNCT: return "ADPPSPMNCT";
7524            case ADRFPPELAT: return "ADRFPPELAT";
7525            case ADRFPPELCT: return "ADRFPPELCT";
7526            case ADRFPPMNAT: return "ADRFPPMNAT";
7527            case ADRFPPMNCT: return "ADRFPPMNCT";
7528            case ADRFSPELAT: return "ADRFSPELAT";
7529            case ADRFSPELCT: return "ADRFSPELCT";
7530            case ADRFSPMNAT: return "ADRFSPMNAT";
7531            case ADRFSPMNCT: return "ADRFSPMNCT";
7532            case _INVOICEELEMENTPAID: return "_InvoiceElementPaid";
7533            case PDNFPPELAT: return "PDNFPPELAT";
7534            case PDNFPPELCT: return "PDNFPPELCT";
7535            case PDNFPPMNAT: return "PDNFPPMNAT";
7536            case PDNFPPMNCT: return "PDNFPPMNCT";
7537            case PDNFSPELAT: return "PDNFSPELAT";
7538            case PDNFSPELCT: return "PDNFSPELCT";
7539            case PDNFSPMNAT: return "PDNFSPMNAT";
7540            case PDNFSPMNCT: return "PDNFSPMNCT";
7541            case PDNPPPELAT: return "PDNPPPELAT";
7542            case PDNPPPELCT: return "PDNPPPELCT";
7543            case PDNPPPMNAT: return "PDNPPPMNAT";
7544            case PDNPPPMNCT: return "PDNPPPMNCT";
7545            case PDNPSPELAT: return "PDNPSPELAT";
7546            case PDNPSPELCT: return "PDNPSPELCT";
7547            case PDNPSPMNAT: return "PDNPSPMNAT";
7548            case PDNPSPMNCT: return "PDNPSPMNCT";
7549            case PDPPPPELAT: return "PDPPPPELAT";
7550            case PDPPPPELCT: return "PDPPPPELCT";
7551            case PDPPPPMNAT: return "PDPPPPMNAT";
7552            case PDPPPPMNCT: return "PDPPPPMNCT";
7553            case PDPPSPELAT: return "PDPPSPELAT";
7554            case PDPPSPELCT: return "PDPPSPELCT";
7555            case PDPPSPMNAT: return "PDPPSPMNAT";
7556            case PDPPSPMNCT: return "PDPPSPMNCT";
7557            case _INVOICEELEMENTSUBMITTED: return "_InvoiceElementSubmitted";
7558            case SBBLELAT: return "SBBLELAT";
7559            case SBBLELCT: return "SBBLELCT";
7560            case SBNFELAT: return "SBNFELAT";
7561            case SBNFELCT: return "SBNFELCT";
7562            case SBPDELAT: return "SBPDELAT";
7563            case SBPDELCT: return "SBPDELCT";
7564            case _ACTINVOICEOVERRIDECODE: return "_ActInvoiceOverrideCode";
7565            case COVGE: return "COVGE";
7566            case EFORM: return "EFORM";
7567            case FAX: return "FAX";
7568            case GFTH: return "GFTH";
7569            case LATE: return "LATE";
7570            case MANUAL: return "MANUAL";
7571            case OOJ: return "OOJ";
7572            case ORTHO: return "ORTHO";
7573            case PAPER: return "PAPER";
7574            case PIE: return "PIE";
7575            case PYRDELAY: return "PYRDELAY";
7576            case REFNR: return "REFNR";
7577            case REPSERV: return "REPSERV";
7578            case UNRELAT: return "UNRELAT";
7579            case VERBAUTH: return "VERBAUTH";
7580            case _ACTLISTCODE: return "_ActListCode";
7581            case _ACTOBSERVATIONLIST: return "_ActObservationList";
7582            case CARELIST: return "CARELIST";
7583            case CONDLIST: return "CONDLIST";
7584            case INTOLIST: return "INTOLIST";
7585            case PROBLIST: return "PROBLIST";
7586            case RISKLIST: return "RISKLIST";
7587            case GOALLIST: return "GOALLIST";
7588            case _ACTTHERAPYDURATIONWORKINGLISTCODE: return "_ActTherapyDurationWorkingListCode";
7589            case _ACTMEDICATIONTHERAPYDURATIONWORKINGLISTCODE: return "_ActMedicationTherapyDurationWorkingListCode";
7590            case ACU: return "ACU";
7591            case CHRON: return "CHRON";
7592            case ONET: return "ONET";
7593            case PRN: return "PRN";
7594            case MEDLIST: return "MEDLIST";
7595            case CURMEDLIST: return "CURMEDLIST";
7596            case DISCMEDLIST: return "DISCMEDLIST";
7597            case HISTMEDLIST: return "HISTMEDLIST";
7598            case _ACTMONITORINGPROTOCOLCODE: return "_ActMonitoringProtocolCode";
7599            case CTLSUB: return "CTLSUB";
7600            case INV: return "INV";
7601            case LU: return "LU";
7602            case OTC: return "OTC";
7603            case RX: return "RX";
7604            case SA: return "SA";
7605            case SAC: return "SAC";
7606            case _ACTNONOBSERVATIONINDICATIONCODE: return "_ActNonObservationIndicationCode";
7607            case IND01: return "IND01";
7608            case IND02: return "IND02";
7609            case IND03: return "IND03";
7610            case IND04: return "IND04";
7611            case IND05: return "IND05";
7612            case _ACTOBSERVATIONVERIFICATIONTYPE: return "_ActObservationVerificationType";
7613            case VFPAPER: return "VFPAPER";
7614            case _ACTPAYMENTCODE: return "_ActPaymentCode";
7615            case ACH: return "ACH";
7616            case CHK: return "CHK";
7617            case DDP: return "DDP";
7618            case NON: return "NON";
7619            case _ACTPHARMACYSUPPLYTYPE: return "_ActPharmacySupplyType";
7620            case DF: return "DF";
7621            case EM: return "EM";
7622            case SO: return "SO";
7623            case FF: return "FF";
7624            case FFC: return "FFC";
7625            case FFP: return "FFP";
7626            case FFSS: return "FFSS";
7627            case TF: return "TF";
7628            case FS: return "FS";
7629            case MS: return "MS";
7630            case RF: return "RF";
7631            case UD: return "UD";
7632            case RFC: return "RFC";
7633            case RFCS: return "RFCS";
7634            case RFF: return "RFF";
7635            case RFFS: return "RFFS";
7636            case RFP: return "RFP";
7637            case RFPS: return "RFPS";
7638            case RFS: return "RFS";
7639            case TB: return "TB";
7640            case TBS: return "TBS";
7641            case UDE: return "UDE";
7642            case _ACTPOLICYTYPE: return "_ActPolicyType";
7643            case _ACTPRIVACYPOLICY: return "_ActPrivacyPolicy";
7644            case _ACTCONSENTDIRECTIVE: return "_ActConsentDirective";
7645            case EMRGONLY: return "EMRGONLY";
7646            case NOPP: return "NOPP";
7647            case OPTIN: return "OPTIN";
7648            case OPTOUT: return "OPTOUT";
7649            case _INFORMATIONSENSITIVITYPOLICY: return "_InformationSensitivityPolicy";
7650            case _ACTINFORMATIONSENSITIVITYPOLICY: return "_ActInformationSensitivityPolicy";
7651            case ETH: return "ETH";
7652            case GDIS: return "GDIS";
7653            case HIV: return "HIV";
7654            case PSY: return "PSY";
7655            case SCA: return "SCA";
7656            case SDV: return "SDV";
7657            case SEX: return "SEX";
7658            case STD: return "STD";
7659            case TBOO: return "TBOO";
7660            case SICKLE: return "SICKLE";
7661            case _ENTITYSENSITIVITYPOLICYTYPE: return "_EntitySensitivityPolicyType";
7662            case DEMO: return "DEMO";
7663            case DOB: return "DOB";
7664            case GENDER: return "GENDER";
7665            case LIVARG: return "LIVARG";
7666            case MARST: return "MARST";
7667            case RACE: return "RACE";
7668            case REL: return "REL";
7669            case _ROLEINFORMATIONSENSITIVITYPOLICY: return "_RoleInformationSensitivityPolicy";
7670            case B: return "B";
7671            case EMPL: return "EMPL";
7672            case LOCIS: return "LOCIS";
7673            case SSP: return "SSP";
7674            case ADOL: return "ADOL";
7675            case CEL: return "CEL";
7676            case DIA: return "DIA";
7677            case DRGIS: return "DRGIS";
7678            case EMP: return "EMP";
7679            case PDS: return "PDS";
7680            case PRS: return "PRS";
7681            case COMPT: return "COMPT";
7682            case HRCOMPT: return "HRCOMPT";
7683            case RESCOMPT: return "RESCOMPT";
7684            case RMGTCOMPT: return "RMGTCOMPT";
7685            case ACTTRUSTPOLICYTYPE: return "ActTrustPolicyType";
7686            case TRSTACCRD: return "TRSTACCRD";
7687            case TRSTAGRE: return "TRSTAGRE";
7688            case TRSTASSUR: return "TRSTASSUR";
7689            case TRSTCERT: return "TRSTCERT";
7690            case TRSTFWK: return "TRSTFWK";
7691            case TRSTMEC: return "TRSTMEC";
7692            case COVPOL: return "COVPOL";
7693            case SECURITYPOLICY: return "SecurityPolicy";
7694            case OBLIGATIONPOLICY: return "ObligationPolicy";
7695            case ANONY: return "ANONY";
7696            case AOD: return "AOD";
7697            case AUDIT: return "AUDIT";
7698            case AUDTR: return "AUDTR";
7699            case CPLYCC: return "CPLYCC";
7700            case CPLYCD: return "CPLYCD";
7701            case CPLYJPP: return "CPLYJPP";
7702            case CPLYOPP: return "CPLYOPP";
7703            case CPLYOSP: return "CPLYOSP";
7704            case CPLYPOL: return "CPLYPOL";
7705            case DEID: return "DEID";
7706            case DELAU: return "DELAU";
7707            case ENCRYPT: return "ENCRYPT";
7708            case ENCRYPTR: return "ENCRYPTR";
7709            case ENCRYPTT: return "ENCRYPTT";
7710            case ENCRYPTU: return "ENCRYPTU";
7711            case HUAPRV: return "HUAPRV";
7712            case MASK: return "MASK";
7713            case MINEC: return "MINEC";
7714            case PRIVMARK: return "PRIVMARK";
7715            case PSEUD: return "PSEUD";
7716            case REDACT: return "REDACT";
7717            case REFRAINPOLICY: return "RefrainPolicy";
7718            case NOAUTH: return "NOAUTH";
7719            case NOCOLLECT: return "NOCOLLECT";
7720            case NODSCLCD: return "NODSCLCD";
7721            case NODSCLCDS: return "NODSCLCDS";
7722            case NOINTEGRATE: return "NOINTEGRATE";
7723            case NOLIST: return "NOLIST";
7724            case NOMOU: return "NOMOU";
7725            case NOORGPOL: return "NOORGPOL";
7726            case NOPAT: return "NOPAT";
7727            case NOPERSISTP: return "NOPERSISTP";
7728            case NORDSCLCD: return "NORDSCLCD";
7729            case NORDSCLCDS: return "NORDSCLCDS";
7730            case NORDSCLW: return "NORDSCLW";
7731            case NORELINK: return "NORELINK";
7732            case NOREUSE: return "NOREUSE";
7733            case NOVIP: return "NOVIP";
7734            case ORCON: return "ORCON";
7735            case _ACTPRODUCTACQUISITIONCODE: return "_ActProductAcquisitionCode";
7736            case LOAN: return "LOAN";
7737            case RENT: return "RENT";
7738            case TRANSFER: return "TRANSFER";
7739            case SALE: return "SALE";
7740            case _ACTSPECIMENTRANSPORTCODE: return "_ActSpecimenTransportCode";
7741            case SREC: return "SREC";
7742            case SSTOR: return "SSTOR";
7743            case STRAN: return "STRAN";
7744            case _ACTSPECIMENTREATMENTCODE: return "_ActSpecimenTreatmentCode";
7745            case ACID: return "ACID";
7746            case ALK: return "ALK";
7747            case DEFB: return "DEFB";
7748            case FILT: return "FILT";
7749            case LDLP: return "LDLP";
7750            case NEUT: return "NEUT";
7751            case RECA: return "RECA";
7752            case UFIL: return "UFIL";
7753            case _ACTSUBSTANCEADMINISTRATIONCODE: return "_ActSubstanceAdministrationCode";
7754            case DRUG: return "DRUG";
7755            case FD: return "FD";
7756            case IMMUNIZ: return "IMMUNIZ";
7757            case BOOSTER: return "BOOSTER";
7758            case INITIMMUNIZ: return "INITIMMUNIZ";
7759            case _ACTTASKCODE: return "_ActTaskCode";
7760            case OE: return "OE";
7761            case LABOE: return "LABOE";
7762            case MEDOE: return "MEDOE";
7763            case PATDOC: return "PATDOC";
7764            case ALLERLREV: return "ALLERLREV";
7765            case CLINNOTEE: return "CLINNOTEE";
7766            case DIAGLISTE: return "DIAGLISTE";
7767            case DISCHINSTE: return "DISCHINSTE";
7768            case DISCHSUME: return "DISCHSUME";
7769            case PATEDUE: return "PATEDUE";
7770            case PATREPE: return "PATREPE";
7771            case PROBLISTE: return "PROBLISTE";
7772            case RADREPE: return "RADREPE";
7773            case IMMLREV: return "IMMLREV";
7774            case REMLREV: return "REMLREV";
7775            case WELLREMLREV: return "WELLREMLREV";
7776            case PATINFO: return "PATINFO";
7777            case ALLERLE: return "ALLERLE";
7778            case CDSREV: return "CDSREV";
7779            case CLINNOTEREV: return "CLINNOTEREV";
7780            case DISCHSUMREV: return "DISCHSUMREV";
7781            case DIAGLISTREV: return "DIAGLISTREV";
7782            case IMMLE: return "IMMLE";
7783            case LABRREV: return "LABRREV";
7784            case MICRORREV: return "MICRORREV";
7785            case MICROORGRREV: return "MICROORGRREV";
7786            case MICROSENSRREV: return "MICROSENSRREV";
7787            case MLREV: return "MLREV";
7788            case MARWLREV: return "MARWLREV";
7789            case OREV: return "OREV";
7790            case PATREPREV: return "PATREPREV";
7791            case PROBLISTREV: return "PROBLISTREV";
7792            case RADREPREV: return "RADREPREV";
7793            case REMLE: return "REMLE";
7794            case WELLREMLE: return "WELLREMLE";
7795            case RISKASSESS: return "RISKASSESS";
7796            case FALLRISK: return "FALLRISK";
7797            case _ACTTRANSPORTATIONMODECODE: return "_ActTransportationModeCode";
7798            case _ACTPATIENTTRANSPORTATIONMODECODE: return "_ActPatientTransportationModeCode";
7799            case AFOOT: return "AFOOT";
7800            case AMBT: return "AMBT";
7801            case AMBAIR: return "AMBAIR";
7802            case AMBGRND: return "AMBGRND";
7803            case AMBHELO: return "AMBHELO";
7804            case LAWENF: return "LAWENF";
7805            case PRVTRN: return "PRVTRN";
7806            case PUBTRN: return "PUBTRN";
7807            case _OBSERVATIONTYPE: return "_ObservationType";
7808            case _ACTSPECOBSCODE: return "_ActSpecObsCode";
7809            case ARTBLD: return "ARTBLD";
7810            case DILUTION: return "DILUTION";
7811            case AUTOHIGH: return "AUTO-HIGH";
7812            case AUTOLOW: return "AUTO-LOW";
7813            case PRE: return "PRE";
7814            case RERUN: return "RERUN";
7815            case EVNFCTS: return "EVNFCTS";
7816            case INTFR: return "INTFR";
7817            case FIBRIN: return "FIBRIN";
7818            case HEMOLYSIS: return "HEMOLYSIS";
7819            case ICTERUS: return "ICTERUS";
7820            case LIPEMIA: return "LIPEMIA";
7821            case VOLUME: return "VOLUME";
7822            case AVAILABLE: return "AVAILABLE";
7823            case CONSUMPTION: return "CONSUMPTION";
7824            case CURRENT: return "CURRENT";
7825            case INITIAL: return "INITIAL";
7826            case _ANNOTATIONTYPE: return "_AnnotationType";
7827            case _ACTPATIENTANNOTATIONTYPE: return "_ActPatientAnnotationType";
7828            case ANNDI: return "ANNDI";
7829            case ANNGEN: return "ANNGEN";
7830            case ANNIMM: return "ANNIMM";
7831            case ANNLAB: return "ANNLAB";
7832            case ANNMED: return "ANNMED";
7833            case _GENETICOBSERVATIONTYPE: return "_GeneticObservationType";
7834            case GENE: return "GENE";
7835            case _IMMUNIZATIONOBSERVATIONTYPE: return "_ImmunizationObservationType";
7836            case OBSANTC: return "OBSANTC";
7837            case OBSANTV: return "OBSANTV";
7838            case _INDIVIDUALCASESAFETYREPORTTYPE: return "_IndividualCaseSafetyReportType";
7839            case PATADVEVNT: return "PAT_ADV_EVNT";
7840            case VACPROBLEM: return "VAC_PROBLEM";
7841            case _LOINCOBSERVATIONACTCONTEXTAGETYPE: return "_LOINCObservationActContextAgeType";
7842            case _216119: return "21611-9";
7843            case _216127: return "21612-7";
7844            case _295535: return "29553-5";
7845            case _305250: return "30525-0";
7846            case _309724: return "30972-4";
7847            case _MEDICATIONOBSERVATIONTYPE: return "_MedicationObservationType";
7848            case REPHALFLIFE: return "REP_HALF_LIFE";
7849            case SPLCOATING: return "SPLCOATING";
7850            case SPLCOLOR: return "SPLCOLOR";
7851            case SPLIMAGE: return "SPLIMAGE";
7852            case SPLIMPRINT: return "SPLIMPRINT";
7853            case SPLSCORING: return "SPLSCORING";
7854            case SPLSHAPE: return "SPLSHAPE";
7855            case SPLSIZE: return "SPLSIZE";
7856            case SPLSYMBOL: return "SPLSYMBOL";
7857            case _OBSERVATIONISSUETRIGGERCODEDOBSERVATIONTYPE: return "_ObservationIssueTriggerCodedObservationType";
7858            case _CASETRANSMISSIONMODE: return "_CaseTransmissionMode";
7859            case AIRTRNS: return "AIRTRNS";
7860            case ANANTRNS: return "ANANTRNS";
7861            case ANHUMTRNS: return "ANHUMTRNS";
7862            case BDYFLDTRNS: return "BDYFLDTRNS";
7863            case BLDTRNS: return "BLDTRNS";
7864            case DERMTRNS: return "DERMTRNS";
7865            case ENVTRNS: return "ENVTRNS";
7866            case FECTRNS: return "FECTRNS";
7867            case FOMTRNS: return "FOMTRNS";
7868            case FOODTRNS: return "FOODTRNS";
7869            case HUMHUMTRNS: return "HUMHUMTRNS";
7870            case INDTRNS: return "INDTRNS";
7871            case LACTTRNS: return "LACTTRNS";
7872            case NOSTRNS: return "NOSTRNS";
7873            case PARTRNS: return "PARTRNS";
7874            case PLACTRNS: return "PLACTRNS";
7875            case SEXTRNS: return "SEXTRNS";
7876            case TRNSFTRNS: return "TRNSFTRNS";
7877            case VECTRNS: return "VECTRNS";
7878            case WATTRNS: return "WATTRNS";
7879            case _OBSERVATIONQUALITYMEASUREATTRIBUTE: return "_ObservationQualityMeasureAttribute";
7880            case AGGREGATE: return "AGGREGATE";
7881            case COPY: return "COPY";
7882            case CRS: return "CRS";
7883            case DEF: return "DEF";
7884            case DISC: return "DISC";
7885            case FINALDT: return "FINALDT";
7886            case GUIDE: return "GUIDE";
7887            case IDUR: return "IDUR";
7888            case ITMCNT: return "ITMCNT";
7889            case KEY: return "KEY";
7890            case MEDT: return "MEDT";
7891            case MSD: return "MSD";
7892            case MSRADJ: return "MSRADJ";
7893            case MSRAGG: return "MSRAGG";
7894            case MSRIMPROV: return "MSRIMPROV";
7895            case MSRJUR: return "MSRJUR";
7896            case MSRRPTR: return "MSRRPTR";
7897            case MSRRPTTIME: return "MSRRPTTIME";
7898            case MSRSCORE: return "MSRSCORE";
7899            case MSRSET: return "MSRSET";
7900            case MSRTOPIC: return "MSRTOPIC";
7901            case MSRTP: return "MSRTP";
7902            case MSRTYPE: return "MSRTYPE";
7903            case RAT: return "RAT";
7904            case REF: return "REF";
7905            case SDE: return "SDE";
7906            case STRAT: return "STRAT";
7907            case TRANF: return "TRANF";
7908            case USE: return "USE";
7909            case _OBSERVATIONSEQUENCETYPE: return "_ObservationSequenceType";
7910            case TIMEABSOLUTE: return "TIME_ABSOLUTE";
7911            case TIMERELATIVE: return "TIME_RELATIVE";
7912            case _OBSERVATIONSERIESTYPE: return "_ObservationSeriesType";
7913            case _ECGOBSERVATIONSERIESTYPE: return "_ECGObservationSeriesType";
7914            case REPRESENTATIVEBEAT: return "REPRESENTATIVE_BEAT";
7915            case RHYTHM: return "RHYTHM";
7916            case _PATIENTIMMUNIZATIONRELATEDOBSERVATIONTYPE: return "_PatientImmunizationRelatedObservationType";
7917            case CLSSRM: return "CLSSRM";
7918            case GRADE: return "GRADE";
7919            case SCHL: return "SCHL";
7920            case SCHLDIV: return "SCHLDIV";
7921            case TEACHER: return "TEACHER";
7922            case _POPULATIONINCLUSIONOBSERVATIONTYPE: return "_PopulationInclusionObservationType";
7923            case DENEX: return "DENEX";
7924            case DENEXCEP: return "DENEXCEP";
7925            case DENOM: return "DENOM";
7926            case IPOP: return "IPOP";
7927            case IPPOP: return "IPPOP";
7928            case MSRPOPL: return "MSRPOPL";
7929            case MSRPOPLEX: return "MSRPOPLEX";
7930            case NUMER: return "NUMER";
7931            case NUMEX: return "NUMEX";
7932            case _PREFERENCEOBSERVATIONTYPE: return "_PreferenceObservationType";
7933            case PREFSTRENGTH: return "PREFSTRENGTH";
7934            case ADVERSEREACTION: return "ADVERSE_REACTION";
7935            case ASSERTION: return "ASSERTION";
7936            case CASESER: return "CASESER";
7937            case CDIO: return "CDIO";
7938            case CRIT: return "CRIT";
7939            case CTMO: return "CTMO";
7940            case DX: return "DX";
7941            case ADMDX: return "ADMDX";
7942            case DISDX: return "DISDX";
7943            case INTDX: return "INTDX";
7944            case NOI: return "NOI";
7945            case GISTIER: return "GISTIER";
7946            case HHOBS: return "HHOBS";
7947            case ISSUE: return "ISSUE";
7948            case _ACTADMINISTRATIVEDETECTEDISSUECODE: return "_ActAdministrativeDetectedIssueCode";
7949            case _ACTADMINISTRATIVEAUTHORIZATIONDETECTEDISSUECODE: return "_ActAdministrativeAuthorizationDetectedIssueCode";
7950            case NAT: return "NAT";
7951            case SUPPRESSED: return "SUPPRESSED";
7952            case VALIDAT: return "VALIDAT";
7953            case KEY204: return "KEY204";
7954            case KEY205: return "KEY205";
7955            case COMPLY: return "COMPLY";
7956            case DUPTHPY: return "DUPTHPY";
7957            case DUPTHPCLS: return "DUPTHPCLS";
7958            case DUPTHPGEN: return "DUPTHPGEN";
7959            case ABUSE: return "ABUSE";
7960            case FRAUD: return "FRAUD";
7961            case PLYDOC: return "PLYDOC";
7962            case PLYPHRM: return "PLYPHRM";
7963            case DOSE: return "DOSE";
7964            case DOSECOND: return "DOSECOND";
7965            case DOSEDUR: return "DOSEDUR";
7966            case DOSEDURH: return "DOSEDURH";
7967            case DOSEDURHIND: return "DOSEDURHIND";
7968            case DOSEDURL: return "DOSEDURL";
7969            case DOSEDURLIND: return "DOSEDURLIND";
7970            case DOSEH: return "DOSEH";
7971            case DOSEHINDA: return "DOSEHINDA";
7972            case DOSEHIND: return "DOSEHIND";
7973            case DOSEHINDSA: return "DOSEHINDSA";
7974            case DOSEHINDW: return "DOSEHINDW";
7975            case DOSEIVL: return "DOSEIVL";
7976            case DOSEIVLIND: return "DOSEIVLIND";
7977            case DOSEL: return "DOSEL";
7978            case DOSELINDA: return "DOSELINDA";
7979            case DOSELIND: return "DOSELIND";
7980            case DOSELINDSA: return "DOSELINDSA";
7981            case DOSELINDW: return "DOSELINDW";
7982            case MDOSE: return "MDOSE";
7983            case OBSA: return "OBSA";
7984            case AGE: return "AGE";
7985            case ADALRT: return "ADALRT";
7986            case GEALRT: return "GEALRT";
7987            case PEALRT: return "PEALRT";
7988            case COND: return "COND";
7989            case HGHT: return "HGHT";
7990            case LACT: return "LACT";
7991            case PREG: return "PREG";
7992            case WGHT: return "WGHT";
7993            case CREACT: return "CREACT";
7994            case GEN: return "GEN";
7995            case GEND: return "GEND";
7996            case LAB: return "LAB";
7997            case REACT: return "REACT";
7998            case ALGY: return "ALGY";
7999            case INT: return "INT";
8000            case RREACT: return "RREACT";
8001            case RALG: return "RALG";
8002            case RAR: return "RAR";
8003            case RINT: return "RINT";
8004            case BUS: return "BUS";
8005            case CODEINVAL: return "CODE_INVAL";
8006            case CODEDEPREC: return "CODE_DEPREC";
8007            case FORMAT: return "FORMAT";
8008            case ILLEGAL: return "ILLEGAL";
8009            case LENRANGE: return "LEN_RANGE";
8010            case LENLONG: return "LEN_LONG";
8011            case LENSHORT: return "LEN_SHORT";
8012            case MISSCOND: return "MISSCOND";
8013            case MISSMAND: return "MISSMAND";
8014            case NODUPS: return "NODUPS";
8015            case NOPERSIST: return "NOPERSIST";
8016            case REPRANGE: return "REP_RANGE";
8017            case MAXOCCURS: return "MAXOCCURS";
8018            case MINOCCURS: return "MINOCCURS";
8019            case _ACTADMINISTRATIVERULEDETECTEDISSUECODE: return "_ActAdministrativeRuleDetectedIssueCode";
8020            case KEY206: return "KEY206";
8021            case OBSOLETE: return "OBSOLETE";
8022            case _ACTSUPPLIEDITEMDETECTEDISSUECODE: return "_ActSuppliedItemDetectedIssueCode";
8023            case _ADMINISTRATIONDETECTEDISSUECODE: return "_AdministrationDetectedIssueCode";
8024            case _APPROPRIATENESSDETECTEDISSUECODE: return "_AppropriatenessDetectedIssueCode";
8025            case _INTERACTIONDETECTEDISSUECODE: return "_InteractionDetectedIssueCode";
8026            case FOOD: return "FOOD";
8027            case TPROD: return "TPROD";
8028            case DRG: return "DRG";
8029            case NHP: return "NHP";
8030            case NONRX: return "NONRX";
8031            case PREVINEF: return "PREVINEF";
8032            case DACT: return "DACT";
8033            case TIME: return "TIME";
8034            case ALRTENDLATE: return "ALRTENDLATE";
8035            case ALRTSTRTLATE: return "ALRTSTRTLATE";
8036            case _TIMINGDETECTEDISSUECODE: return "_TimingDetectedIssueCode";
8037            case ENDLATE: return "ENDLATE";
8038            case STRTLATE: return "STRTLATE";
8039            case _SUPPLYDETECTEDISSUECODE: return "_SupplyDetectedIssueCode";
8040            case ALLDONE: return "ALLDONE";
8041            case FULFIL: return "FULFIL";
8042            case NOTACTN: return "NOTACTN";
8043            case NOTEQUIV: return "NOTEQUIV";
8044            case NOTEQUIVGEN: return "NOTEQUIVGEN";
8045            case NOTEQUIVTHER: return "NOTEQUIVTHER";
8046            case TIMING: return "TIMING";
8047            case INTERVAL: return "INTERVAL";
8048            case MINFREQ: return "MINFREQ";
8049            case HELD: return "HELD";
8050            case TOOLATE: return "TOOLATE";
8051            case TOOSOON: return "TOOSOON";
8052            case HISTORIC: return "HISTORIC";
8053            case PATPREF: return "PATPREF";
8054            case PATPREFALT: return "PATPREFALT";
8055            case KSUBJ: return "KSUBJ";
8056            case KSUBT: return "KSUBT";
8057            case OINT: return "OINT";
8058            case ALG: return "ALG";
8059            case DALG: return "DALG";
8060            case EALG: return "EALG";
8061            case FALG: return "FALG";
8062            case DINT: return "DINT";
8063            case DNAINT: return "DNAINT";
8064            case EINT: return "EINT";
8065            case ENAINT: return "ENAINT";
8066            case FINT: return "FINT";
8067            case FNAINT: return "FNAINT";
8068            case NAINT: return "NAINT";
8069            case SEV: return "SEV";
8070            case _FDALABELDATA: return "_FDALabelData";
8071            case FDACOATING: return "FDACOATING";
8072            case FDACOLOR: return "FDACOLOR";
8073            case FDAIMPRINTCD: return "FDAIMPRINTCD";
8074            case FDALOGO: return "FDALOGO";
8075            case FDASCORING: return "FDASCORING";
8076            case FDASHAPE: return "FDASHAPE";
8077            case FDASIZE: return "FDASIZE";
8078            case _ROIOVERLAYSHAPE: return "_ROIOverlayShape";
8079            case CIRCLE: return "CIRCLE";
8080            case ELLIPSE: return "ELLIPSE";
8081            case POINT: return "POINT";
8082            case POLY: return "POLY";
8083            case C: return "C";
8084            case DIET: return "DIET";
8085            case BR: return "BR";
8086            case DM: return "DM";
8087            case FAST: return "FAST";
8088            case FORMULA: return "FORMULA";
8089            case GF: return "GF";
8090            case LF: return "LF";
8091            case LP: return "LP";
8092            case LQ: return "LQ";
8093            case LS: return "LS";
8094            case N: return "N";
8095            case NF: return "NF";
8096            case PAF: return "PAF";
8097            case PAR: return "PAR";
8098            case RD: return "RD";
8099            case SCH: return "SCH";
8100            case SUPPLEMENT: return "SUPPLEMENT";
8101            case T: return "T";
8102            case VLI: return "VLI";
8103            case DRUGPRG: return "DRUGPRG";
8104            case F: return "F";
8105            case PRLMN: return "PRLMN";
8106            case SECOBS: return "SECOBS";
8107            case SECCATOBS: return "SECCATOBS";
8108            case SECCLASSOBS: return "SECCLASSOBS";
8109            case SECCONOBS: return "SECCONOBS";
8110            case SECINTOBS: return "SECINTOBS";
8111            case SECALTINTOBS: return "SECALTINTOBS";
8112            case SECDATINTOBS: return "SECDATINTOBS";
8113            case SECINTCONOBS: return "SECINTCONOBS";
8114            case SECINTPRVOBS: return "SECINTPRVOBS";
8115            case SECINTPRVABOBS: return "SECINTPRVABOBS";
8116            case SECINTPRVRBOBS: return "SECINTPRVRBOBS";
8117            case SECINTSTOBS: return "SECINTSTOBS";
8118            case SECTRSTOBS: return "SECTRSTOBS";
8119            case TRSTACCRDOBS: return "TRSTACCRDOBS";
8120            case TRSTAGREOBS: return "TRSTAGREOBS";
8121            case TRSTCERTOBS: return "TRSTCERTOBS";
8122            case TRSTFWKOBS: return "TRSTFWKOBS";
8123            case TRSTLOAOBS: return "TRSTLOAOBS";
8124            case TRSTMECOBS: return "TRSTMECOBS";
8125            case SUBSIDFFS: return "SUBSIDFFS";
8126            case WRKCOMP: return "WRKCOMP";
8127            case _ACTPROCEDURECODE: return "_ActProcedureCode";
8128            case _ACTBILLABLESERVICECODE: return "_ActBillableServiceCode";
8129            case _HL7DEFINEDACTCODES: return "_HL7DefinedActCodes";
8130            case COPAY: return "COPAY";
8131            case DEDUCT: return "DEDUCT";
8132            case DOSEIND: return "DOSEIND";
8133            case PRA: return "PRA";
8134            case STORE: return "STORE";
8135            default: return "?";
8136          }
8137        }
8138        public String getSystem() {
8139          return "http://hl7.org/fhir/v3/ActCode";
8140        }
8141        public String getDefinition() {
8142          switch (this) {
8143            case _ACTACCOUNTCODE: return "An account represents a grouping of financial transactions that are tracked and reported together with a single balance.              Examples of account codes (types) are Patient billing accounts (collection of charges), Cost centers; Cash.";
8144            case ACCTRECEIVABLE: return "An account for collecting charges, reversals, adjustments and payments, including deductibles, copayments, coinsurance (financial transactions) credited or debited to the account receivable account for a patient's encounter.";
8145            case CASH: return "Cash";
8146            case CC: return "Description: Types of advance payment to be made on a plastic card usually issued by a financial institution used of purchasing services and/or products.";
8147            case AE: return "American Express";
8148            case DN: return "Diner's Club";
8149            case DV: return "Discover Card";
8150            case MC: return "Master Card";
8151            case V: return "Visa";
8152            case PBILLACCT: return "An account representing charges and credits (financial transactions) for a patient's encounter.";
8153            case _ACTADJUDICATIONCODE: return "Includes coded responses that will occur as a result of the adjudication of an electronic invoice at a summary level and provides guidance on interpretation of the referenced adjudication results.";
8154            case _ACTADJUDICATIONGROUPCODE: return "Catagorization of grouping criteria for the associated transactions and/or summary (totals, subtotals).";
8155            case CONT: return "Transaction counts and value totals by Contract Identifier.";
8156            case DAY: return "Transaction counts and value totals for each calendar day within the date range specified.";
8157            case LOC: return "Transaction counts and value totals by service location (e.g. clinic).";
8158            case MONTH: return "Transaction counts and value totals for each calendar month within the date range specified.";
8159            case PERIOD: return "Transaction counts and value totals for the date range specified.";
8160            case PROV: return "Transaction counts and value totals by Provider Identifier.";
8161            case WEEK: return "Transaction counts and value totals for each calendar week within the date range specified.";
8162            case YEAR: return "Transaction counts and value totals for each calendar year within the date range specified.";
8163            case AA: return "The invoice element has been accepted for payment but one or more adjustment(s) have been made to one or more invoice element line items (component charges).  \r\n\n                        Also includes the concept 'Adjudicate as zero' and items not covered under a particular Policy.  \r\n\n                        Invoice element can be reversed (nullified).  \r\n\n                        Recommend that the invoice element is saved for DUR (Drug Utilization Reporting).";
8164            case ANF: return "The invoice element has been accepted for payment but one or more adjustment(s) have been made to one or more invoice element line items (component charges) without changing the amount.  \r\n\n                        Invoice element can be reversed (nullified).  \r\n\n                        Recommend that the invoice element is saved for DUR (Drug Utilization Reporting).";
8165            case AR: return "The invoice element has passed through the adjudication process but payment is refused due to one or more reasons.\r\n\n                        Includes items such as patient not covered, or invoice element is not constructed according to payer rules (e.g. 'invoice submitted too late').\r\n\n                        If one invoice element line item in the invoice element structure is rejected, the remaining line items may not be adjudicated and the complete group is treated as rejected.\r\n\n                        A refused invoice element can be forwarded to the next payer (for Coordination of Benefits) or modified and resubmitted to refusing payer.\r\n\n                        Invoice element cannot be reversed (nullified) as there is nothing to reverse.  \r\n\n                        Recommend that the invoice element is not saved for DUR (Drug Utilization Reporting).";
8166            case AS: return "The invoice element was/will be paid exactly as submitted, without financial adjustment(s).\r\n\n                        If the dollar amount stays the same, but the billing codes have been amended or financial adjustments have been applied through the adjudication process, the invoice element is treated as \"Adjudicated with Adjustment\".\r\n\n                        If information items are included in the adjudication results that do not affect the monetary amounts paid, then this is still Adjudicated as Submitted (e.g. 'reached Plan Maximum on this Claim').  \r\n\n                        Invoice element can be reversed (nullified).  \r\n\n                        Recommend that the invoice element is saved for DUR (Drug Utilization Reporting).";
8167            case _ACTADJUDICATIONRESULTACTIONCODE: return "Actions to be carried out by the recipient of the Adjudication Result information.";
8168            case DISPLAY: return "The adjudication result associated is to be displayed to the receiver of the adjudication result.";
8169            case FORM: return "The adjudication result associated is to be printed on the specified form, which is then provided to the covered party.";
8170            case _ACTBILLABLEMODIFIERCODE: return "Definition:An identifying modifier code for healthcare interventions or procedures.";
8171            case CPTM: return "Description:CPT modifier codes are found in Appendix A of CPT 2000 Standard Edition.";
8172            case HCPCSA: return "Description:HCPCS Level II (HCFA-assigned) and Carrier-assigned (Level III) modifiers are reported in Appendix A of CPT 2000 Standard Edition and in the Medicare Bulletin.";
8173            case _ACTBILLINGARRANGEMENTCODE: return "The type of provision(s)  made for reimbursing for the deliver of healthcare services and/or goods provided by a Provider, over a specified period.";
8174            case BLK: return "A billing arrangement where a Provider charges a lump sum to provide a prescribed group (volume) of services to a single patient which occur over a period of time.  Services included in the block may vary.  \r\n\n                        This billing arrangement is also known as Program of Care for some specific Payors and Program Fees for other Payors.";
8175            case CAP: return "A billing arrangement where the payment made to a Provider is determined by analyzing one or more demographic attributes about the persons/patients who are enrolled with the Provider (in their practice).";
8176            case CONTF: return "A billing arrangement where a Provider charges a lump sum to provide a particular volume of one or more interventions/procedures or groups of interventions/procedures.";
8177            case FINBILL: return "A billing arrangement where a Provider charges for non-clinical items.  This includes interest in arrears, mileage, etc.  Clinical content is not     included in Invoices submitted with this type of billing arrangement.";
8178            case ROST: return "A billing arrangement where funding is based on a list of individuals registered as patients of the Provider.";
8179            case SESS: return "A billing arrangement where a Provider charges a sum to provide a group (volume) of interventions/procedures to one or more patients within a defined period of time, typically on the same date.  Interventions/procedures included in the session may vary.";
8180            case FFS: return "A billing arrangement where a Provider charges a separate fee for each intervention/procedure/event or product.\r\n\n                        Fee for Service is used when an individual intervention/procedure/event is used for billing purposes.  In other words, fees are associated with the  intervention/procedure/event.  For example, a specific CCI (Canadian Classification of Interventions) code has an associated fee and is used for billing purposes.";
8181            case FFPS: return "A first fill where the quantity supplied is less than one full repetition of the ordered amount. (e.g. If the order was 90 tablets, 3 refills, a partial fill might be for only 30 tablets.) and also where the strength supplied is less than the ordered strength (e.g. 10mg for an order of 50mg where a subsequent fill will dispense 40mg tablets)";
8182            case FFCS: return "A first fill where the quantity supplied is equal to one full repetition of the ordered amount. (e.g. If the order was 90 tablets, 3 refills, a complete fill would be for the full 90 tablets) and also where the strength supplied is less than the ordered strength (e.g. 10mg for an order of 50mg where a subsequent fill will dispense 40mg tablets).";
8183            case TFS: return "A fill where a small portion is provided to allow for determination of the therapy effectiveness and patient tolerance and also where the strength supplied is less than the ordered strength (e.g. 10mg for an order of 50mg where a subsequent fill will dispense 40mg tablets).";
8184            case _ACTBOUNDEDROICODE: return "Type of bounded ROI.";
8185            case ROIFS: return "A fully specified bounded Region of Interest (ROI) delineates a ROI in which only those dimensions participate that are specified by boundary criteria, whereas all other dimensions are excluded.  For example a ROI to mark an episode of \"ST elevation\" in a subset of the EKG leads V2, V3, and V4 would include 4 boundaries, one each for time, V2, V3, and V4.";
8186            case ROIPS: return "A partially specified bounded Region of Interest (ROI) specifies a ROI in which at least all values in the dimensions specified by the boundary criteria participate. For example, if an episode of ventricular fibrillations (VFib) is observed, it usually doesn't make sense to exclude any EKG leads from the observation and the partially specified ROI would contain only one boundary for time indicating the time interval where VFib was observed.";
8187            case _ACTCAREPROVISIONCODE: return "Description:The type and scope of responsibility taken-on by the performer of the Act for a specific subject of care.";
8188            case _ACTCREDENTIALEDCARECODE: return "Description:The type and scope of legal and/or professional responsibility taken-on by the performer of the Act for a specific subject of care as described by a credentialing agency, i.e. government or non-government agency. Failure in executing this Act may result in loss of credential to the person or organization who participates as performer of the Act. Excludes employment agreements.\r\n\n                        \n                           Example:Hospital license; physician license; clinic accreditation.";
8189            case _ACTCREDENTIALEDCAREPROVISIONPERSONCODE: return "Description:The type and scope of legal and/or professional responsibility taken-on by the performer of the Act for a specific subject of care as described by an agency for credentialing individuals.";
8190            case CACC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8191            case CAIC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8192            case CAMC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8193            case CANC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8194            case CAPC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8195            case CBGC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8196            case CCCC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8197            case CCGC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8198            case CCPC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8199            case CCSC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8200            case CDEC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8201            case CDRC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8202            case CEMC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8203            case CFPC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8204            case CIMC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8205            case CMGC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8206            case CNEC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board";
8207            case CNMC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8208            case CNQC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8209            case CNSC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8210            case COGC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8211            case COMC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8212            case COPC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8213            case COSC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8214            case COTC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8215            case CPEC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8216            case CPGC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8217            case CPHC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8218            case CPRC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8219            case CPSC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8220            case CPYC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8221            case CROC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8222            case CRPC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8223            case CSUC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8224            case CTSC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8225            case CURC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8226            case CVSC: return "Description:Scope of responsibility taken on for specialty care as defined by the respective Specialty Board.";
8227            case LGPC: return "Description:Scope of responsibility taken-on for physician care of a patient as defined by a governmental licensing agency.";
8228            case _ACTCREDENTIALEDCAREPROVISIONPROGRAMCODE: return "Description:The type and scope of legal and/or professional responsibility taken-on by the performer of the Act for a specific subject of care as described by an agency for credentialing programs within organizations.";
8229            case AALC: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the respective accreditation agency.";
8230            case AAMC: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the respective accreditation agency.";
8231            case ABHC: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the respective accreditation agency.";
8232            case ACAC: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the respective accreditation agency.";
8233            case ACHC: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the respective accreditation agency.";
8234            case AHOC: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the respective accreditation agency.";
8235            case ALTC: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the respective accreditation agency.";
8236            case AOSC: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the respective accreditation agency.";
8237            case CACS: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8238            case CAMI: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8239            case CAST: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8240            case CBAR: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8241            case CCAD: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8242            case CCAR: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8243            case CDEP: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8244            case CDGD: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8245            case CDIA: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8246            case CEPI: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8247            case CFEL: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8248            case CHFC: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8249            case CHRO: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8250            case CHYP: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8251            case CMIH: return "Description:.";
8252            case CMSC: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8253            case COJR: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8254            case CONC: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8255            case COPD: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8256            case CORT: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8257            case CPAD: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8258            case CPND: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8259            case CPST: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8260            case CSDM: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8261            case CSIC: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8262            case CSLD: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8263            case CSPT: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8264            case CTBU: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8265            case CVDC: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8266            case CWMA: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8267            case CWOH: return "Description:Scope of responsibility taken on by an organization for care of a patient as defined by the disease management certification agency.";
8268            case _ACTENCOUNTERCODE: return "Domain provides codes that qualify the ActEncounterClass (ENC)";
8269            case AMB: return "A comprehensive term for health care provided in a healthcare facility (e.g. a practitioneraTMs office, clinic setting, or hospital) on a nonresident basis. The term ambulatory usually implies that the patient has come to the location and is not assigned to a bed. Sometimes referred to as an outpatient encounter.";
8270            case EMER: return "A patient encounter that takes place at a dedicated healthcare service delivery location where the patient receives immediate evaluation and treatment, provided until the patient can be discharged or responsibility for the patient's care is transferred elsewhere (for example, the patient could be admitted as an inpatient or transferred to another facility.)";
8271            case FLD: return "A patient encounter that takes place both outside a dedicated service delivery location and outside a patient's residence. Example locations might include an accident site and at a supermarket.";
8272            case HH: return "Healthcare encounter that takes place in the residence of the patient or a designee";
8273            case IMP: return "A patient encounter where a patient is admitted by a hospital or equivalent facility, assigned to a location where patients generally stay at least overnight and provided with room, board, and continuous nursing service.";
8274            case ACUTE: return "An acute inpatient encounter.";
8275            case NONAC: return "Any category of inpatient encounter except 'acute'";
8276            case PRENC: return "A patient encounter where patient is scheduled or planned to receive service delivery in the future, and the patient is given a pre-admission account number. When the patient comes back for subsequent service, the pre-admission encounter is selected and is encapsulated into the service registration, and a new account number is generated.\r\n\n                        \n                           Usage Note: This is intended to be used in advance of encounter types such as ambulatory, inpatient encounter, virtual, etc.";
8277            case SS: return "An encounter where the patient is admitted to a health care facility for a predetermined length of time, usually less than 24 hours.";
8278            case VR: return "A patient encounter where the patient and the practitioner(s) are not in the same physical location. Examples include telephone conference, email exchange, robotic surgery, and televideo conference.";
8279            case _ACTMEDICALSERVICECODE: return "General category of medical service provided to the patient during their encounter.";
8280            case ALC: return "Provision of Alternate Level of Care to a patient in an acute bed.  Patient is waiting for placement in a long-term care facility and is unable to return home.";
8281            case CARD: return "Provision of diagnosis and treatment of diseases and disorders affecting the heart";
8282            case CHR: return "Provision of recurring care for chronic illness.";
8283            case DNTL: return "Provision of treatment for oral health and/or dental surgery.";
8284            case DRGRHB: return "Provision of treatment for drug abuse.";
8285            case GENRL: return "General care performed by a general practitioner or family doctor as a responsible provider for a patient.";
8286            case MED: return "Provision of diagnostic and/or therapeutic treatment.";
8287            case OBS: return "Provision of care of women during pregnancy, childbirth and immediate postpartum period.  Also known as Maternity.";
8288            case ONC: return "Provision of treatment and/or diagnosis related to tumors and/or cancer.";
8289            case PALL: return "Provision of care for patients who are living or dying from an advanced illness.";
8290            case PED: return "Provision of diagnosis and treatment of diseases and disorders affecting children.";
8291            case PHAR: return "Pharmaceutical care performed by a pharmacist.";
8292            case PHYRHB: return "Provision of treatment for physical injury.";
8293            case PSYCH: return "Provision of treatment of psychiatric disorder relating to mental illness.";
8294            case SURG: return "Provision of surgical treatment.";
8295            case _ACTCLAIMATTACHMENTCATEGORYCODE: return "Description: Coded types of attachments included to support a healthcare claim.";
8296            case AUTOATTCH: return "Description: Automobile Information Attachment";
8297            case DOCUMENT: return "Description: Document Attachment";
8298            case HEALTHREC: return "Description: Health Record Attachment";
8299            case IMG: return "Description: Image Attachment";
8300            case LABRESULTS: return "Description: Lab Results Attachment";
8301            case MODEL: return "Description: Digital Model Attachment";
8302            case WIATTCH: return "Description: Work Injury related additional Information Attachment";
8303            case XRAY: return "Description: Digital X-Ray Attachment";
8304            case _ACTCONSENTTYPE: return "Definition: The type of consent directive, e.g. to consent or dissent to collect, access, or use in specific ways within an EHRS or for health information exchange; or to disclose  health information  for purposes such as research.";
8305            case ICOL: return "Definition: Consent to have healthcare information collected in an electronic health record.  This entails that the information may be used in analysis, modified, updated.";
8306            case IDSCL: return "Definition: Consent to have collected healthcare information disclosed.";
8307            case INFA: return "Definition: Consent to access healthcare information.";
8308            case INFAO: return "Definition: Consent to access or \"read\" only, which entails that the information is not to be copied, screen printed, saved, emailed, stored, re-disclosed or altered in any way.  This level ensures that data which is masked or to which access is restricted will not be.\r\n\n                        \n                           Example: Opened and then emailed or screen printed for use outside of the consent directive purpose.";
8309            case INFASO: return "Definition: Consent to access and save only, which entails that access to the saved copy will remain locked.";
8310            case IRDSCL: return "Definition: Information re-disclosed without the patient's consent.";
8311            case RESEARCH: return "Definition: Consent to have healthcare information in an electronic health record accessed for research purposes.";
8312            case RSDID: return "Definition: Consent to have de-identified healthcare information in an electronic health record that is accessed for research purposes, but without consent to re-identify the information under any circumstance.";
8313            case RSREID: return "Definition: Consent to have de-identified healthcare information in an electronic health record that is accessed for research purposes re-identified under specific circumstances outlined in the consent.\r\n\n                        \n                           Example:: Where there is a need to inform the subject of potential health issues.";
8314            case _ACTCONTAINERREGISTRATIONCODE: return "Constrains the ActCode to the domain of Container Registration";
8315            case ID: return "Used by one system to inform another that it has received a container.";
8316            case IP: return "Used by one system to inform another that the container is in position for specimen transfer (e.g. container removal from track, pipetting, etc.).";
8317            case L: return "Used by one system to inform another that the container has been released from that system.";
8318            case M: return "Used by one system to inform another that the container did not arrive at its next expected location.";
8319            case O: return "Used by one system to inform another that the specific container is being processed by the equipment. It is useful as a response to a query about Container Status, when the specific step of the process is not relevant.";
8320            case R: return "Status is used by one system to inform another that the processing has been completed, but the container has not been released from that system.";
8321            case X: return "Used by one system to inform another that the container is no longer available within the scope of the system (e.g. tube broken or discarded).";
8322            case _ACTCONTROLVARIABLE: return "An observation form that determines parameters or attributes of an Act. Examples are the settings of a ventilator machine as parameters of a ventilator treatment act; the controls on dillution factors of a chemical analyzer as a parameter of a laboratory observation act; the settings of a physiologic measurement assembly (e.g. time skew) or the position of the body while measuring blood pressure.\r\n\n                        Control variables are forms of observations because just as with clinical observations, the Observation.code determines the parameter and the Observation.value assigns the value. While control variables sometimes can be observed (by noting the control settings or an actually measured feedback loop) they are not primary observations, in the sense that a control variable without a primary act is of no use (e.g. it makes no sense to record a blood pressure position without recording a blood pressure, whereas it does make sense to record a systolic blood pressure without a diastolic blood pressure).";
8323            case AUTO: return "Specifies whether or not automatic repeat testing is to be initiated on specimens.";
8324            case ENDC: return "A baseline value for the measured test that is inherently contained in the diluent.  In the calculation of the actual result for the measured test, this baseline value is normally considered.";
8325            case REFLEX: return "Specifies whether or not further testing may be automatically or manually initiated on specimens.";
8326            case _ACTCOVERAGECONFIRMATIONCODE: return "Response to an insurance coverage eligibility query or authorization request.";
8327            case _ACTCOVERAGEAUTHORIZATIONCONFIRMATIONCODE: return "Indication of authorization for healthcare service(s) and/or product(s).  If authorization is approved, funds are set aside.";
8328            case AUTH: return "Authorization approved and funds have been set aside to pay for specified healthcare service(s) and/or product(s) within defined criteria for the authorization.";
8329            case NAUTH: return "Authorization for specified healthcare service(s) and/or product(s) denied.";
8330            case _ACTCOVERAGEELIGIBILITYCONFIRMATIONCODE: return "Indication of eligibility coverage for healthcare service(s) and/or product(s).";
8331            case ELG: return "Insurance coverage is in effect for healthcare service(s) and/or product(s).";
8332            case NELG: return "Insurance coverage is not in effect for healthcare service(s) and/or product(s). May optionally include reasons for the ineligibility.";
8333            case _ACTCOVERAGELIMITCODE: return "Criteria that are applicable to the authorized coverage.";
8334            case _ACTCOVERAGEQUANTITYLIMITCODE: return "Maximum amount paid or maximum number of services/products covered; or maximum amount or number covered during a specified time period under the policy or program.";
8335            case COVPRD: return "Codes representing the time period during which coverage is available; or financial participation requirements are in effect.";
8336            case LFEMX: return "Definition: Maximum amount paid by payer or covered party; or maximum number of services or products covered under the policy or program during a covered party's lifetime.";
8337            case NETAMT: return "Maximum net amount that will be covered for the product or service specified.";
8338            case PRDMX: return "Definition: Maximum amount paid by payer or covered party; or maximum number of services/products covered under the policy or program by time period specified by the effective time on the act.";
8339            case UNITPRICE: return "Maximum unit price that will be covered for the authorized product or service.";
8340            case UNITQTY: return "Maximum number of items that will be covered of the product or service specified.";
8341            case COVMX: return "Definition: Codes representing the maximum coverate or financial participation requirements.";
8342            case _ACTCOVEREDPARTYLIMITCODE: return "Codes representing the types of covered parties that may receive covered benefits under a policy or program.";
8343            case _ACTCOVERAGETYPECODE: return "Definition: Set of codes indicating the type of insurance policy or program that pays for the cost of benefits provided to covered parties.";
8344            case _ACTINSURANCEPOLICYCODE: return "Set of codes indicating the type of insurance policy or other source of funds to cover healthcare costs.";
8345            case EHCPOL: return "Private insurance policy that provides coverage in addition to other policies (e.g. in addition to a Public Healthcare insurance policy).";
8346            case HSAPOL: return "Insurance policy that provides for an allotment of funds replenished on a periodic (e.g. annual) basis. The use of the funds under this policy is at the       discretion of the covered party.";
8347            case AUTOPOL: return "Insurance policy for injuries sustained in an automobile accident.  Will also typically covered non-named parties to the policy, such as pedestrians  and passengers.";
8348            case COL: return "Definition: An automobile insurance policy under which the insurance company will cover the cost of damages to an automobile owned by the named insured that are caused by accident or intentionally by another party.";
8349            case UNINSMOT: return "Definition: An automobile insurance policy under which the insurance company will indemnify a loss for which another motorist is liable if that motorist is unable to pay because he or she is uninsured.  Coverage under the policy applies to bodily injury damages only.  Injuries to the covered party caused by a hit-and-run driver are also covered.";
8350            case PUBLICPOL: return "Insurance policy funded by a public health system such as a provincial or national health plan.  Examples include BC MSP (British Columbia  Medical Services Plan) OHIP (Ontario Health Insurance Plan), NHS (National Health Service).";
8351            case DENTPRG: return "Definition: A public or government health program that administers and funds coverage for dental care to assist program eligible who meet financial and health status criteria.";
8352            case DISEASEPRG: return "Definition: A public or government health program that administers and funds coverage for health and social services to assist program eligible who meet financial and health status criteria related to a particular disease.\r\n\n                        \n                           Example: Reproductive health, sexually transmitted disease, and end renal disease programs.";
8353            case CANPRG: return "Definition: A program that provides low-income, uninsured, and underserved women access to timely, high-quality screening and diagnostic services, to detect breast and cervical cancer at the earliest stages.\r\n\n                        \n                           Example: To improve women's access to screening for breast and cervical cancers, Congress passed the Breast and Cervical Cancer Mortality Prevention Act of 1990, which guided CDC in creating the National Breast and Cervical Cancer Early Detection Program (NBCCEDP), which  provides access to critical breast and cervical cancer screening services for underserved women in the United States.  An estimated 7 to 10% of U.S. women of screening age are eligible to receive NBCCEDP services. Federal guidelines establish an eligibility baseline to direct services to uninsured and underinsured women at or below 250% of federal poverty level; ages 18 to 64 for cervical screening; ages 40 to 64 for breast screening.";
8354            case ENDRENAL: return "Definition: A public or government program that administers publicly funded coverage of kidney dialysis and kidney transplant services.\r\n\n                        Example: In the U.S., the Medicare End-stage Renal Disease program (ESRD), the National Kidney Foundation (NKF) American Kidney Fund (AKF) The Organ Transplant Fund.";
8355            case HIVAIDS: return "Definition: Government administered and funded HIV-AIDS program for beneficiaries meeting financial and health status criteria.  Administration, funding levels, eligibility criteria, covered benefits, provider types, and financial participation are typically set by a regulatory process.  Payer responsibilities for administering the program may be delegated to contractors.\r\n\n                        \n                           Example: In the U.S., the Ryan White program, which is administered by the Health Resources and Services Administration.";
8356            case MANDPOL: return "mandatory health program";
8357            case MENTPRG: return "Definition: Government administered and funded mental health program for beneficiaries meeting financial and mental health status criteria.  Administration, funding levels, eligibility criteria, covered benefits, provider types, and financial participation are typically set by a regulatory process.  Payer responsibilities for administering the program may be delegated to contractors.\r\n\n                        \n                           Example: In the U.S., states receive funding for substance use programs from the Substance Abuse Mental Health Administration (SAMHSA).";
8358            case SAFNET: return "Definition: Government administered and funded program to support provision of care to underserved populations through safety net clinics.\r\n\n                        \n                           Example: In the U.S., safety net providers such as federally qualified health centers (FQHC) receive funding under PHSA Section 330 grants administered by the Health Resources and Services Administration.";
8359            case SUBPRG: return "Definition: Government administered and funded substance use program for beneficiaries meeting financial, substance use behavior, and health status criteria.  Beneficiaries may be required to enroll as a result of legal proceedings.  Administration, funding levels, eligibility criteria, covered benefits, provider types, and financial participation are typically set by a regulatory process.  Payer responsibilities for administering the program may be delegated to contractors.\r\n\n                        \n                           Example: In the U.S., states receive funding for substance use programs from the Substance Abuse Mental Health Administration (SAMHSA).";
8360            case SUBSIDIZ: return "Definition: A government health program that provides coverage for health services to persons meeting eligibility criteria such as income, location of residence, access to other coverages, health condition, and age, the cost of which is to some extent subsidized by public funds.";
8361            case SUBSIDMC: return "Definition: A government health program that provides coverage through managed care contracts for health services to persons meeting eligibility criteria such as income, location of residence, access to other coverages, health condition, and age, the cost of which is to some extent subsidized by public funds. \r\n\n                        \n                           Discussion: The structure and business processes for underwriting and administering a subsidized managed care program is further specified by the Underwriter and Payer Role.class and Role.code.";
8362            case SUBSUPP: return "Definition: A government health program that provides coverage for health services to persons meeting eligibility criteria for a supplemental health policy or program such as income, location of residence, access to other coverages, health condition, and age, the cost of which is to some extent subsidized by public funds.\r\n\n                        \n                           Example:  Supplemental health coverage program may cover the cost of a health program or policy financial participations, such as the copays and the premiums, and may provide coverage for services in addition to those covered under the supplemented health program or policy.  In the U.S., Medicaid programs may pay the premium for a covered party who is also covered under the  Medicare program or a private health policy.\r\n\n                        \n                           Discussion: The structure and business processes for underwriting and administering a subsidized supplemental retiree health program is further specified by the Underwriter and Payer Role.class and Role.code.";
8363            case WCBPOL: return "Insurance policy for injuries sustained in the work place or in the course of employment.";
8364            case _ACTINSURANCETYPECODE: return "Definition: Set of codes indicating the type of insurance policy.  Insurance, in law and economics, is a form of risk management primarily used to hedge against the risk of potential financial loss. Insurance is defined as the equitable transfer of the risk of a potential loss, from one entity to another, in exchange for a premium and duty of care. A policy holder is an individual or an organization enters into a contract with an underwriter which stipulates that, in exchange for payment of a sum of money (a premium), one or more covered parties (insureds) is guaranteed compensation for losses resulting from certain perils under specified conditions.  The underwriter analyzes the risk of loss, makes a decision as to whether the risk is insurable, and prices the premium accordingly.  A policy provides benefits that indemnify or cover the cost of a loss incurred by a covered party, and may include coverage for services required to remediate a loss.  An insurance policy contains pertinent facts about the policy holder, the insurance coverage, the covered parties, and the insurer.  A policy may include exemptions and provisions specifying the extent to which the indemnification clause cannot be enforced for intentional tortious conduct of a covered party, e.g. whether the covered parties are jointly or severably insured.\r\n\n                        \n                           Discussion: In contrast to programs, an insurance policy has one or more policy holders, who own the policy.  The policy holder may be the covered party, a relative of the covered party, a partnership, or a corporation, e.g. an employer.  A subscriber of a self-insured health insurance policy is a policy holder.  A subscriber of an employer sponsored health insurance policy is holds a certificate of coverage, but is not a policy holder; the policy holder is the employer.  See CoveredRoleType.";
8365            case _ACTHEALTHINSURANCETYPECODE: return "Definition: Set of codes indicating the type of health insurance policy that covers health services provided to covered parties.  A health insurance policy is a written contract for insurance between the insurance company and the policyholder, and contains pertinent facts about the policy owner (the policy holder), the health insurance coverage, the insured subscribers and dependents, and the insurer.  Health insurance is typically administered in accordance with a plan, which specifies (1) the type of health services and health conditions that will be covered under what circumstances (e.g. exclusion of a pre-existing condition, service must be deemed medically necessary; service must not be experimental; service must provided in accordance with a protocol; drug must be on a formulary; service must be prior authorized; or be a referral from a primary care provider); (2) the type and affiliation of providers (e.g. only allopathic physicians, only in network, only providers employed by an HMO); (3) financial participations required of covered parties (e.g. co-pays, coinsurance, deductibles, out-of-pocket); and (4) the manner in which services will be paid (e.g. under indemnity or fee-for-service health plans, the covered party typically pays out-of-pocket and then file a claim for reimbursement, while health plans that have contractual relationships with providers, i.e., network providers, typically do not allow the providers to bill the covered party for the cost of the service until after filing a claim with the payer and receiving reimbursement).";
8366            case DENTAL: return "Definition: A health insurance policy that that covers benefits for dental services.";
8367            case DISEASE: return "Definition: A health insurance policy that covers benefits for healthcare services provided for named conditions under the policy, e.g. cancer, diabetes, or HIV-AIDS.";
8368            case DRUGPOL: return "Definition: A health insurance policy that covers benefits for prescription drugs, pharmaceuticals, and supplies.";
8369            case HIP: return "Definition: A health insurance policy that covers healthcare benefits by protecting covered parties from medical expenses arising from health conditions, sickness, or accidental injury as well as preventive care. Health insurance policies explicitly exclude coverage for losses insured under a disability policy, workers' compensation program, liability insurance (including automobile insurance); or for medical expenses, coverage for on-site medical clinics or for limited dental or vision benefits when these are provided under a separate policy.\r\n\n                        \n                           Discussion: Health insurance policies are offered by health insurance plans that typically reimburse providers for covered services on a fee-for-service basis, that is, a fee that is the allowable amount that a provider may charge.  This is in contrast to managed care plans, which typically prepay providers a per-member/per-month amount or capitation as reimbursement for all covered services rendered.  Health insurance plans include indemnity and healthcare services plans.";
8370            case LTC: return "Definition: An insurance policy that covers benefits for long-term care services people need when they no longer can care for themselves. This may be due to an accident, disability, prolonged illness or the simple process of aging. Long-term care services assist with activities of daily living including:\r\n\n                        \n                           \n                              Help at home with day-to-day activities, such as cooking, cleaning, bathing and dressing\r\n\n                           \n                           \n                              Care in the community, such as in an adult day care facility\r\n\n                           \n                           \n                              Supervised care provided in an assisted living facility\r\n\n                           \n                           \n                              Skilled care provided in a nursing home";
8371            case MCPOL: return "Definition: Government mandated program providing coverage, disability income, and vocational rehabilitation for injuries sustained in the work place or in the course of employment.  Employers may either self-fund the program, purchase commercial coverage, or pay a premium to a government entity that administers the program.  Employees may be required to pay premiums toward the cost of coverage as well.\r\n\n                        Managed care policies specifically exclude coverage for losses insured under a disability policy, workers' compensation program, liability insurance (including automobile insurance); or for medical expenses, coverage for on-site medical clinics or for limited dental or vision benefits when these are provided under a separate policy.\r\n\n                        \n                           Discussion: Managed care policies are offered by managed care plans that contract with selected providers or health care organizations to provide comprehensive health care at a discount to covered parties and coordinate the financing and delivery of health care. Managed care uses medical protocols and procedures agreed on by the medical profession to be cost effective, also known as medical practice guidelines. Providers are typically reimbursed for covered services by a capitated amount on a per member per month basis that may reflect difference in the health status and level of services anticipated to be needed by the member.";
8372            case POS: return "Definition: A policy for a health plan that has features of both an HMO and a FFS plan.  Like an HMO, a POS plan encourages the use its HMO network to maintain discounted fees with participating providers, but recognizes that sometimes covered parties want to choose their own provider.  The POS plan allows a covered party to use providers who are not part of the HMO network (non-participating providers).  However, there is a greater cost associated with choosing these non-network providers. A covered party will usually pay deductibles and coinsurances that are substantially higher than the payments when he or she uses a plan provider. Use of non-participating providers often requires the covered party to pay the provider directly and then to file a claim for reimbursement, like in an FFS plan.";
8373            case HMO: return "Definition: A policy for a health plan that provides coverage for health care only through contracted or employed physicians and hospitals located in particular geographic or service areas.  HMOs emphasize prevention and early detection of illness. Eligibility to enroll in an HMO is determined by where a covered party lives or works.";
8374            case PPO: return "Definition: A network-based, managed care plan that allows a covered party to choose any health care provider. However, if care is received from a \"preferred\" (participating in-network) provider, there are generally higher benefit coverage and lower deductibles.";
8375            case MENTPOL: return "Definition: A health insurance policy that covers benefits for mental health services and prescriptions.";
8376            case SUBPOL: return "Definition: A health insurance policy that covers benefits for substance use services.";
8377            case VISPOL: return "Definition: Set of codes for a policy that provides coverage for health care expenses arising from vision services.\r\n\n                        A health insurance policy that covers benefits for vision care services, prescriptions, and products.";
8378            case DIS: return "Definition: An insurance policy that provides a regular payment to compensate for income lost due to the covered party's inability to work because of illness or injury.";
8379            case EWB: return "Definition: An insurance policy under a benefit plan run by an employer or employee organization for the purpose of providing benefits other than pension-related to employees and their families. Typically provides health-related benefits, benefits for disability, disease or unemployment, or day care and scholarship benefits, among others.  An employer sponsored health policy includes coverage of health care expenses arising from sickness or accidental injury, coverage for on-site medical clinics or for dental or vision benefits, which are typically provided under a separate policy.  Coverage excludes health care expenses covered by accident or disability, workers' compensation, liability or automobile insurance.";
8380            case FLEXP: return "Definition:  An insurance policy that covers qualified benefits under a Flexible Benefit plan such as group medical insurance, long and short term disability income insurance, group term life insurance for employees only up to $50,000 face amount, specified disease coverage such as a cancer policy, dental and/or vision insurance, hospital indemnity insurance, accidental death and dismemberment insurance, a medical expense reimbursement plan and a dependent care reimbursement plan.\r\n\n                        \n                            Discussion: See UnderwriterRoleTypeCode flexible benefit plan which is defined as a benefit plan that allows employees to choose from several life, health, disability, dental, and other insurance plans according to their individual needs. Also known as cafeteria plans.  Authorized under Section 125 of the Revenue Act of 1978.";
8381            case LIFE: return "Definition: A policy under which the insurer agrees to pay a sum of money upon the occurrence of the covered partys death. In return, the policyholder agrees to pay a stipulated amount called a premium at regular intervals.  Life insurance indemnifies the beneficiary for the loss of the insurable interest that a beneficiary has in the life of a covered party.  For persons related by blood, a substantial interest established through love and affection, and for all other persons, a lawful and substantial economic interest in having the life of the insured continue. An insurable interest is required when purchasing life insurance on another person. Specific exclusions are often written into the contract to limit the liability of the insurer; for example claims resulting from suicide or relating to war, riot and civil commotion.\r\n\n                        \n                           Discussion:A life insurance policy may be used by the covered party as a source of health care coverage in the case of  a viatical settlement, which is the sale of a life insurance policy by the policy owner, before the policy matures. Such a sale, at a price discounted from the face amount of the policy but usually in excess of the premiums paid or current cash surrender value, provides the seller an immediate cash settlement. Generally, viatical settlements involve insured individuals with a life expectancy of less than two years. In countries without state-subsidized healthcare and high healthcare costs (e.g. United States), this is a practical way to pay extremely high health insurance premiums that severely ill people face. Some people are also familiar with life settlements, which are similar transactions but involve insureds with longer life expectancies (two to fifteen years).";
8382            case ANNU: return "Definition: A policy that, after an initial premium or premiums, pays out a sum at pre-determined intervals.\r\n\n                        For example, a policy holder may pay $10,000, and in return receive $150 each month until he dies; or $1,000 for each of 14 years or death benefits if he dies before the full term of the annuity has elapsed.";
8383            case TLIFE: return "Definition: Life insurance under which the benefit is payable only if the insured dies during a specified period. If an insured dies during that period, the beneficiary receives the death payments. If the insured survives, the policy ends and the beneficiary receives nothing.";
8384            case ULIFE: return "Definition: Life insurance under which the benefit is payable upon the insuredaTMs death or diagnosis of a terminal illness.  If an insured dies during that period, the beneficiary receives the death payments. If the insured survives, the policy ends and the beneficiary receives nothing";
8385            case PNC: return "Definition: A type of insurance that covers damage to or loss of the policyholderaTMs property by providing payments for damages to property damage or the injury or death of living subjects.  The terms \"casualty\" and \"liability\" insurance are often used interchangeably. Both cover the policyholder's legal liability for damages caused to other persons and/or their property.";
8386            case REI: return "Definition: An agreement between two or more insurance companies by which the risk of loss is proportioned. Thus the risk of loss is spread and a disproportionately large loss under a single policy does not fall on one insurance company. Acceptance by an insurer, called a reinsurer, of all or part of the risk of loss of another insurance company.\r\n\n                        \n                           Discussion: Reinsurance is a means by which an insurance company can protect itself against the risk of losses with other insurance companies. Individuals and corporations obtain insurance policies to provide protection for various risks (hurricanes, earthquakes, lawsuits, collisions, sickness and death, etc.). Reinsurers, in turn, provide insurance to insurance companies.\r\n\n                        For example, an HMO may purchase a reinsurance policy to protect itself from losing too much money from one insured's particularly expensive health care costs. An insurance company issuing an automobile liability policy, with a limit of $100,000 per accident may reinsure its liability in excess of $10,000. A fire insurance company which issues a large policy generally reinsures a portion of the risk with one or several other companies. Also called risk control insurance or stop-loss insurance.";
8387            case SURPL: return "Definition: \n                        \r\n\n                        \n                           \n                              A risk or part of a risk for which there is no normal insurance market available.\r\n\n                           \n                           \n                              Insurance written by unauthorized insurance companies. Surplus lines insurance is insurance placed with unauthorized insurance companies through licensed surplus lines agents or brokers.";
8388            case UMBRL: return "Definition: A form of insurance protection that provides additional liability coverage after the limits of your underlying policy are reached. An umbrella liability policy also protects you (the insured) in many situations not covered by the usual liability policies.";
8389            case _ACTPROGRAMTYPECODE: return "Definition: A set of codes used to indicate coverage under a program.  A program is an organized structure for administering and funding coverage of a benefit package for covered parties meeting eligibility criteria, typically related to employment, health, financial, and demographic status. Programs are typically established or permitted by legislation with provisions for ongoing government oversight.  Regulations may mandate the structure of the program, the manner in which it is funded and administered, covered benefits, provider types, eligibility criteria and financial participation. A government agency may be charged with implementing the program in accordance to the regulation.  Risk of loss under a program in most cases would not meet what an underwriter would consider an insurable risk, i.e., the risk is not random in nature, not financially measurable, and likely requires subsidization with government funds.\r\n\n                        \n                           Discussion: Programs do not have policy holders or subscribers.  Program eligibles are enrolled based on health status, statutory eligibility, financial status, or age.  Program eligibles who are covered parties under the program may be referred to as members, beneficiaries, eligibles, or recipients.  Programs risk are underwritten by not for profit organizations such as governmental entities, and the beneficiaries typically do not pay for any or some portion of the cost of coverage.  See CoveredPartyRoleType.";
8390            case CHAR: return "Definition: A program that covers the cost of services provided directly to a beneficiary who typically has no other source of coverage without charge.";
8391            case CRIME: return "Definition: A program that covers the cost of services provided to crime victims for injuries or losses related to the occurrence of a crime.";
8392            case EAP: return "Definition: An employee assistance program is run by an employer or employee organization for the purpose of providing benefits and covering all or part of the cost for employees to receive counseling, referrals, and advice in dealing with stressful issues in their lives. These may include substance abuse, bereavement, marital problems, weight issues, or general wellness issues.  The services are usually provided by a third-party, rather than the company itself, and the company receives only summary statistical data from the service provider. Employee's names and services received are kept confidential.";
8393            case GOVEMP: return "Definition: A set of codes used to indicate a government program that is an organized structure for administering and funding coverage of a benefit package for covered parties meeting eligibility criteria, typically related to employment, health and financial status. Government programs are established or permitted by legislation with provisions for ongoing government oversight.  Regulation mandates the structure of the program, the manner in which it is funded and administered, covered benefits, provider types, eligibility criteria and financial participation. A government agency is charged with implementing the program in accordance to the regulation\r\n\n                        \n                           Example: Federal employee health benefit program in the U.S.";
8394            case HIRISK: return "Definition: A government program that provides health coverage to individuals who are considered medically uninsurable or high risk, and who have been denied health insurance due to a serious health condition. In certain cases, it also applies to those who have been quoted very high premiums a\" again, due to a serious health condition.  The pool charges premiums for coverage.  Because the pool covers high-risk people, it incurs a higher level of claims than premiums can cover. The insurance industry pays into the pool to make up the difference and help it remain viable.";
8395            case IND: return "Definition: Services provided directly and through contracted and operated indigenous peoples health programs.\r\n\n                        \n                           Example: Indian Health Service in the U.S.";
8396            case MILITARY: return "Definition: A government program that provides coverage for health services to military personnel, retirees, and dependents.  A covered party who is a subscriber can choose from among Fee-for-Service (FFS) plans, and their Preferred Provider Organizations (PPO), or Plans offering a Point of Service (POS) Product, or Health Maintenance Organizations.\r\n\n                        \n                           Example: In the U.S., TRICARE, CHAMPUS.";
8397            case RETIRE: return "Definition: A government mandated program with specific eligibility requirements based on premium contributions made during employment, length of employment, age, and employment status, e.g. being retired, disabled, or a dependent of a covered party under this program.   Benefits typically include ambulatory, inpatient, and long-term care, such as hospice care, home health care and respite care.";
8398            case SOCIAL: return "Definition: A social service program funded by a public or governmental entity.\r\n\n                        \n                           Example: Programs providing habilitation, food, lodging, medicine, transportation, equipment, devices, products, education, training, counseling, alteration of living or work space, and other resources to persons meeting eligibility criteria.";
8399            case VET: return "Definition: Services provided directly and through contracted and operated veteran health programs.";
8400            case _ACTDETECTEDISSUEMANAGEMENTCODE: return "Codes dealing with the management of Detected Issue observations";
8401            case _ACTADMINISTRATIVEDETECTEDISSUEMANAGEMENTCODE: return "Codes dealing with the management of Detected Issue observations for the administrative and patient administrative acts domains.";
8402            case _AUTHORIZATIONISSUEMANAGEMENTCODE: return "Authorization Issue Management Code";
8403            case EMAUTH: return "Used to temporarily override normal authorization rules to gain access to data in a case of emergency. Use of this override code will typically be monitored, and a procedure to verify its proper use may be triggered when used.";
8404            case _21: return "Description: Indicates that the permissions have been externally verified and the request should be processed.";
8405            case _1: return "Confirmed drug therapy appropriate";
8406            case _19: return "Consulted other supplier/pharmacy, therapy confirmed";
8407            case _2: return "Assessed patient, therapy is appropriate";
8408            case _22: return "Description: The patient has the appropriate indication or diagnosis for the action to be taken.";
8409            case _23: return "Description: It has been confirmed that the appropriate pre-requisite therapy has been tried.";
8410            case _3: return "Patient gave adequate explanation";
8411            case _4: return "Consulted other supply source, therapy still appropriate";
8412            case _5: return "Consulted prescriber, therapy confirmed";
8413            case _6: return "Consulted prescriber and recommended change, prescriber declined";
8414            case _7: return "Concurrent therapy triggering alert is no longer on-going or planned";
8415            case _14: return "Confirmed supply action appropriate";
8416            case _15: return "Patient's existing supply was lost/wasted";
8417            case _16: return "Supply date is due to patient vacation";
8418            case _17: return "Supply date is intended to carry patient over weekend";
8419            case _18: return "Supply is intended for use during a leave of absence from an institution.";
8420            case _20: return "Description: Supply is different than expected as an additional quantity has been supplied in a separate dispense.";
8421            case _8: return "Order is performed as issued, but other action taken to mitigate potential adverse effects";
8422            case _10: return "Provided education or training to the patient on appropriate therapy use";
8423            case _11: return "Instituted an additional therapy to mitigate potential negative effects";
8424            case _12: return "Suspended existing therapy that triggered interaction for the duration of this therapy";
8425            case _13: return "Aborted existing therapy that triggered interaction.";
8426            case _9: return "Arranged to monitor patient for adverse effects";
8427            case _ACTEXPOSURECODE: return "Concepts that identify the type or nature of exposure interaction.  Examples include \"household\", \"care giver\", \"intimate partner\", \"common space\", \"common substance\", etc. to further describe the nature of interaction.";
8428            case CHLDCARE: return "Description: Exposure participants' interaction occurred in a child care setting";
8429            case CONVEYNC: return "Description: An interaction where the exposure participants traveled in/on the same vehicle (not necessarily concurrently, e.g. both are passengers of the same plane, but on different flights of that plane).";
8430            case HLTHCARE: return "Description: Exposure participants' interaction occurred during the course of health care delivery or in a health care delivery setting, but did not involve the direct provision of care (e.g. a janitor cleaning a patient's hospital room).";
8431            case HOMECARE: return "Description: Exposure interaction occurred in context of one providing care for the other, i.e. a babysitter providing care for a child, a home-care aide providing assistance to a paraplegic.";
8432            case HOSPPTNT: return "Description: Exposure participants' interaction occurred when both were patients being treated in the same (acute) health care delivery facility.";
8433            case HOSPVSTR: return "Description: Exposure participants' interaction occurred when one visited the other who was a patient being treated in a health care delivery facility.";
8434            case HOUSEHLD: return "Description: Exposure interaction occurred in context of domestic interaction, i.e. both participants reside in the same household.";
8435            case INMATE: return "Description: Exposure participants' interaction occurred in the course of one or both participants being incarcerated at a correctional facility";
8436            case INTIMATE: return "Description: Exposure interaction was intimate, i.e. participants are intimate companions (e.g. spouses, domestic partners).";
8437            case LTRMCARE: return "Description: Exposure participants' interaction occurred in the course of one or both participants being resident at a long term care facility (second participant may be a visitor, worker, resident or a physical place or object within the facility).";
8438            case PLACE: return "Description: An interaction where the exposure participants were both present in the same location/place/space.";
8439            case PTNTCARE: return "Description: Exposure participants' interaction occurred during the course of  health care delivery by a provider (e.g. a physician treating a patient in her office).";
8440            case SCHOOL2: return "Description: Exposure participants' interaction occurred in an academic setting (e.g. participants are fellow students, or student and teacher).";
8441            case SOCIAL2: return "Description: An interaction where the exposure participants are social associates or members of the same extended family";
8442            case SUBSTNCE: return "Description: An interaction where the exposure participants shared or co-used a common substance (e.g. drugs, needles, or common food item).";
8443            case TRAVINT: return "Description: An interaction where the exposure participants traveled together in/on the same vehicle/trip (e.g. concurrent co-passengers).";
8444            case WORK2: return "Description: Exposure interaction occurred in a work setting, i.e. participants are co-workers.";
8445            case _ACTFINANCIALTRANSACTIONCODE: return "ActFinancialTransactionCode";
8446            case CHRG: return "A type of transaction that represents a charge for a service or product.  Expressed in monetary terms.";
8447            case REV: return "A type of transaction that represents a reversal of a previous charge for a service or product. Expressed in monetary terms.  It has the opposite effect of a standard charge.";
8448            case _ACTINCIDENTCODE: return "Set of codes indicating the type of incident or accident.";
8449            case MVA: return "Incident or accident as the result of a motor vehicle accident";
8450            case SCHOOL: return "Incident or accident is the result of a school place accident.";
8451            case SPT: return "Incident or accident is the result of a sporting accident.";
8452            case WPA: return "Incident or accident is the result of a work place accident";
8453            case _ACTINFORMATIONACCESSCODE: return "Description: The type of health information to which the subject of the information or the subject's delegate consents or dissents.";
8454            case ACADR: return "Description: Provide consent to collect, use, disclose, or access adverse drug reaction information for a patient.";
8455            case ACALL: return "Description: Provide consent to collect, use, disclose, or access all information for a patient.";
8456            case ACALLG: return "Description: Provide consent to collect, use, disclose, or access allergy information for a patient.";
8457            case ACCONS: return "Description: Provide consent to collect, use, disclose, or access informational consent information for a patient.";
8458            case ACDEMO: return "Description: Provide consent to collect, use, disclose, or access demographics information for a patient.";
8459            case ACDI: return "Description: Provide consent to collect, use, disclose, or access diagnostic imaging information for a patient.";
8460            case ACIMMUN: return "Description: Provide consent to collect, use, disclose, or access immunization information for a patient.";
8461            case ACLAB: return "Description: Provide consent to collect, use, disclose, or access lab test result information for a patient.";
8462            case ACMED: return "Description: Provide consent to collect, use, disclose, or access medical condition information for a patient.";
8463            case ACMEDC: return "Definition: Provide consent to view or access medical condition information for a patient.";
8464            case ACMEN: return "Description:Provide consent to collect, use, disclose, or access mental health information for a patient.";
8465            case ACOBS: return "Description: Provide consent to collect, use, disclose, or access common observation information for a patient.";
8466            case ACPOLPRG: return "Description: Provide consent to collect, use, disclose, or access coverage policy or program for a patient.";
8467            case ACPROV: return "Description: Provide consent to collect, use, disclose, or access provider information for a patient.";
8468            case ACPSERV: return "Description: Provide consent to collect, use, disclose, or access professional service information for a patient.";
8469            case ACSUBSTAB: return "Description:Provide consent to collect, use, disclose, or access substance abuse information for a patient.";
8470            case _ACTINFORMATIONACCESSCONTEXTCODE: return "Concepts conveying the context in which consent to transfer specified patient health information for collection, access, use or disclosure applies.";
8471            case INFAUT: return "Description: Information transfer in accordance with subjectaTMs consent directive.";
8472            case INFCON: return "Consent to collect, access, use, or disclose specified patient health information only after explicit consent.";
8473            case INFCRT: return "Description: Information transfer in accordance with judicial system protocol.";
8474            case INFDNG: return "Consent to collect, access, use, or disclose specified patient health information only if necessary to avert potential danger to other persons.";
8475            case INFEMER: return "Description: Information transfer in accordance with emergency information transfer protocol.";
8476            case INFPWR: return "Consent to collect, access, use, or disclose specified patient health information only if necessary to avert potential public welfare risk.";
8477            case INFREG: return "Description: Information transfer in accordance with regulatory protocol, e.g. for public health, welfare, and safety.";
8478            case _ACTINFORMATIONCATEGORYCODE: return "Definition:Indicates the set of information types which may be manipulated or referenced, such as for recommending access restrictions.";
8479            case ALLCAT: return "Description: All patient information.";
8480            case ALLGCAT: return "Definition:All information pertaining to a patient's allergy and intolerance records.";
8481            case ARCAT: return "Description: All information pertaining to a patient's adverse drug reactions.";
8482            case COBSCAT: return "Definition:All information pertaining to a patient's common observation records (height, weight, blood pressure, temperature, etc.).";
8483            case DEMOCAT: return "Definition:All information pertaining to a patient's demographics (such as name, date of birth, gender, address, etc.).";
8484            case DICAT: return "Definition:All information pertaining to a patient's diagnostic image records (orders & results).";
8485            case IMMUCAT: return "Definition:All information pertaining to a patient's vaccination records.";
8486            case LABCAT: return "Description: All information pertaining to a patient's lab test records (orders & results)";
8487            case MEDCCAT: return "Definition:All information pertaining to a patient's medical condition records.";
8488            case MENCAT: return "Description: All information pertaining to a patient's mental health records.";
8489            case PSVCCAT: return "Definition:All information pertaining to a patient's professional service records (such as smoking cessation, counseling, medication review, mental health).";
8490            case RXCAT: return "Definition:All information pertaining to a patient's medication records (orders, dispenses and other active medications).";
8491            case _ACTINVOICEELEMENTCODE: return "Type of invoice element that is used to assist in describing an Invoice that is either submitted for adjudication or for which is returned on adjudication results.";
8492            case _ACTINVOICEADJUDICATIONPAYMENTCODE: return "Codes representing a grouping of invoice elements (totals, sub-totals), reported through a Payment Advice or a Statement of Financial Activity (SOFA).  The code can represent summaries by day, location, payee and other cost elements such as bonus, retroactive adjustment and transaction fees.";
8493            case _ACTINVOICEADJUDICATIONPAYMENTGROUPCODE: return "Codes representing adjustments to a Payment Advice such as retroactive, clawback, garnishee, etc.";
8494            case ALEC: return "Payment initiated by the payor as the result of adjudicating a submitted invoice that arrived to the payor from an electronic source that did not provide a conformant set of HL7 messages (e.g. web claim submission).";
8495            case BONUS: return "Bonus payments based on performance, volume, etc. as agreed to by the payor.";
8496            case CFWD: return "An amount still owing to the payor but the payment is 0$ and this cannot be settled until a future payment is made.";
8497            case EDU: return "Fees deducted on behalf of a payee for tuition and continuing education.";
8498            case EPYMT: return "Fees deducted on behalf of a payee for charges based on a shorter payment frequency (i.e. next day versus biweekly payments.";
8499            case GARN: return "Fees deducted on behalf of a payee for charges based on a per-transaction or time-period (e.g. monthly) fee.";
8500            case INVOICE: return "Payment is based on a payment intent for a previously submitted Invoice, based on formal adjudication results..";
8501            case PINV: return "Payment initiated by the payor as the result of adjudicating a paper (original, may have been faxed) invoice.";
8502            case PPRD: return "An amount that was owed to the payor as indicated, by a carry forward adjusment, in a previous payment advice";
8503            case PROA: return "Professional association fee that is collected by the payor from the practitioner/provider on behalf of the association";
8504            case RECOV: return "Retroactive adjustment such as fee rate adjustment due to contract negotiations.";
8505            case RETRO: return "Bonus payments based on performance, volume, etc. as agreed to by the payor.";
8506            case TRAN: return "Fees deducted on behalf of a payee for charges based on a per-transaction or time-period (e.g. monthly) fee.";
8507            case _ACTINVOICEADJUDICATIONPAYMENTSUMMARYCODE: return "Codes representing a grouping of invoice elements (totals, sub-totals), reported through a Payment Advice or a Statement of Financial Activity (SOFA).  The code can represent summaries by day, location, payee, etc.";
8508            case INVTYPE: return "Transaction counts and value totals by invoice type (e.g. RXDINV - Pharmacy Dispense)";
8509            case PAYEE: return "Transaction counts and value totals by each instance of an invoice payee.";
8510            case PAYOR: return "Transaction counts and value totals by each instance of an invoice payor.";
8511            case SENDAPP: return "Transaction counts and value totals by each instance of a messaging application on a single processor. It is a registered identifier known to the receivers.";
8512            case _ACTINVOICEDETAILCODE: return "Codes representing a service or product that is being invoiced (billed).  The code can represent such concepts as \"office visit\", \"drug X\", \"wheelchair\" and other billable items such as taxes, service charges and discounts.";
8513            case _ACTINVOICEDETAILCLINICALPRODUCTCODE: return "An identifying data string for healthcare products.";
8514            case UNSPSC: return "Description:United Nations Standard Products and Services Classification, managed by Uniform Code Council (UCC): www.unspsc.org";
8515            case _ACTINVOICEDETAILDRUGPRODUCTCODE: return "An identifying data string for A substance used as a medication or in the preparation of medication.";
8516            case GTIN: return "Description:Global Trade Item Number is an identifier for trade items developed by GS1 (comprising the former EAN International and Uniform Code Council).";
8517            case UPC: return "Description:Universal Product Code is one of a wide variety of bar code languages widely used in the United States and Canada for items in stores.";
8518            case _ACTINVOICEDETAILGENERICCODE: return "The detail item codes to identify charges or changes to the total billing of a claim due to insurance rules and payments.";
8519            case _ACTINVOICEDETAILGENERICADJUDICATORCODE: return "The billable item codes to identify adjudicator specified components to the total billing of a claim.";
8520            case COIN: return "That portion of the eligible charges which a covered party must pay for each service and/or product. It is a percentage of the eligible amount for the service/product that is typically charged after the covered party has met the policy deductible.  This amount represents the covered party's coinsurance that is applied to a particular adjudication result. It is expressed as a negative dollar amount in adjudication results.";
8521            case COPAYMENT: return "That portion of the eligible charges which a covered party must pay for each service and/or product. It is a defined amount per service/product of the eligible amount for the service/product. This amount represents the covered party's copayment that is applied to a particular adjudication result. It is expressed as a negative dollar amount in adjudication results.";
8522            case DEDUCTIBLE: return "That portion of the eligible charges which a covered party must pay in a particular period (e.g. annual) before the benefits are payable by the adjudicator. This amount represents the covered party's deductible that is applied to a particular adjudication result. It is expressed as a negative dollar amount in adjudication results.";
8523            case PAY: return "The guarantor, who may be the patient, pays the entire charge for a service. Reasons for such action may include: there is no insurance coverage for the service (e.g. cosmetic surgery); the patient wishes to self-pay for the service; or the insurer denies payment for the service due to contractual provisions such as the need for prior authorization.";
8524            case SPEND: return "That total amount of the eligible charges which a covered party must periodically pay for services and/or products prior to the Medicaid program providing any coverage. This amount represents the covered party's spend down that is applied to a particular adjudication result. It is expressed as a negative dollar amount in adjudication results";
8525            case COINS: return "The covered party pays a percentage of the cost of covered services.";
8526            case _ACTINVOICEDETAILGENERICMODIFIERCODE: return "The billable item codes to identify modifications to a billable item charge. As for example after hours increase in the office visit fee.";
8527            case AFTHRS: return "Premium paid on service fees in compensation for practicing outside of normal working hours.";
8528            case ISOL: return "Premium paid on service fees in compensation for practicing in a remote location.";
8529            case OOO: return "Premium paid on service fees in compensation for practicing at a location other than normal working location.";
8530            case _ACTINVOICEDETAILGENERICPROVIDERCODE: return "The billable item codes to identify provider supplied charges or changes to the total billing of a claim.";
8531            case CANCAPT: return "A charge to compensate the provider when a patient cancels an appointment with insufficient time for the provider to make another appointment with another patient.";
8532            case DSC: return "A reduction in the amount charged as a percentage of the amount. For example a 5% discount for volume purchase.";
8533            case ESA: return "A premium on a service fee is requested because, due to extenuating circumstances, the service took an extraordinary amount of time or supplies.";
8534            case FFSTOP: return "Under agreement between the parties (payor and provider), a guaranteed level of income is established for the provider over a specific, pre-determined period of time. The normal course of business for the provider is submission of fee-for-service claims. Should the fee-for-service income during the specified period of time be less than the agreed to amount, a top-up amount is paid to the provider equal to the difference between the fee-for-service total and the guaranteed income amount for that period of time. The details of the agreement may specify (or not) a requirement for repayment to the payor in the event that the fee-for-service income exceeds the guaranteed amount.";
8535            case FNLFEE: return "Anticipated or actual final fee associated with treating a patient.";
8536            case FRSTFEE: return "Anticipated or actual initial fee associated with treating a patient.";
8537            case MARKUP: return "An increase in the amount charged as a percentage of the amount. For example, 12% markup on product cost.";
8538            case MISSAPT: return "A charge to compensate the provider when a patient does not show for an appointment.";
8539            case PERFEE: return "Anticipated or actual periodic fee associated with treating a patient. For example, expected billing cycle such as monthly, quarterly. The actual period (e.g. monthly, quarterly) is specified in the unit quantity of the Invoice Element.";
8540            case PERMBNS: return "The amount for a performance bonus that is being requested from a payor for the performance of certain services (childhood immunizations, influenza immunizations, mammograms, pap smears) on a sliding scale. That is, for 90% of childhood immunizations to a maximum of $2200/yr. An invoice is created at the end of the service period (one year) and a code is submitted indicating the percentage achieved and the dollar amount claimed.";
8541            case RESTOCK: return "A charge is requested because the patient failed to pick up the item and it took an amount of time to return it to stock for future use.";
8542            case TRAVEL: return "A charge to cover the cost of travel time and/or cost in conjuction with providing a service or product. It may be charged per kilometer or per hour based on the effective agreement.";
8543            case URGENT: return "Premium paid on service fees in compensation for providing an expedited response to an urgent situation.";
8544            case _ACTINVOICEDETAILTAXCODE: return "The billable item codes to identify modifications to a billable item charge by a tax factor applied to the amount. As for example 7% provincial sales tax.";
8545            case FST: return "Federal tax on transactions such as the Goods and Services Tax (GST)";
8546            case HST: return "Joint Federal/Provincial Sales Tax";
8547            case PST: return "Tax levied by the provincial or state jurisdiction such as Provincial Sales Tax";
8548            case _ACTINVOICEDETAILPREFERREDACCOMMODATIONCODE: return "An identifying data string for medical facility accommodations.";
8549            case _ACTENCOUNTERACCOMMODATIONCODE: return "Accommodation type.  In Intent mood, represents the accommodation type requested.  In Event mood, represents accommodation assigned/used.  In Definition mood, represents the available accommodation type.";
8550            case _HL7ACCOMMODATIONCODE: return "Description:Accommodation type. In Intent mood, represents the accommodation type requested. In Event mood, represents accommodation assigned/used. In Definition mood, represents the available accommodation type.";
8551            case I: return "Accommodations used in the care of diseases that are transmitted through casual contact or respiratory transmission.";
8552            case P: return "Accommodations in which there is only 1 bed.";
8553            case S: return "Uniquely designed and elegantly decorated accommodations with many amenities available for an additional charge.";
8554            case SP: return "Accommodations in which there are 2 beds.";
8555            case W: return "Accommodations in which there are 3 or more beds.";
8556            case _ACTINVOICEDETAILCLINICALSERVICECODE: return "An identifying data string for healthcare procedures.";
8557            case _ACTINVOICEGROUPCODE: return "Type of invoice element that is used to assist in describing an Invoice that is either submitted for adjudication or for which is returned on adjudication results.\r\n\n                        Invoice elements of this type signify a grouping of one or more children (detail) invoice elements.  They do not have intrinsic costing associated with them, but merely reflect the sum of all costing for it's immediate children invoice elements.";
8558            case _ACTINVOICEINTERGROUPCODE: return "Type of invoice element that is used to assist in describing an Invoice that is either submitted for adjudication or for which is returned on adjudication results.\r\n\n                        Invoice elements of this type signify a grouping of one or more children (detail) invoice elements.  They do not have intrinsic costing associated with them, but merely reflect the sum of all costing for it's immediate children invoice elements.\r\n\n                        The domain is only specified for an intermediate invoice element group (non-root or non-top level) for an Invoice.";
8559            case CPNDDRGING: return "A grouping of invoice element groups and details including the ones specifying the compound ingredients being invoiced. It may also contain generic detail items such as markup.";
8560            case CPNDINDING: return "A grouping of invoice element details including the one specifying an ingredient drug being invoiced. It may also contain generic detail items such as tax or markup.";
8561            case CPNDSUPING: return "A grouping of invoice element groups and details including the ones specifying the compound supplies being invoiced. It may also contain generic detail items such as markup.";
8562            case DRUGING: return "A grouping of invoice element details including the one specifying the drug being invoiced. It may also contain generic detail items such as markup.";
8563            case FRAMEING: return "A grouping of invoice element details including the ones specifying the frame fee and the frame dispensing cost that are being invoiced.";
8564            case LENSING: return "A grouping of invoice element details including the ones specifying the lens fee and the lens dispensing cost that are being invoiced.";
8565            case PRDING: return "A grouping of invoice element details including the one specifying the product (good or supply) being invoiced. It may also contain generic detail items such as tax or discount.";
8566            case _ACTINVOICEROOTGROUPCODE: return "Type of invoice element that is used to assist in describing an Invoice that is either submitted for adjudication or for which is returned on adjudication results.\r\n\n                        Invoice elements of this type signify a grouping of one or more children (detail) invoice elements.  They do not have intrinsic costing associated with them, but merely reflect the sum of all costing for it's immediate children invoice elements.\r\n\n                        Codes from this domain reflect the type of Invoice such as Pharmacy Dispense, Clinical Service and Clinical Product.  The domain is only specified for the root (top level) invoice element group for an Invoice.";
8567            case CPINV: return "Clinical product invoice where the Invoice Grouping contains one or more billable item and is supported by clinical product(s).\r\n\n                        For example, a crutch or a wheelchair.";
8568            case CSINV: return "Clinical Services Invoice which can be used to describe a single service, multiple services or repeated services.\r\n\n                        [1] Single Clinical services invoice where the Invoice Grouping contains one billable item and is supported by one clinical service.\r\n\n                        For example, a single service for an office visit or simple clinical procedure (e.g. knee mobilization).\r\n\n                        [2] Multiple Clinical services invoice where the Invoice Grouping contains more than one billable item, supported by one or more clinical services.  The services can be distinct and over multiple dates, but for the same patient. This type of invoice includes a series of treatments which must be adjudicated together.\r\n\n                        For example, an adjustment and ultrasound for a chiropractic session where fees are associated for each of the services and adjudicated (invoiced) together.\r\n\n                        [3] Repeated Clinical services invoice where the Invoice Grouping contains one or more billable item, supported by the same clinical service repeated over a period of time.\r\n\n                        For example, the same Chiropractic adjustment (service or treatment) delivered on 3 separate occasions over a period of time at the discretion of the provider (e.g. month).";
8569            case CSPINV: return "A clinical Invoice Grouping consisting of one or more services and one or more product.  Billing for these service(s) and product(s) are supported by multiple clinical billable events (acts).\r\n\n                        All items in the Invoice Grouping must be adjudicated together to be acceptable to the Adjudicator.\r\n\n                        For example , a brace (product) invoiced together with the fitting (service).";
8570            case FININV: return "Invoice Grouping without clinical justification.  These will not require identification of participants and associations from a clinical context such as patient and provider.\r\n\n                        Examples are interest charges and mileage.";
8571            case OHSINV: return "A clinical Invoice Grouping consisting of one or more oral health services. Billing for these service(s) are supported by multiple clinical billable events (acts).\r\n\n                        All items in the Invoice Grouping must be adjudicated together to be acceptable to the Adjudicator.";
8572            case PAINV: return "HealthCare facility preferred accommodation invoice.";
8573            case RXCINV: return "Pharmacy dispense invoice for a compound.";
8574            case RXDINV: return "Pharmacy dispense invoice not involving a compound";
8575            case SBFINV: return "Clinical services invoice where the Invoice Group contains one billable item for multiple clinical services in one or more sessions.";
8576            case VRXINV: return "Vision dispense invoice for up to 2 lens (left and right), frame and optional discount.  Eye exams are invoiced as a clinical service invoice.";
8577            case _ACTINVOICEELEMENTSUMMARYCODE: return "Identifies the different types of summary information that can be reported by queries dealing with Statement of Financial Activity (SOFA).  The summary information is generally used to help resolve balance discrepancies between providers and payors.";
8578            case _INVOICEELEMENTADJUDICATED: return "Total counts and total net amounts adjudicated for all  Invoice Groupings that were adjudicated within a time period based on the adjudication date of the Invoice Grouping.";
8579            case ADNFPPELAT: return "Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date), subsequently cancelled in the specified period and submitted electronically.";
8580            case ADNFPPELCT: return "Identifies the total number of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date), subsequently cancelled in the specified period and submitted electronically.";
8581            case ADNFPPMNAT: return "Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date), subsequently cancelled in the specified period and submitted manually.";
8582            case ADNFPPMNCT: return "Identifies the total number of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date), subsequently cancelled in the specified period and submitted manually.";
8583            case ADNFSPELAT: return "Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date), subsequently nullified in the specified period and submitted electronically.";
8584            case ADNFSPELCT: return "Identifies the total number of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date), subsequently nullified in the specified period and submitted electronically.";
8585            case ADNFSPMNAT: return "Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date), subsequently cancelled in the specified period and submitted manually.";
8586            case ADNFSPMNCT: return "Identifies the total number of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date), subsequently cancelled in the specified period and submitted manually.";
8587            case ADNPPPELAT: return "Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date) that do not match a specified payee (e.g. pay patient) and submitted electronically.";
8588            case ADNPPPELCT: return "Identifies the total number of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date) that do not match a specified payee (e.g. pay patient) and submitted electronically.";
8589            case ADNPPPMNAT: return "Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date) that do not match a specified payee (e.g. pay patient) and submitted manually.";
8590            case ADNPPPMNCT: return "Identifies the total number of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date) that do not match a specified payee (e.g. pay patient) and submitted manually.";
8591            case ADNPSPELAT: return "Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date) that do not match a specified payee (e.g. pay patient) and submitted electronically.";
8592            case ADNPSPELCT: return "Identifies the total number of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date) that do not match a specified payee (e.g. pay patient) and submitted electronically.";
8593            case ADNPSPMNAT: return "Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date) that do not match a specified payee (e.g. pay patient) and submitted manually.";
8594            case ADNPSPMNCT: return "Identifies the total number of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date) that do not match a specified payee (e.g. pay patient) and submitted manually.";
8595            case ADPPPPELAT: return "Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date) that match a specified payee (e.g. pay provider) and submitted electronically.";
8596            case ADPPPPELCT: return "Identifies the total number of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date) that match a specified payee (e.g. pay provider) and submitted electronically.";
8597            case ADPPPPMNAT: return "Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date) that match a specified payee (e.g. pay provider) and submitted manually.";
8598            case ADPPPPMNCT: return "Identifies the total number of all  Invoice Groupings that were adjudicated as payable prior to the specified time period (based on adjudication date) that match a specified payee (e.g. pay provider) and submitted manually.";
8599            case ADPPSPELAT: return "Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date) that match a specified payee (e.g. pay provider) and submitted electronically.";
8600            case ADPPSPELCT: return "Identifies the total number of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date) that match a specified payee (e.g. pay provider) and submitted electronically.";
8601            case ADPPSPMNAT: return "Identifies the total net amount of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date) that match a specified payee (e.g. pay provider) and submitted manually.";
8602            case ADPPSPMNCT: return "Identifies the total number of all  Invoice Groupings that were adjudicated as payable during the specified time period (based on adjudication date) that match a specified payee (e.g. pay provider) and submitted manually.";
8603            case ADRFPPELAT: return "Identifies the total net amount of all  Invoice Groupings that were adjudicated as refused prior to the specified time period (based on adjudication date) and submitted electronically.";
8604            case ADRFPPELCT: return "Identifies the  total number of all  Invoice Groupings that were adjudicated as refused prior to the specified time period (based on adjudication date) and submitted electronically.";
8605            case ADRFPPMNAT: return "Identifies the total net amount of all  Invoice Groupings that were adjudicated as refused prior to the specified time period (based on adjudication date) and submitted manually.";
8606            case ADRFPPMNCT: return "Identifies the total number of all  Invoice Groupings that were adjudicated as refused prior to the specified time period (based on adjudication date) and submitted manually.";
8607            case ADRFSPELAT: return "Identifies the total net amount of all  Invoice Groupings that were adjudicated as refused during the specified time period (based on adjudication date) and submitted electronically.";
8608            case ADRFSPELCT: return "Identifies the total number of all  Invoice Groupings that were adjudicated as refused during the specified time period (based on adjudication date) and submitted electronically.";
8609            case ADRFSPMNAT: return "Identifies the total net amount of all  Invoice Groupings that were adjudicated as refused during the specified time period (based on adjudication date) and submitted manually.";
8610            case ADRFSPMNCT: return "Identifies the total number of all  Invoice Groupings that were adjudicated as refused during the specified time period (based on adjudication date) and submitted manually.";
8611            case _INVOICEELEMENTPAID: return "Total counts and total net amounts paid for all  Invoice Groupings that were paid within a time period based on the payment date.";
8612            case PDNFPPELAT: return "Identifies the total net amount of all  Invoice Groupings that were paid prior to the specified time period (based on payment date), subsequently nullified in the specified period and submitted electronically.";
8613            case PDNFPPELCT: return "Identifies the total number of all  Invoice Groupings that were paid prior to the specified time period (based on payment date), subsequently nullified in the specified period and submitted electronically.";
8614            case PDNFPPMNAT: return "Identifies the total net amount of all  Invoice Groupings that were paid prior to the specified time period (based on payment date), subsequently nullified in the specified period and submitted manually.";
8615            case PDNFPPMNCT: return "Identifies the total number of all  Invoice Groupings that were paid prior to the specified time period (based on payment date), subsequently nullified in the specified period and submitted manually.";
8616            case PDNFSPELAT: return "Identifies the total net amount of all  Invoice Groupings that were paid during the specified time period (based on payment date), subsequently nullified in the specified period and submitted electronically.";
8617            case PDNFSPELCT: return "Identifies the total number of all  Invoice Groupings that were paid during the specified time period (based on payment date), subsequently cancelled in the specified period and submitted electronically.";
8618            case PDNFSPMNAT: return "Identifies the total net amount of all  Invoice Groupings that were paid during the specified time period (based on payment date), subsequently nullified in the specified period and submitted manually.";
8619            case PDNFSPMNCT: return "Identifies the total number of all  Invoice Groupings that were paid during the specified time period (based on payment date), subsequently nullified in the specified period and submitted manually.";
8620            case PDNPPPELAT: return "Identifies the total net amount of all  Invoice Groupings that were paid prior to the specified time period (based on payment date) that do not match a specified payee (e.g. pay patient) and submitted electronically.";
8621            case PDNPPPELCT: return "Identifies the total number of all  Invoice Groupings that were paid prior to the specified time period (based on payment date) that do not match a specified payee (e.g. pay patient) and submitted electronically.";
8622            case PDNPPPMNAT: return "Identifies the total net amount of all  Invoice Groupings that were paid prior to the specified time period (based on payment date) that do not match a specified payee (e.g. pay patient) and submitted manually.";
8623            case PDNPPPMNCT: return "Identifies the total number of all  Invoice Groupings that were paid prior to the specified time period (based on payment date) that do not match a specified payee (e.g. pay patient) and submitted manually.";
8624            case PDNPSPELAT: return "Identifies the total net amount of all  Invoice Groupings that were paid during the specified time period (based on payment date) that do not match a specified payee (e.g. pay patient) and submitted electronically.";
8625            case PDNPSPELCT: return "Identifies the total number of all  Invoice Groupings that were paid during the specified time period (based on payment date) that do not match a specified payee (e.g. pay patient) and submitted electronically.";
8626            case PDNPSPMNAT: return "Identifies the total net amount of all  Invoice Groupings that were paid during the specified time period (based on payment date) that do not match a specified payee (e.g. pay patient) and submitted manually.";
8627            case PDNPSPMNCT: return "Identifies the total number of all  Invoice Groupings that were paid during the specified time period (based on payment date) that do not match a specified payee (e.g. pay patient) and submitted manually.";
8628            case PDPPPPELAT: return "Identifies the total net amount of all  Invoice Groupings that were paid prior to the specified time period (based on payment date) that match a specified payee (e.g. pay provider) and submitted electronically.";
8629            case PDPPPPELCT: return "Identifies the total number of all  Invoice Groupings that were paid prior to the specified time period (based on payment date) that match a specified payee (e.g. pay provider) and submitted electronically.";
8630            case PDPPPPMNAT: return "Identifies the total net amount of all  Invoice Groupings that were paid prior to the specified time period (based on payment date) that match a specified payee (e.g. pay provider) and submitted manually.";
8631            case PDPPPPMNCT: return "Identifies the total number of all  Invoice Groupings that were paid prior to the specified time period (based on payment date) that match a specified payee (e.g. pay provider) and submitted manually.";
8632            case PDPPSPELAT: return "Identifies the total net amount of all  Invoice Groupings that were paid during the specified time period (based on payment date) that match a specified payee (e.g. pay provider) and submitted electronically.";
8633            case PDPPSPELCT: return "Identifies the total number of all  Invoice Groupings that were paid during the specified time period (based on payment date) that match a specified payee (e.g. pay provider) and submitted electronically.";
8634            case PDPPSPMNAT: return "Identifies the total net amount of all  Invoice Groupings that were paid during the specified time period (based on payment date) that match a specified payee (e.g. pay provider) and submitted manually.";
8635            case PDPPSPMNCT: return "Identifies the total number of all  Invoice Groupings that were paid during the specified time period (based on payment date) that match a specified payee (e.g. pay provider) and submitted manually.";
8636            case _INVOICEELEMENTSUBMITTED: return "Total counts and total net amounts billed for all Invoice Groupings that were submitted within a time period.  Adjudicated invoice elements are included.";
8637            case SBBLELAT: return "Identifies the total net amount billed for all submitted Invoice Groupings within a time period and submitted electronically.  Adjudicated invoice elements are included.";
8638            case SBBLELCT: return "Identifies the total number of submitted Invoice Groupings within a time period and submitted electronically.  Adjudicated invoice elements are included.";
8639            case SBNFELAT: return "Identifies the total net amount billed for all submitted  Invoice Groupings that were nullified within a time period and submitted electronically.  Adjudicated invoice elements are included.";
8640            case SBNFELCT: return "Identifies the total number of submitted  Invoice Groupings that were nullified within a time period and submitted electronically.  Adjudicated invoice elements are included.";
8641            case SBPDELAT: return "Identifies the total net amount billed for all submitted  Invoice Groupings that are pended or held by the payor, within a time period and submitted electronically.  Adjudicated invoice elements are not included.";
8642            case SBPDELCT: return "Identifies the total number of submitted  Invoice Groupings that are pended or held by the payor, within a time period and submitted electronically.  Adjudicated invoice elements are not included.";
8643            case _ACTINVOICEOVERRIDECODE: return "Includes coded responses that will occur as a result of the adjudication of an electronic invoice at a summary level and provides guidance on interpretation of the referenced adjudication results.";
8644            case COVGE: return "Insurance coverage problems have been encountered. Additional explanation information to be supplied.";
8645            case EFORM: return "Electronic form with supporting or additional information to follow.";
8646            case FAX: return "Fax with supporting or additional information to follow.";
8647            case GFTH: return "The medical service was provided to a patient in good faith that they had medical coverage, although no evidence of coverage was available before service was rendered.";
8648            case LATE: return "Knowingly over the payor's published time limit for this invoice possibly due to a previous payor's delays in processing. Additional reason information will be supplied.";
8649            case MANUAL: return "Manual review of the invoice is requested.  Additional information to be supplied.  This may be used in the case of an appeal.";
8650            case OOJ: return "The medical service and/or product was provided to a patient that has coverage in another jurisdiction.";
8651            case ORTHO: return "The service provided is required for orthodontic purposes. If the covered party has orthodontic coverage, then the service may be paid.";
8652            case PAPER: return "Paper documentation (or other physical format) with supporting or additional information to follow.";
8653            case PIE: return "Public Insurance has been exhausted.  Invoice has not been sent to Public Insuror and therefore no Explanation Of Benefits (EOB) is provided with this Invoice submission.";
8654            case PYRDELAY: return "Allows provider to explain lateness of invoice to a subsequent payor.";
8655            case REFNR: return "Rules of practice do not require a physician's referral for the provider to perform a billable service.";
8656            case REPSERV: return "The same service was delivered within a time period that would usually indicate a duplicate billing.  However, the repeated service is a medical      necessity and therefore not a duplicate.";
8657            case UNRELAT: return "The service provided is not related to another billed service. For example, 2 unrelated services provided on the same day to the same patient which may normally result in a refused payment for one of the items.";
8658            case VERBAUTH: return "The provider has received a verbal permission from an authoritative source to perform the service or supply the item being invoiced.";
8659            case _ACTLISTCODE: return "Provides codes associated with ActClass value of LIST (working list)";
8660            case _ACTOBSERVATIONLIST: return "ActObservationList";
8661            case CARELIST: return "List of acts representing a care plan.  The acts can be in a varierty of moods including event (EVN) to record acts that have been carried out as part of the care plan.";
8662            case CONDLIST: return "List of condition observations.";
8663            case INTOLIST: return "List of intolerance observations.";
8664            case PROBLIST: return "List of problem observations.";
8665            case RISKLIST: return "List of risk factor observations.";
8666            case GOALLIST: return "List of observations in goal mood.";
8667            case _ACTTHERAPYDURATIONWORKINGLISTCODE: return "Codes used to identify different types of 'duration-based' working lists.  Examples include \"Continuous/Chronic\", \"Short-Term\" and \"As-Needed\".";
8668            case _ACTMEDICATIONTHERAPYDURATIONWORKINGLISTCODE: return "Definition:A collection of concepts that identifies different types of 'duration-based' mediation working lists.\r\n\n                        \n                           Examples:\"Continuous/Chronic\" \"Short-Term\" and \"As Needed\"";
8669            case ACU: return "Definition:A list of medications which the patient is only expected to consume for the duration of the current order or limited set of orders and which is not expected to be renewed.";
8670            case CHRON: return "Definition:A list of medications which are expected to be continued beyond the present order and which the patient should be assumed to be taking unless explicitly stopped.";
8671            case ONET: return "Definition:A list of medications which the patient is intended to be administered only once.";
8672            case PRN: return "Definition:A list of medications which the patient will consume intermittently based on the behavior of the condition for which the medication is indicated.";
8673            case MEDLIST: return "List of medications.";
8674            case CURMEDLIST: return "List of current medications.";
8675            case DISCMEDLIST: return "List of discharge medications.";
8676            case HISTMEDLIST: return "Historical list of medications.";
8677            case _ACTMONITORINGPROTOCOLCODE: return "Identifies types of monitoring programs";
8678            case CTLSUB: return "A monitoring program that focuses on narcotics and/or commonly abused substances that are subject to legal restriction.";
8679            case INV: return "Definition:A monitoring program that focuses on a drug which is under investigation and has not received regulatory approval for the condition being investigated";
8680            case LU: return "Description:A drug that can be prescribed (and reimbursed) only if it meets certain criteria.";
8681            case OTC: return "Medicines designated in this way may be supplied for patient use without a prescription.  The exact form of categorisation will vary in different realms.";
8682            case RX: return "Some form of prescription is required before the related medicine can be supplied for a patient.  The exact form of regulation will vary in different realms.";
8683            case SA: return "Definition:A drug that requires prior approval (to be reimbursed) before being dispensed";
8684            case SAC: return "Description:A drug that requires special access permission to be prescribed and dispensed.";
8685            case _ACTNONOBSERVATIONINDICATIONCODE: return "Description:Concepts representing indications (reasons for clinical action) other than diagnosis and symptoms.";
8686            case IND01: return "Description:Contrast agent required for imaging study.";
8687            case IND02: return "Description:Provision of prescription or direction to consume a product for purposes of bowel clearance in preparation for a colonoscopy.";
8688            case IND03: return "Description:Provision of medication as a preventative measure during a treatment or other period of increased risk.";
8689            case IND04: return "Description:Provision of medication during pre-operative phase; e.g. antibiotics before dental surgery or bowel prep before colon surgery.";
8690            case IND05: return "Description:Provision of medication for pregnancy --e.g. vitamins, antibiotic treatments for vaginal tract colonization, etc.";
8691            case _ACTOBSERVATIONVERIFICATIONTYPE: return "Identifies the type of verification investigation being undertaken with respect to the subject of the verification activity.\r\n\n                        \n                           Examples:\n                        \r\n\n                        \n                           \n                              Verification of eligibility for coverage under a policy or program - aka enrolled/covered by a policy or program\r\n\n                           \n                           \n                              Verification of record - e.g. person has record in an immunization registry\r\n\n                           \n                           \n                              Verification of enumeration - e.g. NPI\r\n\n                           \n                           \n                              Verification of Board Certification - provider specific\r\n\n                           \n                           \n                              Verification of Certification - e.g. JAHCO, NCQA, URAC\r\n\n                           \n                           \n                              Verification of Conformance - e.g. entity use with HIPAA, conformant to the CCHIT EHR system criteria\r\n\n                           \n                           \n                              Verification of Provider Credentials\r\n\n                           \n                           \n                              Verification of no adverse findings - e.g. on National Provider Data Bank, Health Integrity Protection Data Base (HIPDB)";
8692            case VFPAPER: return "Definition:Indicates that the paper version of the record has, should be or is being verified against the electronic version.";
8693            case _ACTPAYMENTCODE: return "Code identifying the method or the movement of payment instructions.\r\n\n                        Codes are drawn from X12 data element 591 (PaymentMethodCode)";
8694            case ACH: return "Automated Clearing House (ACH).";
8695            case CHK: return "A written order to a bank to pay the amount specified from funds on deposit.";
8696            case DDP: return "Electronic Funds Transfer (EFT) deposit into the payee's bank account";
8697            case NON: return "Non-Payment Data.";
8698            case _ACTPHARMACYSUPPLYTYPE: return "Identifies types of dispensing events";
8699            case DF: return "A fill providing sufficient supply for one day";
8700            case EM: return "A supply action where there is no 'valid' order for the supplied medication; e.g. Emergency vacation supply, weekend supply (when prescriber is unavailable to provide a renewal prescription)";
8701            case SO: return "An emergency supply where the expectation is that a formal order authorizing the supply will be provided at a later date.";
8702            case FF: return "The initial fill against an order.  (This includes initial fills against refill orders.)";
8703            case FFC: return "A first fill where the quantity supplied is equal to one full repetition of the ordered amount. (e.g. If the order was 90 tablets, 3 refills, a complete fill would be for the full 90 tablets).";
8704            case FFP: return "A first fill where the quantity supplied is less than one full repetition of the ordered amount. (e.g. If the order was 90 tablets, 3 refills, a partial fill might be for only 30 tablets.)";
8705            case FFSS: return "A first fill where the strength supplied is less than the ordered strength. (e.g. 10mg for an order of 50mg where a subsequent fill will dispense 40mg tablets).";
8706            case TF: return "A fill where a small portion is provided to allow for determination of the therapy effectiveness and patient tolerance.";
8707            case FS: return "A supply action to restock a smaller more local dispensary.";
8708            case MS: return "A supply of a manufacturer sample";
8709            case RF: return "A fill against an order that has already been filled (or partially filled) at least once.";
8710            case UD: return "A supply action that provides sufficient material for a single dose.";
8711            case RFC: return "A refill where the quantity supplied is equal to one full repetition of the ordered amount. (e.g. If the order was 90 tablets, 3 refills, a complete fill would be for the full 90 tablets.)";
8712            case RFCS: return "A refill where the quantity supplied is equal to one full repetition of the ordered amount. (e.g. If the order was 90 tablets, 3 refills, a complete fill would be for the full 90 tablets.) and where the strength supplied is less than the ordered strength (e.g. 10mg for an order of 50mg where a subsequent fill will dispense 40mg tablets).";
8713            case RFF: return "The first fill against an order that has already been filled at least once at another facility.";
8714            case RFFS: return "The first fill against an order that has already been filled at least once at another facility and where the strength supplied is less than the ordered strength (e.g. 10mg for an order of 50mg where a subsequent fill will dispense 40mg tablets).";
8715            case RFP: return "A refill where the quantity supplied is less than one full repetition of the ordered amount. (e.g. If the order was 90 tablets, 3 refills, a partial fill might be for only 30 tablets.)";
8716            case RFPS: return "A refill where the quantity supplied is less than one full repetition of the ordered amount. (e.g. If the order was 90 tablets, 3 refills, a partial fill might be for only 30 tablets.) and where the strength supplied is less than the ordered strength (e.g. 10mg for an order of 50mg where a subsequent fill will dispense 40mg tablets).";
8717            case RFS: return "A fill against an order that has already been filled (or partially filled) at least once and where the strength supplied is less than the ordered strength (e.g. 10mg for an order of 50mg where a subsequent fill will dispense 40mg tablets).";
8718            case TB: return "A fill where the remainder of a 'complete' fill is provided after a trial fill has been provided.";
8719            case TBS: return "A fill where the remainder of a 'complete' fill is provided after a trial fill has been provided and where the strength supplied is less than the ordered strength (e.g. 10mg for an order of 50mg where a subsequent fill will dispense 40mg tablets).";
8720            case UDE: return "A supply action that provides sufficient material for a single dose via multiple products; e.g. 2 50mg tablets for a 100mg unit dose.";
8721            case _ACTPOLICYTYPE: return "Description:Types of policies that further specify the ActClassPolicy value set.";
8722            case _ACTPRIVACYPOLICY: return "A policy deeming certain information to be private to an individual or organization.\r\n\n                        \n                           Definition: A mandate, obligation, requirement, rule, or expectation relating to privacy.\r\n\n                        \n                           Discussion: ActPrivacyPolicyType codes support the designation of the 1..* policies that are applicable to an Act such as a Consent Directive, a Role such as a VIP Patient, or an Entity such as a patient who is a minor.  1..* ActPrivacyPolicyType values may be associated with an Act or Role to indicate the policies that govern the assignment of an Act or Role confidentialityCode.  Use of multiple ActPrivacyPolicyType values enables fine grain specification of applicable policies, but must be carefully assigned to ensure cogency and avoid creation of conflicting policy mandates.\r\n\n                        \n                           Usage Note: Statutory title may be named in the ActClassPolicy Act Act.title to specify which privacy policy is being referenced.";
8723            case _ACTCONSENTDIRECTIVE: return "Definition: Specifies the type of consent directive indicated by an ActClassPolicy e.g. a 3rd party authorization to disclose or consent for a substitute decision maker (SDM) or a notice of privacy policy.\r\n\n                        \n                           Usage Note: ActConsentDirective codes are used to specify the type of Consent Directive to which a Consent Directive Act conforms.";
8724            case EMRGONLY: return "This general consent directive specifically limits disclosure of health information for purpose of emergency treatment. Additional parameters may further limit the disclosure to specific users, roles, duration, types of information, and impose uses obligations.\r\n\n                        \n                           Definition: Opt-in to disclosure of health information for emergency only consent directive.";
8725            case NOPP: return "Acknowledgement of custodian notice of privacy practices.\r\n\n                        \n                           Usage Notes: This type of consent directive acknowledges a custodian's notice of privacy practices including its permitted collection, access, use and disclosure of health information to users and for purposes of use specified.";
8726            case OPTIN: return "This general consent directive permits disclosure of health information.  Additional parameter may limit authorized users, purpose of use, user obligations, duration, or information types permitted to be disclosed, and impose uses obligations.\r\n\n                        \n                           Definition: Opt-in to disclosure of health information consent directive.";
8727            case OPTOUT: return "This general consent directive prohibits disclosure of health information.  Additional parameters may permit access to some information types by certain users, roles, purposes of use, durations and impose user obligations.\r\n\n                        \n                           Definition: Opt-out of disclosure of health information consent directive.";
8728            case _INFORMATIONSENSITIVITYPOLICY: return "A mandate, obligation, requirement, rule, or expectation characterizing the value or importance of a resource and may include its vulnerability. (Based on ISO7498-2:1989. Note: The vulnerability of personally identifiable sensitive information may be based on concerns that the unauthorized disclosure may result in social stigmatization or discrimination.) Description:  Types of Sensitivity policy that apply to Acts or Roles.  A sensitivity policy is adopted by an enterprise or group of enterprises (a 'policy domain') through a formal data use agreement that stipulates the value, importance, and vulnerability of information. A sensitivity code representing a sensitivity policy may be associated with criteria such as categories of information or sets of information identifiers (e.g. a value set of clinical codes or branch in a code system hierarchy).   These criteria may in turn be used for the Policy Decision Point in a Security Engine.  A sensitivity code may be used to set the confidentiality code used on information about Acts and Roles to trigger the security mechanisms required to control how security principals (i.e., a person, a machine, a software application) may act on the information (e.g. collection, access, use, or disclosure). Sensitivity codes are never assigned to the transport or business envelope containing patient specific information being exchanged outside of a policy domain as this would disclose the information intended to be protected by the policy.  When sensitive information is exchanged with others outside of a policy domain, the confidentiality code on the transport or business envelope conveys the receiver's responsibilities and indicates the how the information is to be safeguarded without unauthorized disclosure of the sensitive information.  This ensures that sensitive information is treated by receivers as the sender intends, accomplishing interoperability without point to point negotiations.\r\n\n                        \n                           Usage Note: Sensitivity codes are not useful for interoperability outside of a policy domain because sensitivity policies are typically localized and vary drastically across policy domains even for the same information category because of differing organizational business rules, security policies, and jurisdictional requirements.  For example, an employee's sensitivity code would make little sense for use outside of a policy domain.   'Taboo' would rarely be useful outside of a policy domain unless there are jurisdictional requirements requiring that a provider disclose sensitive information to a patient directly.  Sensitivity codes may be more appropriate in a legacy system's Master Files in order to notify those who access a patient's orders and observations about the sensitivity policies that apply.  Newer systems may have a security engine that uses a sensitivity policy's criteria directly.  The specializable InformationSensitivityPolicy Act.code may be useful in some scenarios if used in combination with a sensitivity identifier and/or Act.title.";
8729            case _ACTINFORMATIONSENSITIVITYPOLICY: return "Types of sensitivity policies that apply to Acts.  Act.confidentialityCode is defined in the RIM as \"constraints around appropriate disclosure of information about this Act, regardless of mood.\"\r\n\n                        \n                           Usage Note: ActSensitivity codes are used to bind information to an Act.confidentialityCode according to local sensitivity policy so that those confidentiality codes can then govern its handling across enterprises.  Internally to a policy domain, however, local policies guide the access control system on how end users in that policy domain are  able to use information tagged with these sensitivity values.";
8730            case ETH: return "Policy for handling alcohol or drug-abuse information, which will be afforded heightened confidentiality.  Information handling protocols based on organizational policies related to alcohol or drug-abuse information that is deemed sensitive.\r\n\n                        \n                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8731            case GDIS: return "Policy for handling genetic disease information, which will be afforded heightened confidentiality. Information handling protocols based on organizational policies related to genetic disease information that is deemed sensitive.\r\n\n                        \n                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8732            case HIV: return "Policy for handling HIV or AIDS information, which will be afforded heightened confidentiality. Information handling protocols based on organizational policies related to HIV or AIDS information that is deemed sensitive.\r\n\n                        \n                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8733            case PSY: return "Policy for handling psychiatry information, which will be afforded heightened confidentiality. Information handling protocols based on organizational policies related to psychiatry information that is deemed sensitive.\r\n\n                        \n                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8734            case SCA: return "Policy for handling sickle cell disease information, which is afforded heightened confidentiality.  Information handling protocols are based on organizational policies related to sickle cell disease information, which is deemed sensitive.\r\n\n                        \n                           Usage Note: If there is a jurisdictional mandate, then the Act valued with this ActCode should be associated with an Act valued with any applicable laws from the ActPrivacyLaw code system.";
8735            case SDV: return "Policy for handling sexual assault, abuse, or domestic violence information, which will be afforded heightened confidentiality. Information handling protocols based on organizational policies related to sexual assault, abuse, or domestic violence information that is deemed sensitive.\r\n\n                        \n                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8736            case SEX: return "Policy for handling sexuality and reproductive health information, which will be afforded heightened confidentiality.  Information handling protocols based on organizational policies related to sexuality and reproductive health information that is deemed sensitive.\r\n\n                        \n                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8737            case STD: return "Policy for handling sexually transmitted disease information, which will be afforded heightened confidentiality.\n Information handling protocols based on organizational policies related to sexually transmitted disease information that is deemed sensitive.\r\n\n                        \n                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8738            case TBOO: return "Policy for handling information not to be initially disclosed or discussed with patient except by a physician assigned to patient in this case. Information handling protocols based on organizational policies related to sensitive patient information that must be initially discussed with the patient by an attending physician before being disclosed to the patient.\r\n\n                        \n                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.\r\n\n                        \n                           Open Issue: This definition conflates a rule and a characteristic, and there may be a similar issue with ts sibling codes.";
8739            case SICKLE: return "Types of sensitivity policies that apply to Acts.  Act.confidentialityCode is defined in the RIM as \"constraints around appropriate disclosure of information about this Act, regardless of mood.\"\r\n\n                        \n                           Usage Note: ActSensitivity codes are used to bind information to an Act.confidentialityCode according to local sensitivity policy so that those confidentiality codes can then govern its handling across enterprises.  Internally to a policy domain, however, local policies guide the access control system on how end users in that policy domain are able to use information tagged with these sensitivity values.";
8740            case _ENTITYSENSITIVITYPOLICYTYPE: return "Types of sensitivity policies that may apply to a sensitive attribute on an Entity.\r\n\n                        \n                           Usage Note: EntitySensitivity codes are used to convey a policy that is applicable to sensitive information conveyed by an entity attribute.  May be used to bind a Role.confidentialityCode associated with an Entity per organizational policy.  Role.confidentialityCode is defined in the RIM as \"an indication of the appropriate disclosure of information about this Role with respect to the playing Entity.\"";
8741            case DEMO: return "Policy for handling all demographic information about an information subject, which will be afforded heightened confidentiality. Policies may govern sensitivity of information related to all demographic about an information subject, the disclosure of which could impact the privacy, well-being, or safety of that subject.\r\n\n                        \n                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8742            case DOB: return "Policy for handling information related to an information subject's date of birth, which will be afforded heightened confidentiality.Policies may govern sensitivity of information related to an information subject's date of birth, the disclosure of which could impact the privacy, well-being, or safety of that subject.\r\n\n                        \n                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8743            case GENDER: return "Policy for handling information related to an information subject's gender and sexual orientation, which will be afforded heightened confidentiality.  Policies may govern sensitivity of information related to an information subject's gender and sexual orientation, the disclosure of which could impact the privacy, well-being, or safety of that subject.\r\n\n                        \n                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8744            case LIVARG: return "Policy for handling information related to an information subject's living arrangement, which will be afforded heightened confidentiality.  Policies may govern sensitivity of information related to an information subject's living arrangement, the disclosure of which could impact the privacy, well-being, or safety of that subject.\r\n\n                        \n                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8745            case MARST: return "Policy for handling information related to an information subject's marital status, which will be afforded heightened confidentiality. Policies may govern sensitivity of information related to an information subject's marital status, the disclosure of which could impact the privacy, well-being, or safety of that subject.\r\n\n                        \n                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8746            case RACE: return "Policy for handling information related to an information subject's race, which will be afforded heightened confidentiality.  Policies may govern sensitivity of information related to an information subject's race, the disclosure of which could impact the privacy, well-being, or safety of that subject.\r\n\n                        \n                           Usage Note: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8747            case REL: return "Policy for handling information related to an information subject's religious affiliation, which will be afforded heightened confidentiality.  Policies may govern sensitivity of information related to an information subject's religion, the disclosure of which could impact the privacy, well-being, or safety of that subject.\r\n\n                        \n                           Usage Notes: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8748            case _ROLEINFORMATIONSENSITIVITYPOLICY: return "Types of sensitivity policies that apply to Roles.\r\n\n                        \n                           Usage Notes: RoleSensitivity codes are used to bind information to a Role.confidentialityCode per organizational policy.  Role.confidentialityCode is defined in the RIM as \"an indication of the appropriate disclosure of information about this Role with respect to the playing Entity.\"";
8749            case B: return "Policy for handling trade secrets such as financial information or intellectual property, which will be afforded heightened confidentiality.  Description:  Since the service class can represent knowledge structures that may be considered a trade or business secret, there is sometimes (though rarely) the need to flag those items as of business level confidentiality.\r\n\n                        \n                           Usage Notes: No patient related information may ever be of this confidentiality level.   If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8750            case EMPL: return "Policy for handling information related to an employer which is deemed classified to protect an employee who is the information subject, and which will be afforded heightened confidentiality.  Description:  Policies may govern sensitivity of information related to an employer, such as law enforcement or national security, the identity of which could impact the privacy, well-being, or safety of an information subject who is an employee.\r\n\n                        \n                           Usage Notes: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8751            case LOCIS: return "Policy for handling information related to the location of the information subject, which will be afforded heightened confidentiality.  Description:  Policies may govern sensitivity of information related to the location of the information subject, the disclosure of which could impact the privacy, well-being, or safety of that subject.\r\n\n                        \n                           Usage Notes: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8752            case SSP: return "Policy for handling information related to a provider of sensitive services, which will be afforded heightened confidentiality.  Description:  Policies may govern sensitivity of information related to providers who deliver sensitive healthcare services in order to protect the privacy, well-being, and safety of the provider and of patients receiving sensitive services.\r\n\n                        \n                           Usage Notes: If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8753            case ADOL: return "Policy for handling information related to an adolescent, which will be afforded heightened confidentiality per applicable organizational or jurisdictional policy.  An enterprise may have a policy that requires that adolescent patient information be provided heightened confidentiality.  Information deemed sensitive typically includes health information and patient role information including patient status, demographics, next of kin, and location.\r\n\n                        \n                           Usage Note: For use within an enterprise in which an adolescent is the information subject.  If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8754            case CEL: return "Policy for handling information related to a celebrity (people of public interest (VIP), which will be afforded heightened confidentiality.  Celebrities are people of public interest (VIP) about whose information an enterprise may have a policy that requires heightened confidentiality.  Information deemed sensitive may include health information and patient role information including patient status, demographics, next of kin, and location.\r\n\n                        \n                           Usage Note:  For use within an enterprise in which the information subject is deemed a celebrity or very important person.  If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8755            case DIA: return "Policy for handling information related to a diagnosis, health condition or health problem, which will be afforded heightened confidentiality.  Diagnostic, health condition or health problem related information may be deemed sensitive by organizational policy, and require heightened confidentiality.\r\n\n                        \n                           Usage Note: For use within an enterprise that provides heightened confidentiality to  diagnostic, health condition or health problem related information deemed sensitive.   If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8756            case DRGIS: return "Policy for handling information related to a drug, which will be afforded heightened confidentiality. Drug information may be deemed sensitive by organizational policy, and require heightened confidentiality.\r\n\n                        \n                           Usage Note: For use within an enterprise that provides heightened confidentiality to drug information deemed sensitive.   If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8757            case EMP: return "Policy for handling information related to an employee, which will be afforded heightened confidentiality. When a patient is an employee, an enterprise may have a policy that requires heightened confidentiality.  Information deemed sensitive typically includes health information and patient role information including patient status, demographics, next of kin, and location.\r\n\n                        \n                           Usage Note: Policy for handling information related to an employee, which will be afforded heightened confidentiality.  Description:  When a patient is an employee, an enterprise may have a policy that requires heightened confidentiality.  Information deemed sensitive typically includes health information and patient role information including patient status, demographics, next of kin, and location.";
8758            case PDS: return "Policy for handling information reported by the patient about another person, e.g. a family member, which will be afforded heightened confidentiality. Sensitive information reported by the patient about another person, e.g. family members may be deemed sensitive by default.  The flag may be set or cleared on patient's request.  \r\n\n                        \n                           Usage Note: For sensitive information relayed by or about a patient, which is deemed sensitive within the enterprise (i.e., by default regardless of whether the patient requested that the information be deemed sensitive.)   If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8759            case PRS: return "For sensitive information relayed by or about a patient, which is deemed sensitive within the enterprise (i.e., by default regardless of whether the patient requested that the information be deemed sensitive.)   If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.\r\n\n                        \n                           Usage Note: For use within an enterprise that provides heightened confidentiality to certain types of information designated by a patient as sensitive.   If there is a jurisdictional mandate, then use the applicable ActPrivacyLaw code system, and specify the law rather than or in addition to this more generic code.";
8760            case COMPT: return "This is the healthcare analog to the US Intelligence Community's concept of a Special Access Program.  Compartment codes may be used in as a field value in an initiator's clearance to indicate permission to access and use an IT Resource with a security label having the same compartment value in security category label field.\r\n\n                        Map: Aligns with ISO 2382-8 definition of Compartment - \"A division of data into isolated blocks with separate security controls for the purpose of reducing risk.\"";
8761            case HRCOMPT: return "A security category label field value, which indicates that access and use of an IT resource is restricted to members of human resources department or workflow.";
8762            case RESCOMPT: return "A security category label field value, which indicates that access and use of an IT resource is restricted to members of a research project.";
8763            case RMGTCOMPT: return "A security category label field value, which indicates that access and use of an IT resource is restricted to members of records management department or workflow.";
8764            case ACTTRUSTPOLICYTYPE: return "A mandate, obligation, requirement, rule, or expectation conveyed as security metadata between senders and receivers required to establish the reliability, authenticity, and trustworthiness of their transactions.\r\n\n                        Trust security metadata are observation made about aspects of trust applicable to an IT resource (data, information object, service, or system capability).\r\n\n                        Trust applicable to IT resources is established and maintained in and among security domains, and may be comprised of observations about the domain's trust authority, trust framework, trust policy, trust interaction rules, means for assessing and monitoring adherence to trust policies, mechanisms that enforce trust, and quality and reliability measures of assurance in those mechanisms. [Based on ISO IEC 10181-1 and NIST SP 800-63-2]\r\n\n                        For example, identity proofing , level of assurance, and Trust Framework.";
8765            case TRSTACCRD: return "Type of security metadata about the formal declaration by an authority or neutral third party that validates the technical, security, trust, and business practice conformance of Trust Agents to facilitate security, interoperability, and trust among participants within a security domain or trust framework.";
8766            case TRSTAGRE: return "Type of security metadata about privacy and security requirements with which a security domain must comply. [ISO IEC 10181-1]";
8767            case TRSTASSUR: return "Type of security metadata about the digital quality or reliability of a trust assertion, activity, capability, information exchange, mechanism, process, or protocol.";
8768            case TRSTCERT: return "Type of security metadata about a set of security-relevant data issued by a security authority or trusted third party, together with security information which is used to provide the integrity and data origin authentication services for an IT resource (data, information object, service, or system capability). [Based on ISO IEC 10181-1]";
8769            case TRSTFWK: return "Type of security metadata about a complete set of contracts, regulations, or commitments that enable participating actors to rely on certain assertions by other actors to fulfill their information security requirements. [Kantara Initiative]";
8770            case TRSTMEC: return "Type of security metadata about a security architecture system component that supports enforcement of security policies.";
8771            case COVPOL: return "Description:A mandate, obligation, requirement, rule, or expectation unilaterally imposed on benefit coverage under a policy or program by a sponsor, underwriter or payor on:\r\n\n                        \n                           \n                              The activity of another party\r\n\n                           \n                           \n                              The behavior of another party\r\n\n                           \n                           \n                              The manner in which an act is executed\r\n\n                           \n                        \n                        \n                           Examples:A clinical protocol imposed by a payer to which a provider must adhere in order to be paid for providing the service.  A formulary from which a provider must select prescribed drugs in order for the patient to incur a lower copay.";
8772            case SECURITYPOLICY: return "Types of security policies that further specify the ActClassPolicy value set.\r\n\n                        \n                           Examples:\n                        \r\n\n                        \n                           obligation to encrypt\n                           refrain from redisclosure without consent";
8773            case OBLIGATIONPOLICY: return "Conveys the mandated workflow action that an information custodian, receiver, or user must perform.  \r\n\n                        \n                           Usage Notes: Per ISO 22600-2, ObligationPolicy instances 'are event-triggered and define actions to be performed by manager agent'. Per HL7 Composite Security and Privacy Domain Analysis Model:  This value set refers to the action required to receive the permission specified in the privacy rule. Per OASIS XACML, an obligation is an operation specified in a policy or policy that is performed in conjunction with the enforcement of an access control decision.";
8774            case ANONY: return "Custodian system must remove any information that could result in identifying the information subject.";
8775            case AOD: return "Custodian system must make available to an information subject upon request an accounting of certain disclosures of the individual’s protected health information over a period of time.  Policy may dictate that the accounting include information about the information disclosed,  the date of disclosure, the identification of the receiver, the purpose of the disclosure, the time in which the disclosing entity must provide a response and the time period for which accountings of disclosure can be requested.";
8776            case AUDIT: return "Custodian system must monitor systems to ensure that all users are authorized to operate on information objects.";
8777            case AUDTR: return "Custodian system must monitor and maintain retrievable log for each user and operation on information.";
8778            case CPLYCC: return "Custodian security system must retrieve, evaluate, and comply with the information handling directions of the Confidentiality Code associated with an information target.";
8779            case CPLYCD: return "Custodian security system must retrieve, evaluate, and comply with applicable information subject consent directives.";
8780            case CPLYJPP: return "Custodian security system must retrieve, evaluate, and comply with applicable jurisdictional privacy policies associated with the target information.";
8781            case CPLYOPP: return "Custodian security system must retrieve, evaluate, and comply with applicable organizational privacy policies associated with the target information.";
8782            case CPLYOSP: return "Custodian security system must retrieve, evaluate, and comply with the organizational security policies associated with the target information.";
8783            case CPLYPOL: return "Custodian security system must retrieve, evaluate, and comply with applicable policies associated with the target information.";
8784            case DEID: return "Custodian system must strip information of data that would allow the identification of the source of the information or the information subject.";
8785            case DELAU: return "Custodian system must remove target information from access after use.";
8786            case ENCRYPT: return "Custodian system must render information unreadable by algorithmically transforming plaintext into ciphertext.  \r\n\n                        \r\n\n                        \n                           Usage Notes: A mathematical transposition of a file or data stream so that it cannot be deciphered at the receiving end without the proper key. Encryption is a security feature that assures that only the parties who are supposed to be participating in a videoconference or data transfer are able to do so. It can include a password, public and private keys, or a complex combination of all.  (Per Infoway.)";
8787            case ENCRYPTR: return "Custodian system must render information unreadable and unusable by algorithmically transforming plaintext into ciphertext when \"at rest\" or in storage.";
8788            case ENCRYPTT: return "Custodian system must render information unreadable and unusable by algorithmically transforming plaintext into ciphertext while \"in transit\" or being transported by any means.";
8789            case ENCRYPTU: return "Custodian system must render information unreadable and unusable by algorithmically transforming plaintext into ciphertext while in use such that operations permitted on the target information are limited by the license granted to the end user.";
8790            case HUAPRV: return "Custodian system must require human review and approval for permission requested.";
8791            case MASK: return "Custodian system must render information unreadable and unusable by algorithmically transforming plaintext into ciphertext.  User may be provided a key to decrypt per license or \"shared secret\".";
8792            case MINEC: return "Custodian must limit access and disclosure to the minimum information required to support an authorized user's purpose of use.  \r\n\n                        \n                           Usage Note: Limiting the information available for access and disclosure to that an authorized user or receiver \"needs to know\" in order to perform permitted workflow or purpose of use.";
8793            case PRIVMARK: return "Custodian must create and/or maintain human readable security label tags as required by policy.\r\n\n                        Map:  Aligns with ISO 22600-3 Section A.3.4.3 description of privacy mark:  \"If present, the privacy-mark is not used for access control. The content of the privacy-mark may be defined by the security policy in force (identified by the security-policy-identifier) which may define a list of values to be used. Alternately, the value may be determined by the originator of the security-label.\"";
8794            case PSEUD: return "Custodian system must strip information of data that would allow the identification of the source of the information or the information subject.  Custodian may retain a key to relink data necessary to reidentify the information subject.";
8795            case REDACT: return "Custodian system must remove information, which is not authorized to be access, used, or disclosed from records made available to otherwise authorized users.";
8796            case REFRAINPOLICY: return "Conveys prohibited actions which an information custodian, receiver, or user is not permitted to perform unless otherwise authorized or permitted under specified circumstances.\r\n\n                        \r\n\n                        \n                           Usage Notes: ISO 22600-2 species that a Refrain Policy \"defines actions the subjects must refrain from performing\".  Per HL7 Composite Security and Privacy Domain Analysis Model:  May be used to indicate that a specific action is prohibited based on specific access control attributes e.g. purpose of use, information type, user role, etc.";
8797            case NOAUTH: return "Prohibition on disclosure without information subject's authorization.";
8798            case NOCOLLECT: return "Prohibition on collection or storage of the information.";
8799            case NODSCLCD: return "Prohibition on disclosure without organizational approved patient restriction.";
8800            case NODSCLCDS: return "Prohibition on disclosure without a consent directive from the information subject.";
8801            case NOINTEGRATE: return "Prohibition on Integration into other records.";
8802            case NOLIST: return "Prohibition on disclosure except to entities on specific access list.";
8803            case NOMOU: return "Prohibition on disclosure without an interagency service agreement or memorandum of understanding (MOU).";
8804            case NOORGPOL: return "Prohibition on disclosure without organizational authorization.";
8805            case NOPAT: return "Prohibition on disclosing information to patient, family or caregivers without attending provider's authorization.\r\n\n                        \n                           Usage Note: The information may be labeled with the ActInformationSensitivity TBOO code, triggering application of this RefrainPolicy code as a handling caveat controlling access.\r\n\n                        Maps to FHIR NOPAT: Typically, this is used on an Alert resource, when the alert records information on patient abuse or non-compliance.\r\n\n                        FHIR print name is \"keep information from patient\". Maps to the French realm - code: INVISIBLE_PATIENT.\r\n\n                        \n                           displayName: Document non visible par le patient\n                           codingScheme: 1.2.250.1.213.1.1.4.13\n                        \n                        French use case:  A label for documents that the author  chose to hide from the patient until the content can be disclose to the patient in a face to face meeting between a healthcare professional and the patient (in French law some results like cancer diagnosis or AIDS diagnosis must be announced to the patient by a healthcare professional and should not be find out by the patient alone).";
8806            case NOPERSISTP: return "Prohibition on collection of the information beyond time necessary to accomplish authorized purpose of use is prohibited.";
8807            case NORDSCLCD: return "Prohibition on redisclosure without patient consent directive.";
8808            case NORDSCLCDS: return "Prohibition on redisclosure without a consent directive from the information subject.";
8809            case NORDSCLW: return "Prohibition on disclosure without authorization under jurisdictional law.";
8810            case NORELINK: return "Prohibition on associating de-identified or pseudonymized information with other information in a manner that could or does result in disclosing information intended to be masked.";
8811            case NOREUSE: return "Prohibition on use of the information beyond the purpose of use initially authorized.";
8812            case NOVIP: return "Prohibition on disclosure except to principals with access permission to specific VIP information.";
8813            case ORCON: return "Prohibition on disclosure except as permitted by the information originator.";
8814            case _ACTPRODUCTACQUISITIONCODE: return "The method that a product is obtained for use by the subject of the supply act (e.g. patient).  Product examples are consumable or durable goods.";
8815            case LOAN: return "Temporary supply of a product without transfer of ownership for the product.";
8816            case RENT: return "Temporary supply of a product with financial compensation, without transfer of ownership for the product.";
8817            case TRANSFER: return "Transfer of ownership for a product.";
8818            case SALE: return "Transfer of ownership for a product for financial compensation.";
8819            case _ACTSPECIMENTRANSPORTCODE: return "Transportation of a specimen.";
8820            case SREC: return "Description:Specimen has been received by the participating organization/department.";
8821            case SSTOR: return "Description:Specimen has been placed into storage at a participating location.";
8822            case STRAN: return "Description:Specimen has been put in transit to a participating receiver.";
8823            case _ACTSPECIMENTREATMENTCODE: return "Set of codes related to specimen treatments";
8824            case ACID: return "The lowering of specimen pH through the addition of an acid";
8825            case ALK: return "The act rendering alkaline by impregnating with an alkali; a conferring of alkaline qualities.";
8826            case DEFB: return "The removal of fibrin from whole blood or plasma through physical or chemical means";
8827            case FILT: return "The passage of a liquid through a filter, accomplished by gravity, pressure or vacuum (suction).";
8828            case LDLP: return "LDL Precipitation";
8829            case NEUT: return "The act or process by which an acid and a base are combined in such proportions that the resulting compound is neutral.";
8830            case RECA: return "The addition of calcium back to a specimen after it was removed by chelating agents";
8831            case UFIL: return "The filtration of a colloidal substance through a semipermeable medium that allows only the passage of small molecules.";
8832            case _ACTSUBSTANCEADMINISTRATIONCODE: return "Description: Describes the type of substance administration being performed.  This should not be used to carry codes for identification of products.  Use an associated role or entity to carry such information.";
8833            case DRUG: return "The introduction of a drug into a subject with the intention of altering its biologic state with the intent of improving its health status.";
8834            case FD: return "Description: The introduction of material into a subject with the intent of providing nutrition or other dietary supplements (e.g. minerals or vitamins).";
8835            case IMMUNIZ: return "The introduction of an immunogen with the intent of stimulating an immune response, aimed at preventing subsequent infections by more viable agents.";
8836            case BOOSTER: return "An additional immunization administration within a series intended to bolster or enhance immunity.";
8837            case INITIMMUNIZ: return "The first immunization administration in a series intended to produce immunity";
8838            case _ACTTASKCODE: return "Description: A task or action that a user may perform in a clinical information system (e.g. medication order entry, laboratory test results review, problem list entry).";
8839            case OE: return "A clinician creates a request for a service to be performed for a given patient.";
8840            case LABOE: return "A clinician creates a request for a laboratory test to be done for a given patient.";
8841            case MEDOE: return "A clinician creates a request for the administration of one or more medications to a given patient.";
8842            case PATDOC: return "A person enters documentation about a given patient.";
8843            case ALLERLREV: return "Description: A person reviews a list of known allergies of a given patient.";
8844            case CLINNOTEE: return "A clinician enters a clinical note about a given patient";
8845            case DIAGLISTE: return "A clinician enters a diagnosis for a given patient.";
8846            case DISCHINSTE: return "A person provides a discharge instruction to a patient.";
8847            case DISCHSUME: return "A clinician enters a discharge summary for a given patient.";
8848            case PATEDUE: return "A person provides a patient-specific education handout to a patient.";
8849            case PATREPE: return "A pathologist enters a report for a given patient.";
8850            case PROBLISTE: return "A clinician enters a problem for a given patient.";
8851            case RADREPE: return "A radiologist enters a report for a given patient.";
8852            case IMMLREV: return "Description: A person reviews a list of immunizations due or received for a given patient.";
8853            case REMLREV: return "Description: A person reviews a list of health care reminders for a given patient.";
8854            case WELLREMLREV: return "Description: A person reviews a list of wellness or preventive care reminders for a given patient.";
8855            case PATINFO: return "A person (e.g. clinician, the patient herself) reviews patient information in the electronic medical record.";
8856            case ALLERLE: return "Description: A person enters a known allergy for a given patient.";
8857            case CDSREV: return "A person reviews a recommendation/assessment provided automatically by a clinical decision support application for a given patient.";
8858            case CLINNOTEREV: return "A person reviews a clinical note of a given patient.";
8859            case DISCHSUMREV: return "A person reviews a discharge summary of a given patient.";
8860            case DIAGLISTREV: return "A person reviews a list of diagnoses of a given patient.";
8861            case IMMLE: return "Description: A person enters an immunization due or received for a given patient.";
8862            case LABRREV: return "A person reviews a list of laboratory results of a given patient.";
8863            case MICRORREV: return "A person reviews a list of microbiology results of a given patient.";
8864            case MICROORGRREV: return "A person reviews organisms of microbiology results of a given patient.";
8865            case MICROSENSRREV: return "A person reviews the sensitivity test of microbiology results of a given patient.";
8866            case MLREV: return "A person reviews a list of medication orders submitted to a given patient";
8867            case MARWLREV: return "A clinician reviews a work list of medications to be administered to a given patient.";
8868            case OREV: return "A person reviews a list of orders submitted to a given patient.";
8869            case PATREPREV: return "A person reviews a pathology report of a given patient.";
8870            case PROBLISTREV: return "A person reviews a list of problems of a given patient.";
8871            case RADREPREV: return "A person reviews a radiology report of a given patient.";
8872            case REMLE: return "Description: A person enters a health care reminder for a given patient.";
8873            case WELLREMLE: return "Description: A person enters a wellness or preventive care reminder for a given patient.";
8874            case RISKASSESS: return "A person reviews a Risk Assessment Instrument report of a given patient.";
8875            case FALLRISK: return "A person reviews a Falls Risk Assessment Instrument report of a given patient.";
8876            case _ACTTRANSPORTATIONMODECODE: return "Characterizes how a transportation act was or will be carried out.\r\n\n                        \n                           Examples: Via private transport, via public transit, via courier.";
8877            case _ACTPATIENTTRANSPORTATIONMODECODE: return "Definition: Characterizes how a patient was or will be transported to the site of a patient encounter.\r\n\n                        \n                           Examples: Via ambulance, via public transit, on foot.";
8878            case AFOOT: return "pedestrian transport";
8879            case AMBT: return "ambulance transport";
8880            case AMBAIR: return "fixed-wing ambulance transport";
8881            case AMBGRND: return "ground ambulance transport";
8882            case AMBHELO: return "helicopter ambulance transport";
8883            case LAWENF: return "law enforcement transport";
8884            case PRVTRN: return "private transport";
8885            case PUBTRN: return "public transport";
8886            case _OBSERVATIONTYPE: return "Identifies the kinds of observations that can be performed";
8887            case _ACTSPECOBSCODE: return "Identifies the type of observation that is made about a specimen that may affect its processing, analysis or further result interpretation";
8888            case ARTBLD: return "Describes the artificial blood identifier that is associated with the specimen.";
8889            case DILUTION: return "An observation that reports the dilution of a sample.";
8890            case AUTOHIGH: return "The dilution of a sample performed by automated equipment.  The value is specified by the equipment";
8891            case AUTOLOW: return "The dilution of a sample performed by automated equipment.  The value is specified by the equipment";
8892            case PRE: return "The dilution of the specimen made prior to being loaded onto analytical equipment";
8893            case RERUN: return "The value of the dilution of a sample after it had been analyzed at a prior dilution value";
8894            case EVNFCTS: return "Domain provides codes that qualify the ActLabObsEnvfctsCode domain. (Environmental Factors)";
8895            case INTFR: return "An observation that relates to factors that may potentially cause interference with the observation";
8896            case FIBRIN: return "The Fibrin Index of the specimen. In the case of only differentiating between Absent and Present, recommend using 0 and 1";
8897            case HEMOLYSIS: return "An observation of the hemolysis index of the specimen in g/L";
8898            case ICTERUS: return "An observation that describes the icterus index of the specimen.  It is recommended to use mMol/L of bilirubin";
8899            case LIPEMIA: return "An observation used to describe the Lipemia Index of the specimen. It is recommended to use the optical turbidity at 600 nm (in absorbance units).";
8900            case VOLUME: return "An observation that reports the volume of a sample.";
8901            case AVAILABLE: return "The available quantity of specimen.   This is the current quantity minus any planned consumption (e.g. tests that are planned)";
8902            case CONSUMPTION: return "The quantity of specimen that is used each time the equipment uses this substance";
8903            case CURRENT: return "The current quantity of the specimen, i.e., initial quantity minus what has been actually used.";
8904            case INITIAL: return "The initial quantity of the specimen in inventory";
8905            case _ANNOTATIONTYPE: return "AnnotationType";
8906            case _ACTPATIENTANNOTATIONTYPE: return "Description:Provides a categorization for annotations recorded directly against the patient .";
8907            case ANNDI: return "Description:A note that is specific to a patient's diagnostic images, either historical, current or planned.";
8908            case ANNGEN: return "Description:A general or uncategorized note.";
8909            case ANNIMM: return "A note that is specific to a patient's immunizations, either historical, current or planned.";
8910            case ANNLAB: return "Description:A note that is specific to a patient's laboratory results, either historical, current or planned.";
8911            case ANNMED: return "Description:A note that is specific to a patient's medications, either historical, current or planned.";
8912            case _GENETICOBSERVATIONTYPE: return "Description: None provided";
8913            case GENE: return "Description: A DNA segment that contributes to phenotype/function. In the absence of demonstrated function a gene may be characterized by sequence, transcription or homology";
8914            case _IMMUNIZATIONOBSERVATIONTYPE: return "Description: Observation codes which describe characteristics of the immunization material.";
8915            case OBSANTC: return "Description: Indicates the valid antigen count.";
8916            case OBSANTV: return "Description: Indicates whether an antigen is valid or invalid.";
8917            case _INDIVIDUALCASESAFETYREPORTTYPE: return "A code that is used to indicate the type of case safety report received from sender. The current code example reference is from the International Conference on Harmonisation (ICH) Expert Workgroup guideline on Clinical Safety Data Management: Data Elements for Transmission of Individual Case Safety Reports. The unknown/unavailable option allows the transmission of information from a secondary sender where the initial sender did not specify the type of report.\r\n\n                        Example concepts include: Spontaneous, Report from study, Other.";
8918            case PATADVEVNT: return "Indicates that the ICSR is describing problems that a patient experienced after receiving a vaccine product.";
8919            case VACPROBLEM: return "Indicates that the ICSR is describing a problem with the actual vaccine product such as physical defects (cloudy, particulate matter) or inability to confer immunity.";
8920            case _LOINCOBSERVATIONACTCONTEXTAGETYPE: return "Definition:The set of LOINC codes for the act of determining the period of time that has elapsed since an entity was born or created.";
8921            case _216119: return "Definition:Estimated age.";
8922            case _216127: return "Definition:Reported age.";
8923            case _295535: return "Definition:Calculated age.";
8924            case _305250: return "Definition:General specification of age with no implied method of determination.";
8925            case _309724: return "Definition:Age at onset of associated adverse event; no implied method of determination.";
8926            case _MEDICATIONOBSERVATIONTYPE: return "MedicationObservationType";
8927            case REPHALFLIFE: return "Description:This observation represents an 'average' or 'expected' half-life typical of the product.";
8928            case SPLCOATING: return "Definition: A characteristic of an oral solid dosage form of a medicinal product, indicating whether it has one or more coatings such as sugar coating, film coating, or enteric coating.  Only coatings to the external surface or the dosage form should be considered (for example, coatings to individual pellets or granules inside a capsule or tablet are excluded from consideration).\r\n\n                        \n                           Constraints: The Observation.value must be a Boolean (BL) with true for the presence or false for the absence of one or more coatings on a solid dosage form.";
8929            case SPLCOLOR: return "Definition:  A characteristic of an oral solid dosage form of a medicinal product, specifying the color or colors that most predominantly define the appearance of the dose form. SPLCOLOR is not an FDA specification for the actual color of solid dosage forms or the names of colors that can appear in labeling.\r\n\n                        \n                           Constraints: The Observation.value must be a single coded value or a list of multiple coded values, specifying one or more distinct colors that approximate of the color(s) of distinct areas of the solid dosage form, such as the different sides of a tablet or one-part capsule, or the different halves of a two-part capsule.  Bands on banded capsules, regardless of the color, are not considered when assigning an SPLCOLOR. Imprints on the dosage form, regardless of their color are not considered when assigning an SPLCOLOR. If more than one color exists on a particular side or half, then the most predominant color on that side or half is recorded.  If the gelatin capsule shell is colorless and transparent, use the predominant color of the contents that appears through the colorless and transparent capsule shell. Colors can include: Black;Gray;White;Red;Pink;Purple;Green;Yellow;Orange;Brown;Blue;Turquoise.";
8930            case SPLIMAGE: return "Description: A characteristic representing a single file reference that contains two or more views of the same dosage form of the product; in most cases this should represent front and back views of the dosage form, but occasionally additional views might be needed in order to capture all of the important physical characteristics of the dosage form.  Any imprint and/or symbol should be clearly identifiable, and the viewer should not normally need to rotate the image in order to read it.  Images that are submitted with SPL should be included in the same directory as the SPL file.";
8931            case SPLIMPRINT: return "Definition:  A characteristic of an oral solid dosage form of a medicinal product, specifying the alphanumeric text that appears on the solid dosage form, including text that is embossed, debossed, engraved or printed with ink. The presence of other non-textual distinguishing marks or symbols is recorded by SPLSYMBOL.\r\n\n                        \n                           Examples: Included in SPLIMPRINT are alphanumeric text that appears on the bands of banded capsules and logos and other symbols that can be interpreted as letters or numbers.\r\n\n                        \n                           Constraints: The Observation.value must be of type Character String (ST). Excluded from SPLIMPRINT are internal and external cut-outs in the form of alphanumeric text and the letter 'R' with a circle around it (when referring to a registered trademark) and the letters 'TM' (when referring to a 'trade mark').  To record text, begin on either side or part of the dosage form. Start at the top left and progress as one would normally read a book.  Enter a semicolon to show separation between words or line divisions.";
8932            case SPLSCORING: return "Definition: A characteristic of an oral solid dosage form of a medicinal product, specifying the number of equal pieces that the solid dosage form can be divided into using score line(s). \r\n\n                        \n                           Example: One score line creating two equal pieces is given a value of 2, two parallel score lines creating three equal pieces is given a value of 3.\r\n\n                        \n                           Constraints: Whether three parallel score lines create four equal pieces or two intersecting score lines create two equal pieces using one score line and four equal pieces using both score lines, both have the scoring value of 4. Solid dosage forms that are not scored are given a value of 1. Solid dosage forms that can only be divided into unequal pieces are given a null-value with nullFlavor other (OTH).";
8933            case SPLSHAPE: return "Description: A characteristic of an oral solid dosage form of a medicinal product, specifying the two dimensional representation of the solid dose form, in terms of the outside perimeter of a solid dosage form when the dosage form, resting on a flat surface, is viewed from directly above, including slight rounding of corners. SPLSHAPE does not include embossing, scoring, debossing, or internal cut-outs.  SPLSHAPE is independent of the orientation of the imprint and logo. Shapes can include: Triangle (3 sided); Square; Round; Semicircle; Pentagon (5 sided); Diamond; Double circle; Bullet; Hexagon (6 sided); Rectangle; Gear; Capsule; Heptagon (7 sided); Trapezoid; Oval; Clover; Octagon (8 sided); Tear; Freeform.";
8934            case SPLSIZE: return "Definition: A characteristic of an oral solid dosage form of a medicinal product, specifying the longest single dimension of the solid dosage form as a physical quantity in the dimension of length (e.g. 3 mm). The length is should be specified in millimeters and should be rounded to the nearest whole millimeter.\r\n\n                        \n                           Example: SPLSIZE for a rectangular shaped tablet is the length and SPLSIZE for a round shaped tablet is the diameter.";
8935            case SPLSYMBOL: return "Definition: A characteristic of an oral solid dosage form of a medicinal product, to describe whether or not the medicinal product has a mark or symbol appearing on it for easy and definite recognition.  Score lines, letters, numbers, and internal and external cut-outs are not considered marks or symbols. See SPLSCORING and SPLIMPRINT for these characteristics.\r\n\n                        \n                           Constraints: The Observation.value must be a Boolean (BL) with <u>true</u> indicating the presence and <u>false</u> for the absence of marks or symbols.\r\n\n                        \n                           Example:";
8936            case _OBSERVATIONISSUETRIGGERCODEDOBSERVATIONTYPE: return "Distinguishes the kinds of coded observations that could be the trigger for clinical issue detection. These are observations that are not measurable, but instead can be defined with codes. Coded observation types include: Allergy, Intolerance, Medical Condition, Pregnancy status, etc.";
8937            case _CASETRANSMISSIONMODE: return "Code for the mechanism by which disease was acquired by the living subject involved in the public health case. Includes sexually transmitted, airborne, bloodborne, vectorborne, foodborne, zoonotic, nosocomial, mechanical, dermal, congenital, environmental exposure, indeterminate.";
8938            case AIRTRNS: return "Communication of an agent from a living subject or environmental source to a living subject through indirect contact via oral or nasal inhalation.";
8939            case ANANTRNS: return "Communication of an agent from one animal to another proximate animal.";
8940            case ANHUMTRNS: return "Communication of an agent from an animal to a proximate person.";
8941            case BDYFLDTRNS: return "Communication of an agent from one living subject to another living subject through direct contact with any body fluid.";
8942            case BLDTRNS: return "Communication of an agent to a living subject through direct contact with blood or blood products whether the contact with blood is part of  a therapeutic procedure or not.";
8943            case DERMTRNS: return "Communication of an agent from a living subject or environmental source to a living subject via agent migration through intact skin.";
8944            case ENVTRNS: return "Communication of an agent from an environmental surface or source to a living subject by direct contact.";
8945            case FECTRNS: return "Communication of an agent from a living subject or environmental source to a living subject through oral contact with material contaminated by person or animal fecal material.";
8946            case FOMTRNS: return "Communication of an agent from an non-living material to a living subject through direct contact.";
8947            case FOODTRNS: return "Communication of an agent from a food source to a living subject via oral consumption.";
8948            case HUMHUMTRNS: return "Communication of an agent from a person to a proximate person.";
8949            case INDTRNS: return "Communication of an agent to a living subject via an undetermined route.";
8950            case LACTTRNS: return "Communication of an agent from one living subject to another living subject through direct contact with mammalian milk or colostrum.";
8951            case NOSTRNS: return "Communication of an agent from any entity to a living subject while the living subject is in the patient role in a healthcare facility.";
8952            case PARTRNS: return "Communication of an agent from a living subject or environmental source to a living subject where the acquisition of the agent is not via the alimentary canal.";
8953            case PLACTRNS: return "Communication of an agent from a living subject to the progeny of that living subject via agent migration across the maternal-fetal placental membranes while in utero.";
8954            case SEXTRNS: return "Communication of an agent from one living subject to another living subject through direct contact with genital or oral tissues as part of a sexual act.";
8955            case TRNSFTRNS: return "Communication of an agent from one living subject to another living subject through direct contact with blood or blood products where the contact with blood is part of  a therapeutic procedure.";
8956            case VECTRNS: return "Communication of an agent from a living subject acting as a required intermediary in the agent transmission process to a recipient living subject via direct contact.";
8957            case WATTRNS: return "Communication of an agent from a contaminated water source to a living subject whether the water is ingested as a food or not. The route of entry of the water may be through any bodily orifice.";
8958            case _OBSERVATIONQUALITYMEASUREATTRIBUTE: return "Codes used to define various metadata aspects of a health quality measure.";
8959            case AGGREGATE: return "Indicates that the observation is carrying out an aggregation calculation, contained in the value element.";
8960            case COPY: return "Identifies the organization(s) who own the intellectual property represented by the eMeasure.";
8961            case CRS: return "Summary of relevant clinical guidelines or other clinical recommendations supporting this eMeasure.";
8962            case DEF: return "Description of individual terms, provided as needed.";
8963            case DISC: return "Disclaimer information for the eMeasure.";
8964            case FINALDT: return "The timestamp when the eMeasure was last packaged in the Measure Authoring Tool.";
8965            case GUIDE: return "Used to allow measure developers to provide additional guidance for implementers to understand greater specificity than could be provided in the logic for data criteria.";
8966            case IDUR: return "Information on whether an increase or decrease in score is the preferred result \n(e.g. a higher score indicates better quality OR a lower score indicates better quality OR quality is within a range).";
8967            case ITMCNT: return "Describes the items counted by the measure (e.g. patients, encounters, procedures, etc.)";
8968            case KEY: return "A significant word that aids in discoverability.";
8969            case MEDT: return "The end date of the measurement period.";
8970            case MSD: return "The start date of the measurement period.";
8971            case MSRADJ: return "The method of adjusting for clinical severity and conditions present at the start of care that can influence patient outcomes for making valid comparisons of outcome measures across providers. Indicates whether an eMeasure is subject to the statistical process for reducing, removing, or clarifying the influences of confounding factors to allow more useful comparisons.";
8972            case MSRAGG: return "Describes how to combine information calculated based on logic in each of several populations into one summarized result. It can also be used to describe how to risk adjust the data based on supplemental data elements described in the eMeasure. (e.g. pneumonia hospital measures antibiotic selection in the ICU versus non-ICU and then the roll-up of the two). \r\n\n                        \n                           Open Issue: The description does NOT align well with the definition used in the HQMF specfication; correct the MSGAGG definition, and the possible distinction of MSRAGG as a child of AGGREGATE.";
8973            case MSRIMPROV: return "Information on whether an increase or decrease in score is the preferred result. This should reflect information on which way is better, an increase or decrease in score.";
8974            case MSRJUR: return "The list of jurisdiction(s) for which the measure applies.";
8975            case MSRRPTR: return "Type of person or organization that is expected to report the issue.";
8976            case MSRRPTTIME: return "The maximum time that may elapse following completion of the measure until the measure report must be sent to the receiver.";
8977            case MSRSCORE: return "Indicates how the calculation is performed for the eMeasure \n(e.g. proportion, continuous variable, ratio)";
8978            case MSRSET: return "Location(s) in which care being measured is rendered\r\n\n                        Usage Note: MSRSET is used rather than RoleCode because the setting applies to what is being measured, as opposed to participating directly in the health quality measure documantion itself).";
8979            case MSRTOPIC: return "health quality measure topic type";
8980            case MSRTP: return "The time period for which the eMeasure applies.";
8981            case MSRTYPE: return "Indicates whether the eMeasure is used to examine a process or an outcome over time \n(e.g. Structure, Process, Outcome).";
8982            case RAT: return "Succinct statement of the need for the measure. Usually includes statements pertaining to Importance criterion: impact, gap in care and evidence.";
8983            case REF: return "Identifies bibliographic citations or references to clinical practice guidelines, sources of evidence, or other relevant materials supporting the intent and rationale of the eMeasure.";
8984            case SDE: return "Comparison of results across strata can be used to show where disparities exist or where there is a need to expose differences in results. For example, Centers for Medicare & Medicaid Services (CMS) in the U.S. defines four required Supplemental Data Elements (payer, ethnicity, race, and gender), which are variables used to aggregate data into various subgroups. Additional supplemental data elements required for risk adjustment or other purposes of data aggregation can be included in the Supplemental Data Element section.";
8985            case STRAT: return "Describes the strata for which the measure is to be evaluated. There are three examples of reasons for stratification based on existing work. These include: (1) evaluate the measure based on different age groupings within the population described in the measure (e.g. evaluate the whole [age 14-25] and each sub-stratum [14-19] and [20-25]); (2) evaluate the eMeasure based on either a specific condition, a specific discharge location, or both; (3) evaluate the eMeasure based on different locations within a facility (e.g. evaluate the overall rate for all intensive care units and also some strata include additional findings [specific birth weights for neonatal intensive care units]).";
8986            case TRANF: return "Can be a URL or hyperlinks that link to the transmission formats that are specified for a particular reporting program.";
8987            case USE: return "Usage notes.";
8988            case _OBSERVATIONSEQUENCETYPE: return "ObservationSequenceType";
8989            case TIMEABSOLUTE: return "A sequence of values in the \"absolute\" time domain.  This is the same time domain that all HL7 timestamps use.  It is time as measured by the Gregorian calendar";
8990            case TIMERELATIVE: return "A sequence of values in a \"relative\" time domain.  The time is measured relative to the earliest effective time in the Observation Series containing this sequence.";
8991            case _OBSERVATIONSERIESTYPE: return "ObservationSeriesType";
8992            case _ECGOBSERVATIONSERIESTYPE: return "ECGObservationSeriesType";
8993            case REPRESENTATIVEBEAT: return "This Observation Series type contains waveforms of a \"representative beat\" (a.k.a. \"median beat\" or \"average beat\").  The waveform samples are measured in relative time, relative to the beginning of the beat as defined by the Observation Series effective time.  The waveforms are not directly acquired from the subject, but rather algorithmically derived from the \"rhythm\" waveforms.";
8994            case RHYTHM: return "This Observation type contains ECG \"rhythm\" waveforms.  The waveform samples are measured in absolute time (a.k.a. \"subject time\" or \"effective time\").  These waveforms are usually \"raw\" with some minimal amount of noise reduction and baseline filtering applied.";
8995            case _PATIENTIMMUNIZATIONRELATEDOBSERVATIONTYPE: return "Description: Reporting codes that are related to an immunization event.";
8996            case CLSSRM: return "Description: The class room associated with the patient during the immunization event.";
8997            case GRADE: return "Description: The school grade or level the patient was in when immunized.";
8998            case SCHL: return "Description: The school the patient attended when immunized.";
8999            case SCHLDIV: return "Description: The school division or district associated with the patient during the immunization event.";
9000            case TEACHER: return "Description: The patient's teacher when immunized.";
9001            case _POPULATIONINCLUSIONOBSERVATIONTYPE: return "Observation types for specifying criteria used to assert that a subject is included in a particular population.";
9002            case DENEX: return "Criteria which specify subjects who should be removed from the eMeasure population and denominator before determining if numerator criteria are met. Denominator exclusions are used in proportion and ratio measures to help narrow the denominator.";
9003            case DENEXCEP: return "Criteria which specify the removal of a subject, procedure or unit of measurement from the denominator, only if the numerator criteria are not met. Denominator exceptions allow for adjustment of the calculated score for those providers with higher risk populations. Denominator exceptions are used only in proportion eMeasures. They are not appropriate for ratio or continuous variable eMeasures. Denominator exceptions allow for the exercise of clinical judgment and should be specifically defined where capturing the information in a structured manner fits the clinical workflow. Generic denominator exception reasons used in proportion eMeasures fall into three general categories:\r\n\n                        \n                           Medical reasons\n                           Patient (or subject) reasons\n                           System reasons";
9004            case DENOM: return "Criteria for specifying the entities to be evaluated by a specific quality measure, based on a shared common set of characteristics (within a specific measurement set to which a given measure belongs).  The denominator can be the same as the initial population, or it may be a subset of the initial population to further constrain it for the purpose of the eMeasure. Different measures within an eMeasure set may have different denominators. Continuous Variable eMeasures do not have a denominator, but instead define a measure population.";
9005            case IPOP: return "Criteria for specifying the entities to be evaluated by a specific quality measure, based on a shared common set of characteristics (within a specific measurement set to which a given measure belongs).";
9006            case IPPOP: return "Criteria for specifying the patients to be evaluated by a specific quality measure, based on a shared common set of characteristics (within a specific measurement set to which a given measure belongs). Details often include information based upon specific age groups, diagnoses, diagnostic and procedure codes, and enrollment periods.";
9007            case MSRPOPL: return "Criteria for specifying\nthe measure population as a narrative description (e.g. all patients seen in the Emergency Department during the measurement period).  This is used only in continuous variable eMeasures.";
9008            case MSRPOPLEX: return "Criteria for specifying subjects who should be removed from the eMeasure's Initial Population and Measure Population. Measure Population Exclusions are used in Continuous Variable measures to help narrow the Measure Population before determining the value(s) of the continuous variable(s).";
9009            case NUMER: return "Criteria for specifying the processes or outcomes expected for each patient, procedure, or other unit of measurement defined in the denominator for proportion measures, or related to (but not directly derived from) the denominator for ratio measures (e.g. a numerator listing the number of central line blood stream infections and a denominator indicating the days per thousand of central line usage in a specific time period).";
9010            case NUMEX: return "Criteria for specifying instances that should not be included in the numerator data. (e.g. if the number of central line blood stream infections per 1000 catheter days were to exclude infections with a specific bacterium, that bacterium would be listed as a numerator exclusion).  Numerator Exclusions are used only in ratio eMeasures.";
9011            case _PREFERENCEOBSERVATIONTYPE: return "Types of observations that can be made about Preferences.";
9012            case PREFSTRENGTH: return "An observation about how important a preference is to the target of the preference.";
9013            case ADVERSEREACTION: return "Indicates that the observation is of an unexpected negative occurrence in the subject suspected to result from the subject's exposure to one or more agents.  Observation values would be the symptom resulting from the reaction.";
9014            case ASSERTION: return "Description:Refines classCode OBS to indicate an observation in which observation.value contains a finding or other nominalized statement, where the encoded information in Observation.value is not altered by Observation.code.  For instance, observation.code=\"ASSERTION\" and observation.value=\"fracture of femur present\" is an assertion of a clinical finding of femur fracture.";
9015            case CASESER: return "Definition:An observation that provides a characterization of the level of harm to an investigation subject as a result of a reaction or event.";
9016            case CDIO: return "An observation that states whether the disease was likely acquired outside the jurisdiction of observation, and if so, the nature of the inter-jurisdictional relationship.\r\n\n                        \n                           OpenIssue: This code could be moved to LOINC if it can be done before there are significant implemenations using it.";
9017            case CRIT: return "A clinical judgment as to the worst case result of a future exposure (including substance administration). When the worst case result is assessed to have a life-threatening or organ system threatening potential, it is considered to be of high criticality.";
9018            case CTMO: return "An observation that states the mechanism by which disease was acquired by the living subject involved in the public health case.\r\n\n                        \n                           OpenIssue: This code could be moved to LOINC if it can be done before there are significant implemenations using it.";
9019            case DX: return "Includes all codes defining types of indications such as diagnosis, symptom and other indications such as contrast agents for lab tests.";
9020            case ADMDX: return "Admitting diagnosis are the diagnoses documented  for administrative purposes as the basis for a hospital admission.";
9021            case DISDX: return "Discharge diagnosis are the diagnoses documented for administrative purposes as the time of hospital discharge.";
9022            case INTDX: return "Intermediate diagnoses are those diagnoses documented for administrative purposes during the course of a hospital stay.";
9023            case NOI: return "The type of injury that the injury coding specifies.";
9024            case GISTIER: return "Description: Accuracy determined as per the GIS tier code system.";
9025            case HHOBS: return "Indicates that the observation is of a person’s living situation in a household including the household composition and circumstances.";
9026            case ISSUE: return "There is a clinical issue for the therapy that makes continuation of the therapy inappropriate.\r\n\n                        \n                           Open Issue: The definition of this code does not correctly represent the concept space of its specializations (children)";
9027            case _ACTADMINISTRATIVEDETECTEDISSUECODE: return "Identifies types of detectyed issues for Act class \"ALRT\" for the administrative and patient administrative acts domains.";
9028            case _ACTADMINISTRATIVEAUTHORIZATIONDETECTEDISSUECODE: return "ActAdministrativeAuthorizationDetectedIssueCode";
9029            case NAT: return "The requesting party has insufficient authorization to invoke the interaction.";
9030            case SUPPRESSED: return "Description: One or more records in the query response have been suppressed due to consent or privacy restrictions.";
9031            case VALIDAT: return "Description:The specified element did not pass business-rule validation.";
9032            case KEY204: return "The ID of the patient, order, etc., was not found. Used for transactions other than additions, e.g. transfer of a non-existent patient.";
9033            case KEY205: return "The ID of the patient, order, etc., already exists. Used in response to addition transactions (Admit, New Order, etc.).";
9034            case COMPLY: return "There may be an issue with the patient complying with the intentions of the proposed therapy";
9035            case DUPTHPY: return "The proposed therapy appears to duplicate an existing therapy";
9036            case DUPTHPCLS: return "Description:The proposed therapy appears to have the same intended therapeutic benefit as an existing therapy, though the specific mechanisms of action vary.";
9037            case DUPTHPGEN: return "Description:The proposed therapy appears to have the same intended therapeutic benefit as an existing therapy and uses the same mechanisms of action as the existing therapy.";
9038            case ABUSE: return "Description:The proposed therapy is frequently misused or abused and therefore should be used with caution and/or monitoring.";
9039            case FRAUD: return "Description:The request is suspected to have a fraudulent basis.";
9040            case PLYDOC: return "A similar or identical therapy was recently ordered by a different practitioner.";
9041            case PLYPHRM: return "This patient was recently supplied a similar or identical therapy from a different pharmacy or supplier.";
9042            case DOSE: return "Proposed dosage instructions for therapy differ from standard practice.";
9043            case DOSECOND: return "Description:Proposed dosage is inappropriate due to patient's medical condition.";
9044            case DOSEDUR: return "Proposed length of therapy differs from standard practice.";
9045            case DOSEDURH: return "Proposed length of therapy is longer than standard practice";
9046            case DOSEDURHIND: return "Proposed length of therapy is longer than standard practice for the identified indication or diagnosis";
9047            case DOSEDURL: return "Proposed length of therapy is shorter than that necessary for therapeutic effect";
9048            case DOSEDURLIND: return "Proposed length of therapy is shorter than standard practice for the identified indication or diagnosis";
9049            case DOSEH: return "Proposed dosage exceeds standard practice";
9050            case DOSEHINDA: return "Proposed dosage exceeds standard practice for the patient's age";
9051            case DOSEHIND: return "High Dose for Indication Alert";
9052            case DOSEHINDSA: return "Proposed dosage exceeds standard practice for the patient's height or body surface area";
9053            case DOSEHINDW: return "Proposed dosage exceeds standard practice for the patient's weight";
9054            case DOSEIVL: return "Proposed dosage interval/timing differs from standard practice";
9055            case DOSEIVLIND: return "Proposed dosage interval/timing differs from standard practice for the identified indication or diagnosis";
9056            case DOSEL: return "Proposed dosage is below suggested therapeutic levels";
9057            case DOSELINDA: return "Proposed dosage is below suggested therapeutic levels for the patient's age";
9058            case DOSELIND: return "Low Dose for Indication Alert";
9059            case DOSELINDSA: return "Proposed dosage is below suggested therapeutic levels for the patient's height or body surface area";
9060            case DOSELINDW: return "Proposed dosage is below suggested therapeutic levels for the patient's weight";
9061            case MDOSE: return "Description:The maximum quantity of this drug allowed to be administered within a particular time-range (month, year, lifetime) has been reached or exceeded.";
9062            case OBSA: return "Proposed therapy may be inappropriate or contraindicated due to conditions or characteristics of the patient";
9063            case AGE: return "Proposed therapy may be inappropriate or contraindicated due to patient age";
9064            case ADALRT: return "Proposed therapy is outside of the standard practice for an adult patient.";
9065            case GEALRT: return "Proposed therapy is outside of standard practice for a geriatric patient.";
9066            case PEALRT: return "Proposed therapy is outside of the standard practice for a pediatric patient.";
9067            case COND: return "Proposed therapy may be inappropriate or contraindicated due to an existing/recent patient condition or diagnosis";
9068            case HGHT: return "";
9069            case LACT: return "Proposed therapy may be inappropriate or contraindicated when breast-feeding";
9070            case PREG: return "Proposed therapy may be inappropriate or contraindicated during pregnancy";
9071            case WGHT: return "";
9072            case CREACT: return "Description:Proposed therapy may be inappropriate or contraindicated because of a common but non-patient specific reaction to the product.\r\n\n                        \n                           Example:There is no record of a specific sensitivity for the patient, but the presence of the sensitivity is common and therefore caution is warranted.";
9073            case GEN: return "Proposed therapy may be inappropriate or contraindicated due to patient genetic indicators.";
9074            case GEND: return "Proposed therapy may be inappropriate or contraindicated due to patient gender.";
9075            case LAB: return "Proposed therapy may be inappropriate or contraindicated due to recent lab test results";
9076            case REACT: return "Proposed therapy may be inappropriate or contraindicated based on the potential for a patient reaction to the proposed product";
9077            case ALGY: return "Proposed therapy may be inappropriate or contraindicated because of a recorded patient allergy to the proposed product.  (Allergies are immune based reactions.)";
9078            case INT: return "Proposed therapy may be inappropriate or contraindicated because of a recorded patient intolerance to the proposed product.  (Intolerances are non-immune based sensitivities.)";
9079            case RREACT: return "Proposed therapy may be inappropriate or contraindicated because of a potential patient reaction to a cross-sensitivity related product.";
9080            case RALG: return "Proposed therapy may be inappropriate or contraindicated because of a recorded patient allergy to a cross-sensitivity related product.  (Allergies are immune based reactions.)";
9081            case RAR: return "Proposed therapy may be inappropriate or contraindicated because of a recorded prior adverse reaction to a cross-sensitivity related product.";
9082            case RINT: return "Proposed therapy may be inappropriate or contraindicated because of a recorded patient intolerance to a cross-sensitivity related product.  (Intolerances are non-immune based sensitivities.)";
9083            case BUS: return "Description:A local business rule relating multiple elements has been violated.";
9084            case CODEINVAL: return "Description:The specified code is not valid against the list of codes allowed for the element.";
9085            case CODEDEPREC: return "Description:The specified code has been deprecated and should no longer be used.  Select another code from the code system.";
9086            case FORMAT: return "Description:The element does not follow the formatting or type rules defined for the field.";
9087            case ILLEGAL: return "Description:The request is missing elements or contains elements which cause it to not meet the legal standards for actioning.";
9088            case LENRANGE: return "Description:The length of the data specified falls out of the range defined for the element.";
9089            case LENLONG: return "Description:The length of the data specified is greater than the maximum length defined for the element.";
9090            case LENSHORT: return "Description:The length of the data specified is less than the minimum length defined for the element.";
9091            case MISSCOND: return "Description:The specified element must be specified with a non-null value under certain conditions.  In this case, the conditions are true but the element is still missing or null.";
9092            case MISSMAND: return "Description:The specified element is mandatory and was not included in the instance.";
9093            case NODUPS: return "Description:More than one element with the same value exists in the set.  Duplicates not permission in this set in a set.";
9094            case NOPERSIST: return "Description: Element in submitted message will not persist in data storage based on detected issue.";
9095            case REPRANGE: return "Description:The number of repeating elements falls outside the range of the allowed number of repetitions.";
9096            case MAXOCCURS: return "Description:The number of repeating elements is above the maximum number of repetitions allowed.";
9097            case MINOCCURS: return "Description:The number of repeating elements is below the minimum number of repetitions allowed.";
9098            case _ACTADMINISTRATIVERULEDETECTEDISSUECODE: return "ActAdministrativeRuleDetectedIssueCode";
9099            case KEY206: return "Description: Metadata associated with the identification (e.g. name or gender) does not match the identification being verified.";
9100            case OBSOLETE: return "Description: One or more records in the query response have a status of 'obsolete'.";
9101            case _ACTSUPPLIEDITEMDETECTEDISSUECODE: return "Identifies types of detected issues regarding the administration or supply of an item to a patient.";
9102            case _ADMINISTRATIONDETECTEDISSUECODE: return "Administration of the proposed therapy may be inappropriate or contraindicated as proposed";
9103            case _APPROPRIATENESSDETECTEDISSUECODE: return "AppropriatenessDetectedIssueCode";
9104            case _INTERACTIONDETECTEDISSUECODE: return "InteractionDetectedIssueCode";
9105            case FOOD: return "Proposed therapy may interact with certain foods";
9106            case TPROD: return "Proposed therapy may interact with an existing or recent therapeutic product";
9107            case DRG: return "Proposed therapy may interact with an existing or recent drug therapy";
9108            case NHP: return "Proposed therapy may interact with existing or recent natural health product therapy";
9109            case NONRX: return "Proposed therapy may interact with a non-prescription drug (e.g. alcohol, tobacco, Aspirin)";
9110            case PREVINEF: return "Definition:The same or similar treatment has previously been attempted with the patient without achieving a positive effect.";
9111            case DACT: return "Description:Proposed therapy may be contraindicated or ineffective based on an existing or recent drug therapy.";
9112            case TIME: return "Description:Proposed therapy may be inappropriate or ineffective based on the proposed start or end time.";
9113            case ALRTENDLATE: return "Definition:Proposed therapy may be inappropriate or ineffective because the end of administration is too close to another planned therapy.";
9114            case ALRTSTRTLATE: return "Definition:Proposed therapy may be inappropriate or ineffective because the start of administration is too late after the onset of the condition.";
9115            case _TIMINGDETECTEDISSUECODE: return "Proposed therapy may be inappropriate or ineffective based on the proposed start or end time.";
9116            case ENDLATE: return "Proposed therapy may be inappropriate or ineffective because the end of administration is too close to another planned therapy";
9117            case STRTLATE: return "Proposed therapy may be inappropriate or ineffective because the start of administration is too late after the onset of the condition";
9118            case _SUPPLYDETECTEDISSUECODE: return "Supplying the product at this time may be inappropriate or indicate compliance issues with the associated therapy";
9119            case ALLDONE: return "Definition:The requested action has already been performed and so this request has no effect";
9120            case FULFIL: return "Definition:The therapy being performed is in some way out of alignment with the requested therapy.";
9121            case NOTACTN: return "Definition:The status of the request being fulfilled has changed such that it is no longer actionable.  This may be because the request has expired, has already been completely fulfilled or has been otherwise stopped or disabled.  (Not used for 'suspended' orders.)";
9122            case NOTEQUIV: return "Definition:The therapy being performed is not sufficiently equivalent to the therapy which was requested.";
9123            case NOTEQUIVGEN: return "Definition:The therapy being performed is not generically equivalent (having the identical biological action) to the therapy which was requested.";
9124            case NOTEQUIVTHER: return "Definition:The therapy being performed is not therapeutically equivalent (having the same overall patient effect) to the therapy which was requested.";
9125            case TIMING: return "Definition:The therapy is being performed at a time which diverges from the time the therapy was requested";
9126            case INTERVAL: return "Definition:The therapy action is being performed outside the bounds of the time period requested";
9127            case MINFREQ: return "Definition:The therapy action is being performed too soon after the previous occurrence based on the requested frequency";
9128            case HELD: return "Definition:There should be no actions taken in fulfillment of a request that has been held or suspended.";
9129            case TOOLATE: return "The patient is receiving a subsequent fill significantly later than would be expected based on the amount previously supplied and the therapy dosage instructions";
9130            case TOOSOON: return "The patient is receiving a subsequent fill significantly earlier than would be expected based on the amount previously supplied and the therapy dosage instructions";
9131            case HISTORIC: return "Description: While the record was accepted in the repository, there is a more recent version of a record of this type.";
9132            case PATPREF: return "Definition:The proposed therapy goes against preferences or consent constraints recorded in the patient's record.";
9133            case PATPREFALT: return "Definition:The proposed therapy goes against preferences or consent constraints recorded in the patient's record.  An alternate therapy meeting those constraints is available.";
9134            case KSUBJ: return "Categorization of types of observation that capture the main clinical knowledge subject which may be a medication, a laboratory test, a disease.";
9135            case KSUBT: return "Categorization of types of observation that capture a knowledge subtopic which might be treatment, etiology, or prognosis.";
9136            case OINT: return "Hypersensitivity resulting in an adverse reaction upon exposure to an agent.";
9137            case ALG: return "Hypersensitivity to an agent caused by an immunologic response to an initial exposure";
9138            case DALG: return "An allergy to a pharmaceutical product.";
9139            case EALG: return "An allergy to a substance other than a drug or a food; e.g. Latex, pollen, etc.";
9140            case FALG: return "An allergy to a substance generally consumed for nutritional purposes.";
9141            case DINT: return "Hypersensitivity resulting in an adverse reaction upon exposure to a drug.";
9142            case DNAINT: return "Hypersensitivity to an agent caused by a mechanism other than an immunologic response to an initial exposure";
9143            case EINT: return "Hypersensitivity resulting in an adverse reaction upon exposure to environmental conditions.";
9144            case ENAINT: return "Hypersensitivity to an agent caused by a mechanism other than an immunologic response to an initial exposure";
9145            case FINT: return "Hypersensitivity resulting in an adverse reaction upon exposure to food.";
9146            case FNAINT: return "Hypersensitivity to an agent caused by a mechanism other than an immunologic response to an initial exposure";
9147            case NAINT: return "Hypersensitivity to an agent caused by a mechanism other than an immunologic response to an initial exposure";
9148            case SEV: return "A subjective evaluation of the seriousness or intensity associated with another observation.";
9149            case _FDALABELDATA: return "FDA label data";
9150            case FDACOATING: return "FDA label coating";
9151            case FDACOLOR: return "FDA label color";
9152            case FDAIMPRINTCD: return "FDA label imprint code";
9153            case FDALOGO: return "FDA label logo";
9154            case FDASCORING: return "FDA label scoring";
9155            case FDASHAPE: return "FDA label shape";
9156            case FDASIZE: return "FDA label size";
9157            case _ROIOVERLAYSHAPE: return "Shape of the region on the object being referenced";
9158            case CIRCLE: return "A circle defined by two (column,row) pairs. The first point is the center of the circle and the second point is a point on the perimeter of the circle.";
9159            case ELLIPSE: return "An ellipse defined by four (column,row) pairs, the first two points specifying the endpoints of the major axis and the second two points specifying the endpoints of the minor axis.";
9160            case POINT: return "A single point denoted by a single (column,row) pair, or multiple points each denoted by a (column,row) pair.";
9161            case POLY: return "A series of connected line segments with ordered vertices denoted by (column,row) pairs; if the first and last vertices are the same, it is a closed polygon.";
9162            case C: return "Description:Indicates that result data has been corrected.";
9163            case DIET: return "Code set to define specialized/allowed diets";
9164            case BR: return "A diet exclusively composed of oatmeal, semolina, or rice, to be extremely easy to eat and digest.";
9165            case DM: return "A diet that uses carbohydrates sparingly.  Typically with a restriction in daily energy content (e.g. 1600-2000 kcal).";
9166            case FAST: return "No enteral intake of foot or liquids  whatsoever, no smoking.  Typically 6 to 8 hours before anesthesia.";
9167            case FORMULA: return "A diet consisting of a formula feeding, either for an infant or an adult, to provide nutrition either orally or through the gastrointestinal tract via tube, catheter or stoma.";
9168            case GF: return "Gluten free diet for celiac disease.";
9169            case LF: return "A diet low in fat, particularly to patients with hepatic diseases.";
9170            case LP: return "A low protein diet for patients with renal failure.";
9171            case LQ: return "A strictly liquid diet, that can be fully absorbed in the intestine, and therefore may not contain fiber.  Used before enteral surgeries.";
9172            case LS: return "A diet low in sodium for patients with congestive heart failure and/or renal failure.";
9173            case N: return "A normal diet, i.e. no special preparations or restrictions for medical reasons. This is notwithstanding any preferences the patient might have regarding special foods, such as vegetarian, kosher, etc.";
9174            case NF: return "A no fat diet for acute hepatic diseases.";
9175            case PAF: return "Phenylketonuria diet.";
9176            case PAR: return "Patient is supplied with parenteral nutrition, typically described in terms of i.v. medications.";
9177            case RD: return "A diet that seeks to reduce body fat, typically low energy content (800-1600 kcal).";
9178            case SCH: return "A diet that avoids ingredients that might cause digestion problems, e.g. avoid excessive fat, avoid too much fiber (cabbage, peas, beans).";
9179            case SUPPLEMENT: return "A diet that is not intended to be complete but is added to other diets.";
9180            case T: return "This is not really a diet, since it contains little nutritional value, but is essentially just water.  Used before coloscopy examinations.";
9181            case VLI: return "Diet with low content of the amino-acids valin, leucin, and isoleucin, for \"maple syrup disease.\"";
9182            case DRUGPRG: return "Definition: A public or government health program that administers and funds coverage for prescription drugs to assist program eligible who meet financial and health status criteria.";
9183            case F: return "Description:Indicates that a result is complete.  No further results are to come.  This maps to the 'complete' state in the observation result status code.";
9184            case PRLMN: return "Description:Indicates that a result is incomplete.  There are further results to come.  This maps to the 'active' state in the observation result status code.";
9185            case SECOBS: return "An observation identifying security metadata about an IT resource (data, information object, service, or system capability), which may be used to make access control decisions.  Security metadata are used to name security labels.  \r\n\n                        \n                           Rationale: According to ISO/TS 22600-3:2009(E) A.9.1.7 SECURITY LABEL MATCHING, Security label matching compares the initiator's clearance to the target's security label.  All of the following must be true for authorization to be granted:\r\n\n                        \n                           The security policy identifiers shall be identical\n                           The classification level of the initiator shall be greater than or equal to that of the target (that is, there shall be at least one value in the classification list of the clearance greater than or equal to the classification of the target), and \n                           For each security category in the target label, there shall be a security category of the same type in the initiator's clearance and the initiator's classification level shall dominate that of the target.\n                        \n                        \n                           Examples: SecurityObservationType  security label fields include:\r\n\n                        \n                           Confidentiality classification\n                           Compartment category\n                           Sensitivity category\n                           Security mechanisms used to ensure data integrity or to perform authorized data transformation\n                           Indicators of an IT resource completeness, veracity, reliability, trustworthiness, or provenance.\n                        \n                        \n                           Usage Note: SecurityObservationType codes designate security label field types, which are valued with an applicable SecurityObservationValue code as the \"security label tag\".";
9186            case SECCATOBS: return "Type of security metadata observation made about the category of an IT resource (data, information object, service, or system capability), which may be used to make access control decisions. Security category metadata is defined by ISO/IEC 2382-8:1998(E/F)/ T-REC-X.812-1995 as: \"A nonhierarchical grouping of sensitive information used to control access to data more finely than with hierarchical security classification alone.\"\r\n\n                        \n                           Rationale: A security category observation supports requirement to specify the type of IT resource to facilitate application of appropriate levels of information security according to a range of levels of impact or consequences that might result from the unauthorized disclosure, modification, or use of the information or information system.  A resource is assigned to a specific category of information (e.g. privacy, medical, proprietary, financial, investigative, contractor sensitive, security management) defined by an organization or in some instances, by a specific law, Executive Order, directive, policy, or regulation. [FIPS 199]\r\n\n                        \n                           Examples: Types of security categories include:\r\n\n                        \n                           Compartment:  A division of data into isolated blocks with separate security controls for the purpose of reducing risk. (ISO 2382-8).  A security label tag that \"segments\" an IT resource by indicating that access and use is restricted to members of a defined community or project. (HL7 Healthcare Classification System)  \n                           Sensitivity:  The characteristic of an IT resource which implies its value or importance and may include its vulnerability. (ISO 7492-2)  Privacy metadata for information perceived as undesirable to share.  (HL7 Healthcare Classification System)";
9187            case SECCLASSOBS: return "Type of security metadata observation made about the classification of an IT resource (data, information object, service, or system capability), which may be used to make access control decisions.  Security classification is defined by ISO/IEC 2382-8:1998(E/F)/ T-REC-X.812-1995 as: \"The determination of which specific degree of protection against access the data or information requires, together with a designation of that degree of protection.\"  Security classification metadata is based on an analysis of applicable policies and the risk of financial, reputational, or other harm that could result from unauthorized disclosure.\r\n\n                        \n                           Rationale: A security classification observation may indicate that the confidentiality level indicated by an Act or Role confidentiality attribute has been overridden by the entity responsible for ascribing the SecurityClassificationObservationValue.  This supports the business requirement for increasing or decreasing the level of confidentiality (classification or declassification) based on parameters beyond the original assignment of an Act or Role confidentiality.\r\n\n                        \n                           Examples: Types of security classification include: HL7 Confidentiality Codes such as very restricted, unrestricted, and normal.  Intelligence community examples include top secret, secret, and confidential.\r\n\n                        \n                           Usage Note: Security classification observation type codes designate security label field types, which are valued with an applicable SecurityClassificationObservationValue code as the \"security label tag\".";
9188            case SECCONOBS: return "Type of security metadata observation made about the control of an IT resource (data, information object, service, or system capability), which may be used to make access control decisions.  Security control metadata convey instructions to users and receivers for secure distribution, transmission, and storage; dictate obligations or mandated actions; specify any action prohibited by refrain policy such as dissemination controls; and stipulate the permissible purpose of use of an IT resource.  \r\n\n                        \n                           Rationale: A security control observation supports requirement to specify applicable management, operational, and technical controls (i.e., safeguards or countermeasures) prescribed for an information system to protect the confidentiality, integrity, and availability of the system and its information. [FIPS 199]\r\n\n                        \n                           Examples: Types of security control metadata include: \r\n\n                        \n                           handling caveats\n                           dissemination controls\n                           obligations\n                           refrain policies\n                           purpose of use constraints";
9189            case SECINTOBS: return "Type of security metadata observation made about the integrity of an IT resource (data, information object, service, or system capability), which may be used to make access control decisions.\r\n\n                        \n                           Rationale: A security integrity observation supports the requirement to guard against improper information modification or destruction, and includes ensuring information non-repudiation and authenticity. (44 U.S.C., SEC. 3542)\r\n\n                        \n                           Examples: Types of security integrity metadata include: \r\n\n                        \n                           Integrity status, which indicates the completeness or workflow status of an IT resource (data, information object, service, or system capability)\n                           Integrity confidence, which indicates the reliability and trustworthiness of an IT resource\n                           Integrity control, which indicates pertinent handling caveats, obligations, refrain policies, and purpose of use for  the resource\n                           Data integrity, which indicate the security mechanisms used to ensure that the accuracy and consistency are preserved regardless of changes made (ISO/IEC DIS 2382-8)\n                           Alteration integrity, which indicate the security mechanisms used for authorized transformations of the resource\n                           Integrity provenance, which indicates the entity responsible for a report or assertion relayed \"second-hand\" about an IT resource";
9190            case SECALTINTOBS: return "Type of security metadata observation made about the alteration integrity of an IT resource (data, information object, service, or system capability), which indicates the mechanism used for authorized transformations of the resource.\r\n\n                        \n                           Examples: Types of security alteration integrity observation metadata, which may value the observation with a code used to indicate the mechanism used for authorized transformation of an IT resource, including: \r\n\n                        \n                           translation\n                           syntactic transformation\n                           semantic mapping\n                           redaction\n                           masking\n                           pseudonymization\n                           anonymization";
9191            case SECDATINTOBS: return "Type of security metadata observation made about the data integrity of an IT resource (data, information object, service, or system capability), which indicates the security mechanism used to preserve resource accuracy and consistency.  Data integrity is defined by ISO 22600-23.3.21 as: \"The property that data has not been altered or destroyed in an unauthorized manner\", and by ISO/IEC 2382-8:  The property of data whose accuracy and consistency are preserved regardless of changes made.\"\r\n\n                        \n                           Examples: Types of security data integrity observation metadata, which may value the observation, include cryptographic hash function and digital signature.";
9192            case SECINTCONOBS: return "Type of security metadata observation made about the integrity confidence of an IT resource (data, information object, service, or system capability), which may be used to make access control decisions.\r\n\n                        \n                           Examples: Types of security integrity confidence observation metadata, which may value the observation, include highly reliable, uncertain reliability, and not reliable.\r\n\n                        \n                           Usage Note: A security integrity confidence observation on an Act may indicate that a valued Act.uncertaintycode attribute has been overridden by the entity responsible for ascribing the SecurityIntegrityConfidenceObservationValue.  This supports the business requirements for increasing or decreasing the assessment of the reliability or trustworthiness of an IT resource based on parameters beyond the original assignment of an Act statement level of uncertainty.";
9193            case SECINTPRVOBS: return "Type of security metadata observation made about the provenance integrity of an IT resource (data, information object, service, or system capability), which indicates the lifecycle completeness of an IT resource in terms of workflow status such as its creation, modification, suspension, and deletion; locations in which the resource has been collected or archived, from which it may be retrieved, and the history of its distribution and disclosure.  Integrity provenance metadata about an IT resource may be used to assess its veracity, reliability, and trustworthiness.\r\n\n                        \n                           Examples: Types of security integrity provenance observation metadata, which may value the observation about an IT resource, include: \r\n\n                        \n                           completeness or workflow status, such as authentication\n                           the entity responsible for original authoring or informing about an IT resource\n                           the entity responsible for a report or assertion about an IT resource relayed “second-hand�\n                           the entity responsible for excerpting, transforming, or compiling an IT resource";
9194            case SECINTPRVABOBS: return "Type of security metadata observation made about the integrity provenance of an IT resource (data, information object, service, or system capability), which indicates the entity that made assertions about the resource.  The asserting entity may not be the original informant about the resource.\r\n\n                        \n                           Examples: Types of security integrity provenance asserted by observation metadata, which may value the observation, including: \r\n\n                        \n                           assertions about an IT resource by a patient\n                           assertions about an IT resource by a clinician\n                           assertions about an IT resource by a device";
9195            case SECINTPRVRBOBS: return "Type of security metadata observation made about the integrity provenance of an IT resource (data, information object, service, or system capability), which indicates the entity that reported the existence of the resource.  The reporting entity may not be the original author of the resource.\r\n\n                        \n                           Examples: Types of security integrity provenance reported by observation metadata, which may value the observation, include: \r\n\n                        \n                           reports about an IT resource by a patient\n                           reports about an IT resource by a clinician\n                           reports about an IT resource by a device";
9196            case SECINTSTOBS: return "Type of security metadata observation made about the integrity status of an IT resource (data, information object, service, or system capability), which may be used to make access control decisions.  Indicates the completeness of an IT resource in terms of workflow status, which may impact users that are authorized to access and use the resource.\r\n\n                        \n                           Examples: Types of security integrity status observation metadata, which may value the observation, include codes from the HL7 DocumentCompletion code system such as legally authenticated, in progress, and incomplete.";
9197            case SECTRSTOBS: return "An observation identifying trust metadata about an IT resource (data, information object, service, or system capability), which may be used as a trust attribute to populate a computable trust policy, trust credential, trust assertion, or trust label field in a security label or trust policy, which are principally used for authentication, authorization, and access control decisions.";
9198            case TRSTACCRDOBS: return "Type of security metadata observation made about the formal declaration by an authority or neutral third party that validates the technical, security, trust, and business practice conformance of Trust Agents to facilitate security, interoperability, and trust among participants within a security domain or trust framework.";
9199            case TRSTAGREOBS: return "Type of security metadata observation made about privacy and security requirements with which a security domain must comply. [ISO IEC 10181-1]";
9200            case TRSTCERTOBS: return "Type of security metadata observation made about a set of security-relevant data issued by a security authority or trusted third party, together with security information which is used to provide the integrity and data origin authentication services for an IT resource (data, information object, service, or system capability). [Based on ISO IEC 10181-1]\r\n\n                        \n                           For example,\n                        \r\n\n                        \n                           A Certificate Policy (CP), which is a named set of rules that indicates the applicability of a certificate to a particular community and/or class of application with common security requirements. For example, a particular Certificate Policy might indicate the applicability of a type of certificate to the authentication of electronic data interchange transactions for the trading of goods within a given price range. [Trust Service Principles and Criteria for Certification Authorities Version 2.0 March 2011 Copyright 2011 by Canadian Institute of Chartered Accountants.\n                           A Certificate Practice Statement (CSP), which is a statement of the practices which an Authority employs in issuing and managing certificates. [Trust Service Principles and Criteria for Certification Authorities Version 2.0 March 2011 Copyright 2011 by Canadian Institute of Chartered Accountants.]";
9201            case TRSTFWKOBS: return "Type of security metadata observation made about a complete set of contracts, regulations or commitments that enable participating actors to rely on certain assertions by other actors to fulfill their information security requirements. [Kantara Initiative]";
9202            case TRSTLOAOBS: return "Type of security metadata observation made about the digital quality or reliability of a trust assertion, activity, capability, information exchange, mechanism, process, or protocol.";
9203            case TRSTMECOBS: return "Type of security metadata observation made about a security architecture system component that supports enforcement of security policies.";
9204            case SUBSIDFFS: return "Definition: A government health program that provides coverage on a fee for service basis for health services to persons meeting eligibility criteria such as income, location of residence, access to other coverages, health condition, and age, the cost of which is to some extent subsidized by public funds.\r\n\n                        \n                           Discussion: The structure and business processes for underwriting and administering a subsidized fee for service program is further specified by the Underwriter and Payer Role.class and Role.code.";
9205            case WRKCOMP: return "Definition: Government mandated program providing coverage, disability income, and vocational rehabilitation for injuries sustained in the work place or in the course of employment.  Employers may either self-fund the program, purchase commercial coverage, or pay a premium to a government entity that administers the program.  Employees may be required to pay premiums toward the cost of coverage as well.";
9206            case _ACTPROCEDURECODE: return "An identifying code for healthcare interventions/procedures.";
9207            case _ACTBILLABLESERVICECODE: return "Definition: An identifying code for billable services, as opposed to codes for similar services used to identify them for functional purposes.";
9208            case _HL7DEFINEDACTCODES: return "Domain provides the root for HL7-defined detailed or rich codes for the Act classes.";
9209            case COPAY: return "";
9210            case DEDUCT: return "";
9211            case DOSEIND: return "";
9212            case PRA: return "";
9213            case STORE: return "The act of putting something away for safe keeping. The \"something\" may be physical object such as a specimen, or information, such as observations regarding a specimen.";
9214            default: return "?";
9215          }
9216        }
9217        public String getDisplay() {
9218          switch (this) {
9219            case _ACTACCOUNTCODE: return "ActAccountCode";
9220            case ACCTRECEIVABLE: return "account receivable";
9221            case CASH: return "Cash";
9222            case CC: return "credit card";
9223            case AE: return "American Express";
9224            case DN: return "Diner's Club";
9225            case DV: return "Discover Card";
9226            case MC: return "Master Card";
9227            case V: return "Visa";
9228            case PBILLACCT: return "patient billing account";
9229            case _ACTADJUDICATIONCODE: return "ActAdjudicationCode";
9230            case _ACTADJUDICATIONGROUPCODE: return "ActAdjudicationGroupCode";
9231            case CONT: return "contract";
9232            case DAY: return "day";
9233            case LOC: return "location";
9234            case MONTH: return "month";
9235            case PERIOD: return "period";
9236            case PROV: return "provider";
9237            case WEEK: return "week";
9238            case YEAR: return "year";
9239            case AA: return "adjudicated with adjustments";
9240            case ANF: return "adjudicated with adjustments and no financial impact";
9241            case AR: return "adjudicated as refused";
9242            case AS: return "adjudicated as submitted";
9243            case _ACTADJUDICATIONRESULTACTIONCODE: return "ActAdjudicationResultActionCode";
9244            case DISPLAY: return "Display";
9245            case FORM: return "Print on Form";
9246            case _ACTBILLABLEMODIFIERCODE: return "ActBillableModifierCode";
9247            case CPTM: return "CPT modifier codes";
9248            case HCPCSA: return "HCPCS Level II and Carrier-assigned";
9249            case _ACTBILLINGARRANGEMENTCODE: return "ActBillingArrangementCode";
9250            case BLK: return "block funding";
9251            case CAP: return "capitation funding";
9252            case CONTF: return "contract funding";
9253            case FINBILL: return "financial";
9254            case ROST: return "roster funding";
9255            case SESS: return "sessional funding";
9256            case FFS: return "fee for service";
9257            case FFPS: return "first fill, part fill, partial strength";
9258            case FFCS: return "first fill complete, partial strength";
9259            case TFS: return "trial fill partial strength";
9260            case _ACTBOUNDEDROICODE: return "ActBoundedROICode";
9261            case ROIFS: return "fully specified ROI";
9262            case ROIPS: return "partially specified ROI";
9263            case _ACTCAREPROVISIONCODE: return "act care provision";
9264            case _ACTCREDENTIALEDCARECODE: return "act credentialed care";
9265            case _ACTCREDENTIALEDCAREPROVISIONPERSONCODE: return "act credentialed care provision peron";
9266            case CACC: return "certified anatomic pathology and clinical pathology care";
9267            case CAIC: return "certified allergy and immunology care";
9268            case CAMC: return "certified aerospace medicine care";
9269            case CANC: return "certified anesthesiology care";
9270            case CAPC: return "certified anatomic pathology care";
9271            case CBGC: return "certified clinical biochemical genetics care";
9272            case CCCC: return "certified clinical cytogenetics care";
9273            case CCGC: return "certified clinical genetics (M.D.) care";
9274            case CCPC: return "certified clinical pathology care";
9275            case CCSC: return "certified colon and rectal surgery care";
9276            case CDEC: return "certified dermatology care";
9277            case CDRC: return "certified diagnostic radiology care";
9278            case CEMC: return "certified emergency medicine care";
9279            case CFPC: return "certified family practice care";
9280            case CIMC: return "certified internal medicine care";
9281            case CMGC: return "certified clinical molecular genetics care";
9282            case CNEC: return "certified neurology care";
9283            case CNMC: return "certified nuclear medicine care";
9284            case CNQC: return "certified neurology with special qualifications in child neurology care";
9285            case CNSC: return "certified neurological surgery care";
9286            case COGC: return "certified obstetrics and gynecology care";
9287            case COMC: return "certified occupational medicine care";
9288            case COPC: return "certified ophthalmology care";
9289            case COSC: return "certified orthopaedic surgery care";
9290            case COTC: return "certified otolaryngology care";
9291            case CPEC: return "certified pediatrics care";
9292            case CPGC: return "certified Ph.D. medical genetics care";
9293            case CPHC: return "certified public health and general preventive medicine care";
9294            case CPRC: return "certified physical medicine and rehabilitation care";
9295            case CPSC: return "certified plastic surgery care";
9296            case CPYC: return "certified psychiatry care";
9297            case CROC: return "certified radiation oncology care";
9298            case CRPC: return "certified radiological physics care";
9299            case CSUC: return "certified surgery care";
9300            case CTSC: return "certified thoracic surgery care";
9301            case CURC: return "certified urology care";
9302            case CVSC: return "certified vascular surgery care";
9303            case LGPC: return "licensed general physician care";
9304            case _ACTCREDENTIALEDCAREPROVISIONPROGRAMCODE: return "act credentialed care provision program";
9305            case AALC: return "accredited assisted living care";
9306            case AAMC: return "accredited ambulatory care";
9307            case ABHC: return "accredited behavioral health care";
9308            case ACAC: return "accredited critical access hospital care";
9309            case ACHC: return "accredited hospital care";
9310            case AHOC: return "accredited home care";
9311            case ALTC: return "accredited long term care";
9312            case AOSC: return "accredited office-based surgery care";
9313            case CACS: return "certified acute coronary syndrome care";
9314            case CAMI: return "certified acute myocardial infarction care";
9315            case CAST: return "certified asthma care";
9316            case CBAR: return "certified bariatric surgery care";
9317            case CCAD: return "certified coronary artery disease care";
9318            case CCAR: return "certified cardiac care";
9319            case CDEP: return "certified depression care";
9320            case CDGD: return "certified digestive/gastrointestinal disorders care";
9321            case CDIA: return "certified diabetes care";
9322            case CEPI: return "certified epilepsy care";
9323            case CFEL: return "certified frail elderly care";
9324            case CHFC: return "certified heart failure care";
9325            case CHRO: return "certified high risk obstetrics care";
9326            case CHYP: return "certified hyperlipidemia care";
9327            case CMIH: return "certified migraine headache care";
9328            case CMSC: return "certified multiple sclerosis care";
9329            case COJR: return "certified orthopedic joint replacement care";
9330            case CONC: return "certified oncology care";
9331            case COPD: return "certified chronic obstructive pulmonary disease care";
9332            case CORT: return "certified organ transplant care";
9333            case CPAD: return "certified parkinsons disease care";
9334            case CPND: return "certified pneumonia disease care";
9335            case CPST: return "certified primary stroke center care";
9336            case CSDM: return "certified stroke disease management care";
9337            case CSIC: return "certified sickle cell care";
9338            case CSLD: return "certified sleep disorders care";
9339            case CSPT: return "certified spine treatment care";
9340            case CTBU: return "certified trauma/burn center care";
9341            case CVDC: return "certified vascular diseases care";
9342            case CWMA: return "certified wound management care";
9343            case CWOH: return "certified women's health care";
9344            case _ACTENCOUNTERCODE: return "ActEncounterCode";
9345            case AMB: return "ambulatory";
9346            case EMER: return "emergency";
9347            case FLD: return "field";
9348            case HH: return "home health";
9349            case IMP: return "inpatient encounter";
9350            case ACUTE: return "inpatient acute";
9351            case NONAC: return "inpatient non-acute";
9352            case PRENC: return "pre-admission";
9353            case SS: return "short stay";
9354            case VR: return "virtual";
9355            case _ACTMEDICALSERVICECODE: return "ActMedicalServiceCode";
9356            case ALC: return "Alternative Level of Care";
9357            case CARD: return "Cardiology";
9358            case CHR: return "Chronic";
9359            case DNTL: return "Dental";
9360            case DRGRHB: return "Drug Rehab";
9361            case GENRL: return "General";
9362            case MED: return "Medical";
9363            case OBS: return "Obstetrics";
9364            case ONC: return "Oncology";
9365            case PALL: return "Palliative";
9366            case PED: return "Pediatrics";
9367            case PHAR: return "Pharmaceutical";
9368            case PHYRHB: return "Physical Rehab";
9369            case PSYCH: return "Psychiatric";
9370            case SURG: return "Surgical";
9371            case _ACTCLAIMATTACHMENTCATEGORYCODE: return "ActClaimAttachmentCategoryCode";
9372            case AUTOATTCH: return "auto attachment";
9373            case DOCUMENT: return "document";
9374            case HEALTHREC: return "health record";
9375            case IMG: return "image attachment";
9376            case LABRESULTS: return "lab results";
9377            case MODEL: return "model";
9378            case WIATTCH: return "work injury report attachment";
9379            case XRAY: return "x-ray";
9380            case _ACTCONSENTTYPE: return "ActConsentType";
9381            case ICOL: return "information collection";
9382            case IDSCL: return "information disclosure";
9383            case INFA: return "information access";
9384            case INFAO: return "access only";
9385            case INFASO: return "access and save only";
9386            case IRDSCL: return "information redisclosure";
9387            case RESEARCH: return "research information access";
9388            case RSDID: return "de-identified information access";
9389            case RSREID: return "re-identifiable information access";
9390            case _ACTCONTAINERREGISTRATIONCODE: return "ActContainerRegistrationCode";
9391            case ID: return "Identified";
9392            case IP: return "In Position";
9393            case L: return "Left Equipment";
9394            case M: return "Missing";
9395            case O: return "In Process";
9396            case R: return "Process Completed";
9397            case X: return "Container Unavailable";
9398            case _ACTCONTROLVARIABLE: return "ActControlVariable";
9399            case AUTO: return "auto-repeat permission";
9400            case ENDC: return "endogenous content";
9401            case REFLEX: return "reflex permission";
9402            case _ACTCOVERAGECONFIRMATIONCODE: return "ActCoverageConfirmationCode";
9403            case _ACTCOVERAGEAUTHORIZATIONCONFIRMATIONCODE: return "ActCoverageAuthorizationConfirmationCode";
9404            case AUTH: return "Authorized";
9405            case NAUTH: return "Not Authorized";
9406            case _ACTCOVERAGEELIGIBILITYCONFIRMATIONCODE: return "ActCoverageEligibilityConfirmationCode";
9407            case ELG: return "Eligible";
9408            case NELG: return "Not Eligible";
9409            case _ACTCOVERAGELIMITCODE: return "ActCoverageLimitCode";
9410            case _ACTCOVERAGEQUANTITYLIMITCODE: return "ActCoverageQuantityLimitCode";
9411            case COVPRD: return "coverage period";
9412            case LFEMX: return "life time maximum";
9413            case NETAMT: return "Net Amount";
9414            case PRDMX: return "period maximum";
9415            case UNITPRICE: return "Unit Price";
9416            case UNITQTY: return "Unit Quantity";
9417            case COVMX: return "coverage maximum";
9418            case _ACTCOVEREDPARTYLIMITCODE: return "ActCoveredPartyLimitCode";
9419            case _ACTCOVERAGETYPECODE: return "ActCoverageTypeCode";
9420            case _ACTINSURANCEPOLICYCODE: return "ActInsurancePolicyCode";
9421            case EHCPOL: return "extended healthcare";
9422            case HSAPOL: return "health spending account";
9423            case AUTOPOL: return "automobile";
9424            case COL: return "collision coverage policy";
9425            case UNINSMOT: return "uninsured motorist policy";
9426            case PUBLICPOL: return "public healthcare";
9427            case DENTPRG: return "dental program";
9428            case DISEASEPRG: return "public health program";
9429            case CANPRG: return "women's cancer detection program";
9430            case ENDRENAL: return "end renal program";
9431            case HIVAIDS: return "HIV-AIDS program";
9432            case MANDPOL: return "mandatory health program";
9433            case MENTPRG: return "mental health program";
9434            case SAFNET: return "safety net clinic program";
9435            case SUBPRG: return "substance use program";
9436            case SUBSIDIZ: return "subsidized health program";
9437            case SUBSIDMC: return "subsidized managed care program";
9438            case SUBSUPP: return "subsidized supplemental health program";
9439            case WCBPOL: return "worker's compensation";
9440            case _ACTINSURANCETYPECODE: return "ActInsuranceTypeCode";
9441            case _ACTHEALTHINSURANCETYPECODE: return "ActHealthInsuranceTypeCode";
9442            case DENTAL: return "dental care policy";
9443            case DISEASE: return "disease specific policy";
9444            case DRUGPOL: return "drug policy";
9445            case HIP: return "health insurance plan policy";
9446            case LTC: return "long term care policy";
9447            case MCPOL: return "managed care policy";
9448            case POS: return "point of service policy";
9449            case HMO: return "health maintenance organization policy";
9450            case PPO: return "preferred provider organization policy";
9451            case MENTPOL: return "mental health policy";
9452            case SUBPOL: return "substance use policy";
9453            case VISPOL: return "vision care policy";
9454            case DIS: return "disability insurance policy";
9455            case EWB: return "employee welfare benefit plan policy";
9456            case FLEXP: return "flexible benefit plan policy";
9457            case LIFE: return "life insurance policy";
9458            case ANNU: return "annuity policy";
9459            case TLIFE: return "term life insurance policy";
9460            case ULIFE: return "universal life insurance policy";
9461            case PNC: return "property and casualty insurance policy";
9462            case REI: return "reinsurance policy";
9463            case SURPL: return "surplus line insurance policy";
9464            case UMBRL: return "umbrella liability insurance policy";
9465            case _ACTPROGRAMTYPECODE: return "ActProgramTypeCode";
9466            case CHAR: return "charity program";
9467            case CRIME: return "crime victim program";
9468            case EAP: return "employee assistance program";
9469            case GOVEMP: return "government employee health program";
9470            case HIRISK: return "high risk pool program";
9471            case IND: return "indigenous peoples health program";
9472            case MILITARY: return "military health program";
9473            case RETIRE: return "retiree health program";
9474            case SOCIAL: return "social service program";
9475            case VET: return "veteran health program";
9476            case _ACTDETECTEDISSUEMANAGEMENTCODE: return "ActDetectedIssueManagementCode";
9477            case _ACTADMINISTRATIVEDETECTEDISSUEMANAGEMENTCODE: return "ActAdministrativeDetectedIssueManagementCode";
9478            case _AUTHORIZATIONISSUEMANAGEMENTCODE: return "Authorization Issue Management Code";
9479            case EMAUTH: return "emergency authorization override";
9480            case _21: return "authorization confirmed";
9481            case _1: return "Therapy Appropriate";
9482            case _19: return "Consulted Supplier";
9483            case _2: return "Assessed Patient";
9484            case _22: return "appropriate indication or diagnosis";
9485            case _23: return "prior therapy documented";
9486            case _3: return "Patient Explanation";
9487            case _4: return "Consulted Other Source";
9488            case _5: return "Consulted Prescriber";
9489            case _6: return "Prescriber Declined Change";
9490            case _7: return "Interacting Therapy No Longer Active/Planned";
9491            case _14: return "Supply Appropriate";
9492            case _15: return "Replacement";
9493            case _16: return "Vacation Supply";
9494            case _17: return "Weekend Supply";
9495            case _18: return "Leave of Absence";
9496            case _20: return "additional quantity on separate dispense";
9497            case _8: return "Other Action Taken";
9498            case _10: return "Provided Patient Education";
9499            case _11: return "Added Concurrent Therapy";
9500            case _12: return "Temporarily Suspended Concurrent Therapy";
9501            case _13: return "Stopped Concurrent Therapy";
9502            case _9: return "Instituted Ongoing Monitoring Program";
9503            case _ACTEXPOSURECODE: return "ActExposureCode";
9504            case CHLDCARE: return "Day care - Child care Interaction";
9505            case CONVEYNC: return "Common Conveyance Interaction";
9506            case HLTHCARE: return "Health Care Interaction - Not Patient Care";
9507            case HOMECARE: return "Care Giver Interaction";
9508            case HOSPPTNT: return "Hospital Patient Interaction";
9509            case HOSPVSTR: return "Hospital Visitor Interaction";
9510            case HOUSEHLD: return "Household Interaction";
9511            case INMATE: return "Inmate Interaction";
9512            case INTIMATE: return "Intimate Interaction";
9513            case LTRMCARE: return "Long Term Care Facility Interaction";
9514            case PLACE: return "Common Space Interaction";
9515            case PTNTCARE: return "Health Care Interaction - Patient Care";
9516            case SCHOOL2: return "School Interaction";
9517            case SOCIAL2: return "Social/Extended Family Interaction";
9518            case SUBSTNCE: return "Common Substance Interaction";
9519            case TRAVINT: return "Common Travel Interaction";
9520            case WORK2: return "Work Interaction";
9521            case _ACTFINANCIALTRANSACTIONCODE: return "ActFinancialTransactionCode";
9522            case CHRG: return "Standard Charge";
9523            case REV: return "Standard Charge Reversal";
9524            case _ACTINCIDENTCODE: return "ActIncidentCode";
9525            case MVA: return "Motor vehicle accident";
9526            case SCHOOL: return "School Accident";
9527            case SPT: return "Sporting Accident";
9528            case WPA: return "Workplace accident";
9529            case _ACTINFORMATIONACCESSCODE: return "ActInformationAccessCode";
9530            case ACADR: return "adverse drug reaction access";
9531            case ACALL: return "all access";
9532            case ACALLG: return "allergy access";
9533            case ACCONS: return "informational consent access";
9534            case ACDEMO: return "demographics access";
9535            case ACDI: return "diagnostic imaging access";
9536            case ACIMMUN: return "immunization access";
9537            case ACLAB: return "lab test result access";
9538            case ACMED: return "medication access";
9539            case ACMEDC: return "medical condition access";
9540            case ACMEN: return "mental health access";
9541            case ACOBS: return "common observations access";
9542            case ACPOLPRG: return "policy or program information access";
9543            case ACPROV: return "provider information access";
9544            case ACPSERV: return "professional service access";
9545            case ACSUBSTAB: return "substance abuse access";
9546            case _ACTINFORMATIONACCESSCONTEXTCODE: return "ActInformationAccessContextCode";
9547            case INFAUT: return "authorized information transfer";
9548            case INFCON: return "after explicit consent";
9549            case INFCRT: return "only on court order";
9550            case INFDNG: return "only if danger to others";
9551            case INFEMER: return "only in an emergency";
9552            case INFPWR: return "only if public welfare risk";
9553            case INFREG: return "regulatory information transfer";
9554            case _ACTINFORMATIONCATEGORYCODE: return "ActInformationCategoryCode";
9555            case ALLCAT: return "all categories";
9556            case ALLGCAT: return "allergy category";
9557            case ARCAT: return "adverse drug reaction category";
9558            case COBSCAT: return "common observation category";
9559            case DEMOCAT: return "demographics category";
9560            case DICAT: return "diagnostic image category";
9561            case IMMUCAT: return "immunization category";
9562            case LABCAT: return "lab test category";
9563            case MEDCCAT: return "medical condition category";
9564            case MENCAT: return "mental health category";
9565            case PSVCCAT: return "professional service category";
9566            case RXCAT: return "medication category";
9567            case _ACTINVOICEELEMENTCODE: return "ActInvoiceElementCode";
9568            case _ACTINVOICEADJUDICATIONPAYMENTCODE: return "ActInvoiceAdjudicationPaymentCode";
9569            case _ACTINVOICEADJUDICATIONPAYMENTGROUPCODE: return "ActInvoiceAdjudicationPaymentGroupCode";
9570            case ALEC: return "alternate electronic";
9571            case BONUS: return "bonus";
9572            case CFWD: return "carry forward adjusment";
9573            case EDU: return "education fees";
9574            case EPYMT: return "early payment fee";
9575            case GARN: return "garnishee";
9576            case INVOICE: return "submitted invoice";
9577            case PINV: return "paper invoice";
9578            case PPRD: return "prior period adjustment";
9579            case PROA: return "professional association deduction";
9580            case RECOV: return "recovery";
9581            case RETRO: return "retro adjustment";
9582            case TRAN: return "transaction fee";
9583            case _ACTINVOICEADJUDICATIONPAYMENTSUMMARYCODE: return "ActInvoiceAdjudicationPaymentSummaryCode";
9584            case INVTYPE: return "invoice type";
9585            case PAYEE: return "payee";
9586            case PAYOR: return "payor";
9587            case SENDAPP: return "sending application";
9588            case _ACTINVOICEDETAILCODE: return "ActInvoiceDetailCode";
9589            case _ACTINVOICEDETAILCLINICALPRODUCTCODE: return "ActInvoiceDetailClinicalProductCode";
9590            case UNSPSC: return "United Nations Standard Products and Services Classification";
9591            case _ACTINVOICEDETAILDRUGPRODUCTCODE: return "ActInvoiceDetailDrugProductCode";
9592            case GTIN: return "Global Trade Item Number";
9593            case UPC: return "Universal Product Code";
9594            case _ACTINVOICEDETAILGENERICCODE: return "ActInvoiceDetailGenericCode";
9595            case _ACTINVOICEDETAILGENERICADJUDICATORCODE: return "ActInvoiceDetailGenericAdjudicatorCode";
9596            case COIN: return "coinsurance";
9597            case COPAYMENT: return "patient co-pay";
9598            case DEDUCTIBLE: return "deductible";
9599            case PAY: return "payment";
9600            case SPEND: return "spend down";
9601            case COINS: return "co-insurance";
9602            case _ACTINVOICEDETAILGENERICMODIFIERCODE: return "ActInvoiceDetailGenericModifierCode";
9603            case AFTHRS: return "non-normal hours";
9604            case ISOL: return "isolation allowance";
9605            case OOO: return "out of office";
9606            case _ACTINVOICEDETAILGENERICPROVIDERCODE: return "ActInvoiceDetailGenericProviderCode";
9607            case CANCAPT: return "cancelled appointment";
9608            case DSC: return "discount";
9609            case ESA: return "extraordinary service assessment";
9610            case FFSTOP: return "fee for service top off";
9611            case FNLFEE: return "final fee";
9612            case FRSTFEE: return "first fee";
9613            case MARKUP: return "markup or up-charge";
9614            case MISSAPT: return "missed appointment";
9615            case PERFEE: return "periodic fee";
9616            case PERMBNS: return "performance bonus";
9617            case RESTOCK: return "restocking fee";
9618            case TRAVEL: return "travel";
9619            case URGENT: return "urgent";
9620            case _ACTINVOICEDETAILTAXCODE: return "ActInvoiceDetailTaxCode";
9621            case FST: return "federal sales tax";
9622            case HST: return "harmonized sales Tax";
9623            case PST: return "provincial/state sales tax";
9624            case _ACTINVOICEDETAILPREFERREDACCOMMODATIONCODE: return "ActInvoiceDetailPreferredAccommodationCode";
9625            case _ACTENCOUNTERACCOMMODATIONCODE: return "ActEncounterAccommodationCode";
9626            case _HL7ACCOMMODATIONCODE: return "HL7AccommodationCode";
9627            case I: return "Isolation";
9628            case P: return "Private";
9629            case S: return "Suite";
9630            case SP: return "Semi-private";
9631            case W: return "Ward";
9632            case _ACTINVOICEDETAILCLINICALSERVICECODE: return "ActInvoiceDetailClinicalServiceCode";
9633            case _ACTINVOICEGROUPCODE: return "ActInvoiceGroupCode";
9634            case _ACTINVOICEINTERGROUPCODE: return "ActInvoiceInterGroupCode";
9635            case CPNDDRGING: return "compound drug invoice group";
9636            case CPNDINDING: return "compound ingredient invoice group";
9637            case CPNDSUPING: return "compound supply invoice group";
9638            case DRUGING: return "drug invoice group";
9639            case FRAMEING: return "frame invoice group";
9640            case LENSING: return "lens invoice group";
9641            case PRDING: return "product invoice group";
9642            case _ACTINVOICEROOTGROUPCODE: return "ActInvoiceRootGroupCode";
9643            case CPINV: return "clinical product invoice";
9644            case CSINV: return "clinical service invoice";
9645            case CSPINV: return "clinical service and product";
9646            case FININV: return "financial invoice";
9647            case OHSINV: return "oral health service";
9648            case PAINV: return "preferred accommodation invoice";
9649            case RXCINV: return "Rx compound invoice";
9650            case RXDINV: return "Rx dispense invoice";
9651            case SBFINV: return "sessional or block fee invoice";
9652            case VRXINV: return "vision dispense invoice";
9653            case _ACTINVOICEELEMENTSUMMARYCODE: return "ActInvoiceElementSummaryCode";
9654            case _INVOICEELEMENTADJUDICATED: return "InvoiceElementAdjudicated";
9655            case ADNFPPELAT: return "adjud. nullified prior-period electronic amount";
9656            case ADNFPPELCT: return "adjud. nullified prior-period electronic count";
9657            case ADNFPPMNAT: return "adjud. nullified prior-period manual amount";
9658            case ADNFPPMNCT: return "adjud. nullified prior-period manual count";
9659            case ADNFSPELAT: return "adjud. nullified same-period electronic amount";
9660            case ADNFSPELCT: return "adjud. nullified same-period electronic count";
9661            case ADNFSPMNAT: return "adjud. nullified same-period manual amount";
9662            case ADNFSPMNCT: return "adjud. nullified same-period manual count";
9663            case ADNPPPELAT: return "adjud. non-payee payable prior-period electronic amount";
9664            case ADNPPPELCT: return "adjud. non-payee payable prior-period electronic count";
9665            case ADNPPPMNAT: return "adjud. non-payee payable prior-period manual amount";
9666            case ADNPPPMNCT: return "adjud. non-payee payable prior-period manual count";
9667            case ADNPSPELAT: return "adjud. non-payee payable same-period electronic amount";
9668            case ADNPSPELCT: return "adjud. non-payee payable same-period electronic count";
9669            case ADNPSPMNAT: return "adjud. non-payee payable same-period manual amount";
9670            case ADNPSPMNCT: return "adjud. non-payee payable same-period manual count";
9671            case ADPPPPELAT: return "adjud. payee payable prior-period electronic amount";
9672            case ADPPPPELCT: return "adjud. payee payable prior-period electronic count";
9673            case ADPPPPMNAT: return "adjud. payee payable prior-period manual amout";
9674            case ADPPPPMNCT: return "adjud. payee payable prior-period manual count";
9675            case ADPPSPELAT: return "adjud. payee payable same-period electronic amount";
9676            case ADPPSPELCT: return "adjud. payee payable same-period electronic count";
9677            case ADPPSPMNAT: return "adjud. payee payable same-period manual amount";
9678            case ADPPSPMNCT: return "adjud. payee payable same-period manual count";
9679            case ADRFPPELAT: return "adjud. refused prior-period electronic amount";
9680            case ADRFPPELCT: return "adjud. refused prior-period electronic count";
9681            case ADRFPPMNAT: return "adjud. refused prior-period manual amount";
9682            case ADRFPPMNCT: return "adjud. refused prior-period manual count";
9683            case ADRFSPELAT: return "adjud. refused same-period electronic amount";
9684            case ADRFSPELCT: return "adjud. refused same-period electronic count";
9685            case ADRFSPMNAT: return "adjud. refused same-period manual amount";
9686            case ADRFSPMNCT: return "adjud. refused same-period manual count";
9687            case _INVOICEELEMENTPAID: return "InvoiceElementPaid";
9688            case PDNFPPELAT: return "paid nullified prior-period electronic amount";
9689            case PDNFPPELCT: return "paid nullified prior-period electronic count";
9690            case PDNFPPMNAT: return "paid nullified prior-period manual amount";
9691            case PDNFPPMNCT: return "paid nullified prior-period manual count";
9692            case PDNFSPELAT: return "paid nullified same-period electronic amount";
9693            case PDNFSPELCT: return "paid nullified same-period electronic count";
9694            case PDNFSPMNAT: return "paid nullified same-period manual amount";
9695            case PDNFSPMNCT: return "paid nullified same-period manual count";
9696            case PDNPPPELAT: return "paid non-payee payable prior-period electronic amount";
9697            case PDNPPPELCT: return "paid non-payee payable prior-period electronic count";
9698            case PDNPPPMNAT: return "paid non-payee payable prior-period manual amount";
9699            case PDNPPPMNCT: return "paid non-payee payable prior-period manual count";
9700            case PDNPSPELAT: return "paid non-payee payable same-period electronic amount";
9701            case PDNPSPELCT: return "paid non-payee payable same-period electronic count";
9702            case PDNPSPMNAT: return "paid non-payee payable same-period manual amount";
9703            case PDNPSPMNCT: return "paid non-payee payable same-period manual count";
9704            case PDPPPPELAT: return "paid payee payable prior-period electronic amount";
9705            case PDPPPPELCT: return "paid payee payable prior-period electronic count";
9706            case PDPPPPMNAT: return "paid payee payable prior-period manual amount";
9707            case PDPPPPMNCT: return "paid payee payable prior-period manual count";
9708            case PDPPSPELAT: return "paid payee payable same-period electronic amount";
9709            case PDPPSPELCT: return "paid payee payable same-period electronic count";
9710            case PDPPSPMNAT: return "paid payee payable same-period manual amount";
9711            case PDPPSPMNCT: return "paid payee payable same-period manual count";
9712            case _INVOICEELEMENTSUBMITTED: return "InvoiceElementSubmitted";
9713            case SBBLELAT: return "submitted billed electronic amount";
9714            case SBBLELCT: return "submitted billed electronic count";
9715            case SBNFELAT: return "submitted nullified electronic amount";
9716            case SBNFELCT: return "submitted cancelled electronic count";
9717            case SBPDELAT: return "submitted pending electronic amount";
9718            case SBPDELCT: return "submitted pending electronic count";
9719            case _ACTINVOICEOVERRIDECODE: return "ActInvoiceOverrideCode";
9720            case COVGE: return "coverage problem";
9721            case EFORM: return "electronic form to follow";
9722            case FAX: return "fax to follow";
9723            case GFTH: return "good faith indicator";
9724            case LATE: return "late invoice";
9725            case MANUAL: return "manual review";
9726            case OOJ: return "out of jurisdiction";
9727            case ORTHO: return "orthodontic service";
9728            case PAPER: return "paper documentation to follow";
9729            case PIE: return "public insurance exhausted";
9730            case PYRDELAY: return "delayed by a previous payor";
9731            case REFNR: return "referral not required";
9732            case REPSERV: return "repeated service";
9733            case UNRELAT: return "unrelated service";
9734            case VERBAUTH: return "verbal authorization";
9735            case _ACTLISTCODE: return "ActListCode";
9736            case _ACTOBSERVATIONLIST: return "ActObservationList";
9737            case CARELIST: return "care plan";
9738            case CONDLIST: return "condition list";
9739            case INTOLIST: return "intolerance list";
9740            case PROBLIST: return "problem list";
9741            case RISKLIST: return "risk factors";
9742            case GOALLIST: return "goal list";
9743            case _ACTTHERAPYDURATIONWORKINGLISTCODE: return "ActTherapyDurationWorkingListCode";
9744            case _ACTMEDICATIONTHERAPYDURATIONWORKINGLISTCODE: return "act medication therapy duration working list";
9745            case ACU: return "short term/acute";
9746            case CHRON: return "continuous/chronic";
9747            case ONET: return "one time";
9748            case PRN: return "as needed";
9749            case MEDLIST: return "medication list";
9750            case CURMEDLIST: return "current medication list";
9751            case DISCMEDLIST: return "discharge medication list";
9752            case HISTMEDLIST: return "medication history";
9753            case _ACTMONITORINGPROTOCOLCODE: return "ActMonitoringProtocolCode";
9754            case CTLSUB: return "Controlled Substance";
9755            case INV: return "investigational";
9756            case LU: return "limited use";
9757            case OTC: return "non prescription medicine";
9758            case RX: return "prescription only medicine";
9759            case SA: return "special authorization";
9760            case SAC: return "special access";
9761            case _ACTNONOBSERVATIONINDICATIONCODE: return "ActNonObservationIndicationCode";
9762            case IND01: return "imaging study requiring contrast";
9763            case IND02: return "colonoscopy prep";
9764            case IND03: return "prophylaxis";
9765            case IND04: return "surgical prophylaxis";
9766            case IND05: return "pregnancy prophylaxis";
9767            case _ACTOBSERVATIONVERIFICATIONTYPE: return "act observation verification";
9768            case VFPAPER: return "verify paper";
9769            case _ACTPAYMENTCODE: return "ActPaymentCode";
9770            case ACH: return "Automated Clearing House";
9771            case CHK: return "Cheque";
9772            case DDP: return "Direct Deposit";
9773            case NON: return "Non-Payment Data";
9774            case _ACTPHARMACYSUPPLYTYPE: return "ActPharmacySupplyType";
9775            case DF: return "Daily Fill";
9776            case EM: return "Emergency Supply";
9777            case SO: return "Script Owing";
9778            case FF: return "First Fill";
9779            case FFC: return "First Fill - Complete";
9780            case FFP: return "First Fill - Part Fill";
9781            case FFSS: return "first fill, partial strength";
9782            case TF: return "Trial Fill";
9783            case FS: return "Floor stock";
9784            case MS: return "Manufacturer Sample";
9785            case RF: return "Refill";
9786            case UD: return "Unit Dose";
9787            case RFC: return "Refill - Complete";
9788            case RFCS: return "refill complete partial strength";
9789            case RFF: return "Refill (First fill this facility)";
9790            case RFFS: return "refill partial strength (first fill this facility)";
9791            case RFP: return "Refill - Part Fill";
9792            case RFPS: return "refill part fill partial strength";
9793            case RFS: return "refill partial strength";
9794            case TB: return "Trial Balance";
9795            case TBS: return "trial balance partial strength";
9796            case UDE: return "unit dose equivalent";
9797            case _ACTPOLICYTYPE: return "ActPolicyType";
9798            case _ACTPRIVACYPOLICY: return "ActPrivacyPolicy";
9799            case _ACTCONSENTDIRECTIVE: return "ActConsentDirective";
9800            case EMRGONLY: return "emergency only";
9801            case NOPP: return "notice of privacy practices";
9802            case OPTIN: return "opt-in";
9803            case OPTOUT: return "op-out";
9804            case _INFORMATIONSENSITIVITYPOLICY: return "InformationSensitivityPolicy";
9805            case _ACTINFORMATIONSENSITIVITYPOLICY: return "ActInformationSensitivityPolicy";
9806            case ETH: return "substance abuse information sensitivity";
9807            case GDIS: return "genetic disease information sensitivity";
9808            case HIV: return "HIV/AIDS information sensitivity";
9809            case PSY: return "psychiatry information sensitivity";
9810            case SCA: return "sickle cell anemia";
9811            case SDV: return "sexual assault, abuse, or domestic violence information sensitivity";
9812            case SEX: return "sexuality and reproductive health information sensitivity";
9813            case STD: return "sexually transmitted disease information sensitivity";
9814            case TBOO: return "taboo";
9815            case SICKLE: return "sickle cell";
9816            case _ENTITYSENSITIVITYPOLICYTYPE: return "EntityInformationSensitivityPolicy";
9817            case DEMO: return "all demographic information sensitivity";
9818            case DOB: return "date of birth information sensitivity";
9819            case GENDER: return "gender and sexual orientation information sensitivity";
9820            case LIVARG: return "living arrangement information sensitivity";
9821            case MARST: return "marital status information sensitivity";
9822            case RACE: return "race information sensitivity";
9823            case REL: return "religion information sensitivity";
9824            case _ROLEINFORMATIONSENSITIVITYPOLICY: return "RoleInformationSensitivityPolicy";
9825            case B: return "business information sensitivity";
9826            case EMPL: return "employer information sensitivity";
9827            case LOCIS: return "location information sensitivity";
9828            case SSP: return "sensitive service provider information sensitivity";
9829            case ADOL: return "adolescent information sensitivity";
9830            case CEL: return "celebrity information sensitivity";
9831            case DIA: return "diagnosis information sensitivity";
9832            case DRGIS: return "drug information sensitivity";
9833            case EMP: return "employee information sensitivity";
9834            case PDS: return "patient default sensitivity";
9835            case PRS: return "patient requested sensitivity";
9836            case COMPT: return "compartment";
9837            case HRCOMPT: return "human resource compartment";
9838            case RESCOMPT: return "research project compartment";
9839            case RMGTCOMPT: return "records management compartment";
9840            case ACTTRUSTPOLICYTYPE: return "trust policy";
9841            case TRSTACCRD: return "trust accreditation";
9842            case TRSTAGRE: return "trust agreement";
9843            case TRSTASSUR: return "trust assurance";
9844            case TRSTCERT: return "trust certificate";
9845            case TRSTFWK: return "trust framework";
9846            case TRSTMEC: return "trust mechanism";
9847            case COVPOL: return "benefit policy";
9848            case SECURITYPOLICY: return "security policy";
9849            case OBLIGATIONPOLICY: return "obligation policy";
9850            case ANONY: return "anonymize";
9851            case AOD: return "accounting of disclosure";
9852            case AUDIT: return "audit";
9853            case AUDTR: return "audit trail";
9854            case CPLYCC: return "comply with confidentiality code";
9855            case CPLYCD: return "comply with consent directive";
9856            case CPLYJPP: return "comply with jurisdictional privacy policy";
9857            case CPLYOPP: return "comply with organizational privacy policy";
9858            case CPLYOSP: return "comply with organizational security policy";
9859            case CPLYPOL: return "comply with policy";
9860            case DEID: return "deidentify";
9861            case DELAU: return "delete after use";
9862            case ENCRYPT: return "encrypt";
9863            case ENCRYPTR: return "encrypt at rest";
9864            case ENCRYPTT: return "encrypt in transit";
9865            case ENCRYPTU: return "encrypt in use";
9866            case HUAPRV: return "human approval";
9867            case MASK: return "mask";
9868            case MINEC: return "minimum necessary";
9869            case PRIVMARK: return "privacy mark";
9870            case PSEUD: return "pseudonymize";
9871            case REDACT: return "redact";
9872            case REFRAINPOLICY: return "refrain policy";
9873            case NOAUTH: return "no disclosure without subject authorization";
9874            case NOCOLLECT: return "no collection";
9875            case NODSCLCD: return "no disclosure without consent directive";
9876            case NODSCLCDS: return "no disclosure without information subject's consent directive";
9877            case NOINTEGRATE: return "no integration";
9878            case NOLIST: return "no unlisted entity disclosure";
9879            case NOMOU: return "no disclosure without MOU";
9880            case NOORGPOL: return "no disclosure without organizational authorization";
9881            case NOPAT: return "no disclosure to patient, family or caregivers without attending provider's authorization";
9882            case NOPERSISTP: return "no collection beyond purpose of use";
9883            case NORDSCLCD: return "no redisclosure without consent directive";
9884            case NORDSCLCDS: return "no redisclosure without information subject's consent directive";
9885            case NORDSCLW: return "no disclosure without jurisdictional authorization";
9886            case NORELINK: return "no relinking";
9887            case NOREUSE: return "no reuse beyond purpose of use";
9888            case NOVIP: return "no unauthorized VIP disclosure";
9889            case ORCON: return "no disclosure without originator authorization";
9890            case _ACTPRODUCTACQUISITIONCODE: return "ActProductAcquisitionCode";
9891            case LOAN: return "Loan";
9892            case RENT: return "Rent";
9893            case TRANSFER: return "Transfer";
9894            case SALE: return "Sale";
9895            case _ACTSPECIMENTRANSPORTCODE: return "ActSpecimenTransportCode";
9896            case SREC: return "specimen received";
9897            case SSTOR: return "specimen in storage";
9898            case STRAN: return "specimen in transit";
9899            case _ACTSPECIMENTREATMENTCODE: return "ActSpecimenTreatmentCode";
9900            case ACID: return "Acidification";
9901            case ALK: return "Alkalization";
9902            case DEFB: return "Defibrination";
9903            case FILT: return "Filtration";
9904            case LDLP: return "LDL Precipitation";
9905            case NEUT: return "Neutralization";
9906            case RECA: return "Recalcification";
9907            case UFIL: return "Ultrafiltration";
9908            case _ACTSUBSTANCEADMINISTRATIONCODE: return "ActSubstanceAdministrationCode";
9909            case DRUG: return "Drug therapy";
9910            case FD: return "food";
9911            case IMMUNIZ: return "Immunization";
9912            case BOOSTER: return "Booster Immunization";
9913            case INITIMMUNIZ: return "Initial Immunization";
9914            case _ACTTASKCODE: return "ActTaskCode";
9915            case OE: return "order entry task";
9916            case LABOE: return "laboratory test order entry task";
9917            case MEDOE: return "medication order entry task";
9918            case PATDOC: return "patient documentation task";
9919            case ALLERLREV: return "allergy list review";
9920            case CLINNOTEE: return "clinical note entry task";
9921            case DIAGLISTE: return "diagnosis list entry task";
9922            case DISCHINSTE: return "discharge instruction entry";
9923            case DISCHSUME: return "discharge summary entry task";
9924            case PATEDUE: return "patient education entry";
9925            case PATREPE: return "pathology report entry task";
9926            case PROBLISTE: return "problem list entry task";
9927            case RADREPE: return "radiology report entry task";
9928            case IMMLREV: return "immunization list review";
9929            case REMLREV: return "reminder list review";
9930            case WELLREMLREV: return "wellness reminder list review";
9931            case PATINFO: return "patient information review task";
9932            case ALLERLE: return "allergy list entry";
9933            case CDSREV: return "clinical decision support intervention review";
9934            case CLINNOTEREV: return "clinical note review task";
9935            case DISCHSUMREV: return "discharge summary review task";
9936            case DIAGLISTREV: return "diagnosis list review task";
9937            case IMMLE: return "immunization list entry";
9938            case LABRREV: return "laboratory results review task";
9939            case MICRORREV: return "microbiology results review task";
9940            case MICROORGRREV: return "microbiology organisms results review task";
9941            case MICROSENSRREV: return "microbiology sensitivity test results review task";
9942            case MLREV: return "medication list review task";
9943            case MARWLREV: return "medication administration record work list review task";
9944            case OREV: return "orders review task";
9945            case PATREPREV: return "pathology report review task";
9946            case PROBLISTREV: return "problem list review task";
9947            case RADREPREV: return "radiology report review task";
9948            case REMLE: return "reminder list entry";
9949            case WELLREMLE: return "wellness reminder list entry";
9950            case RISKASSESS: return "risk assessment instrument task";
9951            case FALLRISK: return "falls risk assessment instrument task";
9952            case _ACTTRANSPORTATIONMODECODE: return "ActTransportationModeCode";
9953            case _ACTPATIENTTRANSPORTATIONMODECODE: return "ActPatientTransportationModeCode";
9954            case AFOOT: return "pedestrian transport";
9955            case AMBT: return "ambulance transport";
9956            case AMBAIR: return "fixed-wing ambulance transport";
9957            case AMBGRND: return "ground ambulance transport";
9958            case AMBHELO: return "helicopter ambulance transport";
9959            case LAWENF: return "law enforcement transport";
9960            case PRVTRN: return "private transport";
9961            case PUBTRN: return "public transport";
9962            case _OBSERVATIONTYPE: return "ObservationType";
9963            case _ACTSPECOBSCODE: return "ActSpecObsCode";
9964            case ARTBLD: return "ActSpecObsArtBldCode";
9965            case DILUTION: return "ActSpecObsDilutionCode";
9966            case AUTOHIGH: return "Auto-High Dilution";
9967            case AUTOLOW: return "Auto-Low Dilution";
9968            case PRE: return "Pre-Dilution";
9969            case RERUN: return "Rerun Dilution";
9970            case EVNFCTS: return "ActSpecObsEvntfctsCode";
9971            case INTFR: return "ActSpecObsInterferenceCode";
9972            case FIBRIN: return "Fibrin";
9973            case HEMOLYSIS: return "Hemolysis";
9974            case ICTERUS: return "Icterus";
9975            case LIPEMIA: return "Lipemia";
9976            case VOLUME: return "ActSpecObsVolumeCode";
9977            case AVAILABLE: return "Available Volume";
9978            case CONSUMPTION: return "Consumption Volume";
9979            case CURRENT: return "Current Volume";
9980            case INITIAL: return "Initial Volume";
9981            case _ANNOTATIONTYPE: return "AnnotationType";
9982            case _ACTPATIENTANNOTATIONTYPE: return "ActPatientAnnotationType";
9983            case ANNDI: return "diagnostic image note";
9984            case ANNGEN: return "general note";
9985            case ANNIMM: return "immunization note";
9986            case ANNLAB: return "laboratory note";
9987            case ANNMED: return "medication note";
9988            case _GENETICOBSERVATIONTYPE: return "GeneticObservationType";
9989            case GENE: return "gene";
9990            case _IMMUNIZATIONOBSERVATIONTYPE: return "ImmunizationObservationType";
9991            case OBSANTC: return "antigen count";
9992            case OBSANTV: return "antigen validity";
9993            case _INDIVIDUALCASESAFETYREPORTTYPE: return "Individual Case Safety Report Type";
9994            case PATADVEVNT: return "patient adverse event";
9995            case VACPROBLEM: return "vaccine product problem";
9996            case _LOINCOBSERVATIONACTCONTEXTAGETYPE: return "LOINCObservationActContextAgeType";
9997            case _216119: return "age patient qn est";
9998            case _216127: return "age patient qn reported";
9999            case _295535: return "age patient qn calc";
10000            case _305250: return "age patient qn definition";
10001            case _309724: return "age at onset of adverse event";
10002            case _MEDICATIONOBSERVATIONTYPE: return "MedicationObservationType";
10003            case REPHALFLIFE: return "representative half-life";
10004            case SPLCOATING: return "coating";
10005            case SPLCOLOR: return "color";
10006            case SPLIMAGE: return "image";
10007            case SPLIMPRINT: return "imprint";
10008            case SPLSCORING: return "scoring";
10009            case SPLSHAPE: return "shape";
10010            case SPLSIZE: return "size";
10011            case SPLSYMBOL: return "symbol";
10012            case _OBSERVATIONISSUETRIGGERCODEDOBSERVATIONTYPE: return "ObservationIssueTriggerCodedObservationType";
10013            case _CASETRANSMISSIONMODE: return "case transmission mode";
10014            case AIRTRNS: return "airborne transmission";
10015            case ANANTRNS: return "animal to animal transmission";
10016            case ANHUMTRNS: return "animal to human transmission";
10017            case BDYFLDTRNS: return "body fluid contact transmission";
10018            case BLDTRNS: return "blood borne transmission";
10019            case DERMTRNS: return "transdermal transmission";
10020            case ENVTRNS: return "environmental exposure transmission";
10021            case FECTRNS: return "fecal-oral transmission";
10022            case FOMTRNS: return "fomite transmission";
10023            case FOODTRNS: return "food-borne transmission";
10024            case HUMHUMTRNS: return "human to human transmission";
10025            case INDTRNS: return "indeterminate disease transmission mode";
10026            case LACTTRNS: return "lactation transmission";
10027            case NOSTRNS: return "nosocomial transmission";
10028            case PARTRNS: return "parenteral transmission";
10029            case PLACTRNS: return "transplacental transmission";
10030            case SEXTRNS: return "sexual transmission";
10031            case TRNSFTRNS: return "transfusion transmission";
10032            case VECTRNS: return "vector-borne transmission";
10033            case WATTRNS: return "water-borne transmission";
10034            case _OBSERVATIONQUALITYMEASUREATTRIBUTE: return "ObservationQualityMeasureAttribute";
10035            case AGGREGATE: return "aggregate measure observation";
10036            case COPY: return "copyright";
10037            case CRS: return "clinical recommendation statement";
10038            case DEF: return "definition";
10039            case DISC: return "disclaimer";
10040            case FINALDT: return "finalized date/time";
10041            case GUIDE: return "guidance";
10042            case IDUR: return "improvement notation";
10043            case ITMCNT: return "items counted";
10044            case KEY: return "keyword";
10045            case MEDT: return "measurement end date";
10046            case MSD: return "measurement start date";
10047            case MSRADJ: return "risk adjustment";
10048            case MSRAGG: return "rate aggregation";
10049            case MSRIMPROV: return "health quality measure improvement notation";
10050            case MSRJUR: return "jurisdiction";
10051            case MSRRPTR: return "reporter type";
10052            case MSRRPTTIME: return "timeframe for reporting";
10053            case MSRSCORE: return "measure scoring";
10054            case MSRSET: return "health quality measure care setting";
10055            case MSRTOPIC: return "health quality measure topic type";
10056            case MSRTP: return "measurement period";
10057            case MSRTYPE: return "measure type";
10058            case RAT: return "rationale";
10059            case REF: return "reference";
10060            case SDE: return "supplemental data elements";
10061            case STRAT: return "stratification";
10062            case TRANF: return "transmission format";
10063            case USE: return "notice of use";
10064            case _OBSERVATIONSEQUENCETYPE: return "ObservationSequenceType";
10065            case TIMEABSOLUTE: return "absolute time sequence";
10066            case TIMERELATIVE: return "relative time sequence";
10067            case _OBSERVATIONSERIESTYPE: return "ObservationSeriesType";
10068            case _ECGOBSERVATIONSERIESTYPE: return "ECGObservationSeriesType";
10069            case REPRESENTATIVEBEAT: return "ECG representative beat waveforms";
10070            case RHYTHM: return "ECG rhythm waveforms";
10071            case _PATIENTIMMUNIZATIONRELATEDOBSERVATIONTYPE: return "PatientImmunizationRelatedObservationType";
10072            case CLSSRM: return "classroom";
10073            case GRADE: return "grade";
10074            case SCHL: return "school";
10075            case SCHLDIV: return "school division";
10076            case TEACHER: return "teacher";
10077            case _POPULATIONINCLUSIONOBSERVATIONTYPE: return "PopulationInclusionObservationType";
10078            case DENEX: return "denominator exclusions";
10079            case DENEXCEP: return "denominator exceptions";
10080            case DENOM: return "denominator";
10081            case IPOP: return "initial population";
10082            case IPPOP: return "initial patient population";
10083            case MSRPOPL: return "measure population";
10084            case MSRPOPLEX: return "measure population exclusions";
10085            case NUMER: return "numerator";
10086            case NUMEX: return "numerator exclusions";
10087            case _PREFERENCEOBSERVATIONTYPE: return "_PreferenceObservationType";
10088            case PREFSTRENGTH: return "preference strength";
10089            case ADVERSEREACTION: return "Adverse Reaction";
10090            case ASSERTION: return "Assertion";
10091            case CASESER: return "case seriousness criteria";
10092            case CDIO: return "case disease imported observation";
10093            case CRIT: return "criticality";
10094            case CTMO: return "case transmission mode observation";
10095            case DX: return "ObservationDiagnosisTypes";
10096            case ADMDX: return "admitting diagnosis";
10097            case DISDX: return "discharge diagnosis";
10098            case INTDX: return "intermediate diagnosis";
10099            case NOI: return "nature of injury";
10100            case GISTIER: return "GIS tier";
10101            case HHOBS: return "household situation observation";
10102            case ISSUE: return "detected issue";
10103            case _ACTADMINISTRATIVEDETECTEDISSUECODE: return "ActAdministrativeDetectedIssueCode";
10104            case _ACTADMINISTRATIVEAUTHORIZATIONDETECTEDISSUECODE: return "ActAdministrativeAuthorizationDetectedIssueCode";
10105            case NAT: return "Insufficient authorization";
10106            case SUPPRESSED: return "record suppressed";
10107            case VALIDAT: return "validation issue";
10108            case KEY204: return "Unknown key identifier";
10109            case KEY205: return "Duplicate key identifier";
10110            case COMPLY: return "Compliance Alert";
10111            case DUPTHPY: return "Duplicate Therapy Alert";
10112            case DUPTHPCLS: return "duplicate therapeutic alass alert";
10113            case DUPTHPGEN: return "duplicate generic alert";
10114            case ABUSE: return "commonly abused/misused alert";
10115            case FRAUD: return "potential fraud";
10116            case PLYDOC: return "Poly-orderer Alert";
10117            case PLYPHRM: return "Poly-supplier Alert";
10118            case DOSE: return "Dosage problem";
10119            case DOSECOND: return "dosage-condition alert";
10120            case DOSEDUR: return "Dose-Duration Alert";
10121            case DOSEDURH: return "Dose-Duration High Alert";
10122            case DOSEDURHIND: return "Dose-Duration High for Indication Alert";
10123            case DOSEDURL: return "Dose-Duration Low Alert";
10124            case DOSEDURLIND: return "Dose-Duration Low for Indication Alert";
10125            case DOSEH: return "High Dose Alert";
10126            case DOSEHINDA: return "High Dose for Age Alert";
10127            case DOSEHIND: return "High Dose for Indication Alert";
10128            case DOSEHINDSA: return "High Dose for Height/Surface Area Alert";
10129            case DOSEHINDW: return "High Dose for Weight Alert";
10130            case DOSEIVL: return "Dose-Interval Alert";
10131            case DOSEIVLIND: return "Dose-Interval for Indication Alert";
10132            case DOSEL: return "Low Dose Alert";
10133            case DOSELINDA: return "Low Dose for Age Alert";
10134            case DOSELIND: return "Low Dose for Indication Alert";
10135            case DOSELINDSA: return "Low Dose for Height/Surface Area Alert";
10136            case DOSELINDW: return "Low Dose for Weight Alert";
10137            case MDOSE: return "maximum dosage reached";
10138            case OBSA: return "Observation Alert";
10139            case AGE: return "Age Alert";
10140            case ADALRT: return "adult alert";
10141            case GEALRT: return "geriatric alert";
10142            case PEALRT: return "pediatric alert";
10143            case COND: return "Condition Alert";
10144            case HGHT: return "HGHT";
10145            case LACT: return "Lactation Alert";
10146            case PREG: return "Pregnancy Alert";
10147            case WGHT: return "WGHT";
10148            case CREACT: return "common reaction alert";
10149            case GEN: return "Genetic Alert";
10150            case GEND: return "Gender Alert";
10151            case LAB: return "Lab Alert";
10152            case REACT: return "Reaction Alert";
10153            case ALGY: return "Allergy Alert";
10154            case INT: return "Intolerance Alert";
10155            case RREACT: return "Related Reaction Alert";
10156            case RALG: return "Related Allergy Alert";
10157            case RAR: return "Related Prior Reaction Alert";
10158            case RINT: return "Related Intolerance Alert";
10159            case BUS: return "business constraint violation";
10160            case CODEINVAL: return "code is not valid";
10161            case CODEDEPREC: return "code has been deprecated";
10162            case FORMAT: return "invalid format";
10163            case ILLEGAL: return "illegal";
10164            case LENRANGE: return "length out of range";
10165            case LENLONG: return "length is too long";
10166            case LENSHORT: return "length is too short";
10167            case MISSCOND: return "conditional element missing";
10168            case MISSMAND: return "mandatory element missing";
10169            case NODUPS: return "duplicate values are not permitted";
10170            case NOPERSIST: return "element will not be persisted";
10171            case REPRANGE: return "repetitions out of range";
10172            case MAXOCCURS: return "repetitions above maximum";
10173            case MINOCCURS: return "repetitions below minimum";
10174            case _ACTADMINISTRATIVERULEDETECTEDISSUECODE: return "ActAdministrativeRuleDetectedIssueCode";
10175            case KEY206: return "non-matching identification";
10176            case OBSOLETE: return "obsolete record returned";
10177            case _ACTSUPPLIEDITEMDETECTEDISSUECODE: return "ActSuppliedItemDetectedIssueCode";
10178            case _ADMINISTRATIONDETECTEDISSUECODE: return "AdministrationDetectedIssueCode";
10179            case _APPROPRIATENESSDETECTEDISSUECODE: return "AppropriatenessDetectedIssueCode";
10180            case _INTERACTIONDETECTEDISSUECODE: return "InteractionDetectedIssueCode";
10181            case FOOD: return "Food Interaction Alert";
10182            case TPROD: return "Therapeutic Product Alert";
10183            case DRG: return "Drug Interaction Alert";
10184            case NHP: return "Natural Health Product Alert";
10185            case NONRX: return "Non-Prescription Interaction Alert";
10186            case PREVINEF: return "previously ineffective";
10187            case DACT: return "drug action detected issue";
10188            case TIME: return "timing detected issue";
10189            case ALRTENDLATE: return "end too late alert";
10190            case ALRTSTRTLATE: return "start too late alert";
10191            case _TIMINGDETECTEDISSUECODE: return "TimingDetectedIssueCode";
10192            case ENDLATE: return "End Too Late Alert";
10193            case STRTLATE: return "Start Too Late Alert";
10194            case _SUPPLYDETECTEDISSUECODE: return "SupplyDetectedIssueCode";
10195            case ALLDONE: return "already performed";
10196            case FULFIL: return "fulfillment alert";
10197            case NOTACTN: return "no longer actionable";
10198            case NOTEQUIV: return "not equivalent alert";
10199            case NOTEQUIVGEN: return "not generically equivalent alert";
10200            case NOTEQUIVTHER: return "not therapeutically equivalent alert";
10201            case TIMING: return "event timing incorrect alert";
10202            case INTERVAL: return "outside requested time";
10203            case MINFREQ: return "too soon within frequency based on the usage";
10204            case HELD: return "held/suspended alert";
10205            case TOOLATE: return "Refill Too Late Alert";
10206            case TOOSOON: return "Refill Too Soon Alert";
10207            case HISTORIC: return "record recorded as historical";
10208            case PATPREF: return "violates stated preferences";
10209            case PATPREFALT: return "violates stated preferences, alternate available";
10210            case KSUBJ: return "knowledge subject";
10211            case KSUBT: return "knowledge subtopic";
10212            case OINT: return "intolerance";
10213            case ALG: return "Allergy";
10214            case DALG: return "Drug Allergy";
10215            case EALG: return "Environmental Allergy";
10216            case FALG: return "Food Allergy";
10217            case DINT: return "Drug Intolerance";
10218            case DNAINT: return "Drug Non-Allergy Intolerance";
10219            case EINT: return "Environmental Intolerance";
10220            case ENAINT: return "Environmental Non-Allergy Intolerance";
10221            case FINT: return "Food Intolerance";
10222            case FNAINT: return "Food Non-Allergy Intolerance";
10223            case NAINT: return "Non-Allergy Intolerance";
10224            case SEV: return "Severity Observation";
10225            case _FDALABELDATA: return "FDALabelData";
10226            case FDACOATING: return "coating";
10227            case FDACOLOR: return "color";
10228            case FDAIMPRINTCD: return "imprint code";
10229            case FDALOGO: return "logo";
10230            case FDASCORING: return "scoring";
10231            case FDASHAPE: return "shape";
10232            case FDASIZE: return "size";
10233            case _ROIOVERLAYSHAPE: return "ROIOverlayShape";
10234            case CIRCLE: return "circle";
10235            case ELLIPSE: return "ellipse";
10236            case POINT: return "point";
10237            case POLY: return "polyline";
10238            case C: return "corrected";
10239            case DIET: return "Diet";
10240            case BR: return "breikost (GE)";
10241            case DM: return "diabetes mellitus diet";
10242            case FAST: return "fasting";
10243            case FORMULA: return "formula diet";
10244            case GF: return "gluten free";
10245            case LF: return "low fat";
10246            case LP: return "low protein";
10247            case LQ: return "liquid";
10248            case LS: return "low sodium";
10249            case N: return "normal diet";
10250            case NF: return "no fat";
10251            case PAF: return "phenylalanine free";
10252            case PAR: return "parenteral";
10253            case RD: return "reduction diet";
10254            case SCH: return "schonkost (GE)";
10255            case SUPPLEMENT: return "nutritional supplement";
10256            case T: return "tea only";
10257            case VLI: return "low valin, leucin, isoleucin";
10258            case DRUGPRG: return "drug program";
10259            case F: return "final";
10260            case PRLMN: return "preliminary";
10261            case SECOBS: return "SecurityObservationType";
10262            case SECCATOBS: return "security category observation";
10263            case SECCLASSOBS: return "security classification observation";
10264            case SECCONOBS: return "security control observation";
10265            case SECINTOBS: return "security integrity observation";
10266            case SECALTINTOBS: return "security alteration integrity observation";
10267            case SECDATINTOBS: return "security data integrity observation";
10268            case SECINTCONOBS: return "security integrity confidence observation";
10269            case SECINTPRVOBS: return "security integrity provenance observation";
10270            case SECINTPRVABOBS: return "security integrity provenance asserted by observation";
10271            case SECINTPRVRBOBS: return "security integrity provenance reported by observation";
10272            case SECINTSTOBS: return "security integrity status observation";
10273            case SECTRSTOBS: return "SECTRSTOBS";
10274            case TRSTACCRDOBS: return "trust accreditation observation";
10275            case TRSTAGREOBS: return "trust agreement observation";
10276            case TRSTCERTOBS: return "trust certificate observation";
10277            case TRSTFWKOBS: return "trust framework observation";
10278            case TRSTLOAOBS: return "trust assurance observation";
10279            case TRSTMECOBS: return "trust mechanism observation";
10280            case SUBSIDFFS: return "subsidized fee for service program";
10281            case WRKCOMP: return "(workers compensation program";
10282            case _ACTPROCEDURECODE: return "ActProcedureCode";
10283            case _ACTBILLABLESERVICECODE: return "ActBillableServiceCode";
10284            case _HL7DEFINEDACTCODES: return "HL7DefinedActCodes";
10285            case COPAY: return "COPAY";
10286            case DEDUCT: return "DEDUCT";
10287            case DOSEIND: return "DOSEIND";
10288            case PRA: return "PRA";
10289            case STORE: return "Storage";
10290            default: return "?";
10291          }
10292    }
10293
10294
10295}
10296