001package org.hl7.fhir.dstu3.model.codesystems;
002
003/*-
004 * #%L
005 * org.hl7.fhir.dstu3
006 * %%
007 * Copyright (C) 2014 - 2019 Health Level 7
008 * %%
009 * Licensed under the Apache License, Version 2.0 (the "License");
010 * you may not use this file except in compliance with the License.
011 * You may obtain a copy of the License at
012 * 
013 *      http://www.apache.org/licenses/LICENSE-2.0
014 * 
015 * Unless required by applicable law or agreed to in writing, software
016 * distributed under the License is distributed on an "AS IS" BASIS,
017 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
018 * See the License for the specific language governing permissions and
019 * limitations under the License.
020 * #L%
021 */
022
023
024/*
025  Copyright (c) 2011+, HL7, Inc.
026  All rights reserved.
027  
028  Redistribution and use in source and binary forms, with or without modification, 
029  are permitted provided that the following conditions are met:
030  
031   * Redistributions of source code must retain the above copyright notice, this 
032     list of conditions and the following disclaimer.
033   * Redistributions in binary form must reproduce the above copyright notice, 
034     this list of conditions and the following disclaimer in the documentation 
035     and/or other materials provided with the distribution.
036   * Neither the name of HL7 nor the names of its contributors may be used to 
037     endorse or promote products derived from this software without specific 
038     prior written permission.
039  
040  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
041  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
042  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
043  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
044  INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
045  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
046  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
047  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
048  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
049  POSSIBILITY OF SUCH DAMAGE.
050  
051*/
052
053// Generated on Sat, Mar 25, 2017 21:03-0400 for FHIR v3.0.0
054
055
056import org.hl7.fhir.exceptions.FHIRException;
057
058public enum V3ObservationValue {
059
060        /**
061         * Codes specify the category of observation, evidence, or document used to assess for services, e.g., discharge planning, or to establish eligibility for coverage under a policy or program. The type of evidence is coded as observation values.
062         */
063        _ACTCOVERAGEASSESSMENTOBSERVATIONVALUE, 
064        /**
065         * Code specifying financial indicators used to assess or establish eligibility for coverage under a policy or program; e.g., pay stub; tax or income document; asset document; living expenses.
066         */
067        _ACTFINANCIALSTATUSOBSERVATIONVALUE, 
068        /**
069         * Codes specifying asset indicators used to assess or establish eligibility for coverage under a policy or program.
070         */
071        ASSET, 
072        /**
073         * Indicator of annuity ownership or status as beneficiary.
074         */
075        ANNUITY, 
076        /**
077         * Indicator of real property ownership, e.g., deed or real estate contract.
078         */
079        PROP, 
080        /**
081         * Indicator of retirement investment account ownership.
082         */
083        RETACCT, 
084        /**
085         * Indicator of status as trust beneficiary.
086         */
087        TRUST, 
088        /**
089         * Code specifying income indicators used to assess or establish eligibility for coverage under a policy or program; e.g., pay or pension check, child support payments received or provided, and taxes paid.
090         */
091        INCOME, 
092        /**
093         * Indicator of child support payments received or provided.
094         */
095        CHILD, 
096        /**
097         * Indicator of disability income replacement payment.
098         */
099        DISABL, 
100        /**
101         * Indicator of investment income, e.g., dividend check, annuity payment; real estate rent, investment divestiture proceeds; trust or endowment check.
102         */
103        INVEST, 
104        /**
105         * Indicator of paid employment, e.g., letter of hire, contract, employer letter; copy of pay check or pay stub.
106         */
107        PAY, 
108        /**
109         * Indicator of retirement payment, e.g., pension check.
110         */
111        RETIRE, 
112        /**
113         * Indicator of spousal or partner support payments received or provided; e.g., alimony payment; support stipulations in a divorce settlement.
114         */
115        SPOUSAL, 
116        /**
117         * Indicator of income supplement, e.g., gifting, parental income support; stipend, or grant.
118         */
119        SUPPLE, 
120        /**
121         * Indicator of tax obligation or payment, e.g., statement of taxable income.
122         */
123        TAX, 
124        /**
125         * Codes specifying living expense indicators used to assess or establish eligibility for coverage under a policy or program.
126         */
127        LIVEXP, 
128        /**
129         * Indicator of clothing expenses.
130         */
131        CLOTH, 
132        /**
133         * Indicator of transportation expenses.
134         */
135        FOOD, 
136        /**
137         * Indicator of health expenses; including medication costs, health service costs, financial participations, and health coverage premiums.
138         */
139        HEALTH, 
140        /**
141         * Indicator of housing expense, e.g., household appliances, fixtures, furnishings, and maintenance and repairs.
142         */
143        HOUSE, 
144        /**
145         * Indicator of legal expenses.
146         */
147        LEGAL, 
148        /**
149         * Indicator of mortgage amount, interest, and payments.
150         */
151        MORTG, 
152        /**
153         * Indicator of rental or lease payments.
154         */
155        RENT, 
156        /**
157         * Indicator of transportation expenses.
158         */
159        SUNDRY, 
160        /**
161         * Indicator of transportation expenses, e.g., vehicle payments, vehicle insurance, vehicle fuel, and vehicle maintenance and repairs.
162         */
163        TRANS, 
164        /**
165         * Indicator of transportation expenses.
166         */
167        UTIL, 
168        /**
169         * Code specifying eligibility indicators used to assess or establish eligibility for coverage under a policy or program eligibility status, e.g., certificates of creditable coverage; student enrollment; adoption, marriage or birth certificate.
170         */
171        ELSTAT, 
172        /**
173         * Indicator of adoption.
174         */
175        ADOPT, 
176        /**
177         * Indicator of birth.
178         */
179        BTHCERT, 
180        /**
181         * Indicator of creditable coverage.
182         */
183        CCOC, 
184        /**
185         * Indicator of driving status.
186         */
187        DRLIC, 
188        /**
189         * Indicator of foster child status.
190         */
191        FOSTER, 
192        /**
193         * Indicator of status as covered member under a policy or program, e.g., member id card or coverage document.
194         */
195        MEMBER, 
196        /**
197         * Indicator of military status.
198         */
199        MIL, 
200        /**
201         * Indicator of marriage status.
202         */
203        MRGCERT, 
204        /**
205         * Indicator of citizenship.
206         */
207        PASSPORT, 
208        /**
209         * Indicator of student status.
210         */
211        STUDENRL, 
212        /**
213         * Code specifying non-clinical indicators related to health status used to assess or establish eligibility for coverage under a policy or program, e.g., pregnancy, disability, drug use, mental health issues.
214         */
215        HLSTAT, 
216        /**
217         * Indication of disability.
218         */
219        DISABLE, 
220        /**
221         * Indication of drug use.
222         */
223        DRUG, 
224        /**
225         * Indication of IV drug use .
226         */
227        IVDRG, 
228        /**
229         * Non-clinical report of pregnancy.
230         */
231        PGNT, 
232        /**
233         * Code specifying observations related to living dependency, such as dependent upon spouse for activities of daily living.
234         */
235        LIVDEP, 
236        /**
237         * Continued living in private residence requires functional and health care assistance from one or more relatives.
238         */
239        RELDEP, 
240        /**
241         * Continued living in private residence requires functional and health care assistance from spouse or life partner.
242         */
243        SPSDEP, 
244        /**
245         * Continued living in private residence requires functional and health care assistance from one or more unrelated persons.
246         */
247        URELDEP, 
248        /**
249         * Code specifying observations related to living situation for a person in a private residence.
250         */
251        LIVSIT, 
252        /**
253         * Living alone.  Maps to PD1-2   Living arrangement   (IS)   00742 [A]
254         */
255        ALONE, 
256        /**
257         * Living with one or more dependent children requiring moderate supervision.
258         */
259        DEPCHD, 
260        /**
261         * Living with disabled spouse requiring functional and health care assistance
262         */
263        DEPSPS, 
264        /**
265         * Living with one or more dependent children requiring intensive supervision
266         */
267        DEPYGCHD, 
268        /**
269         * Living with family. Maps to PD1-2   Living arrangement   (IS)   00742 [F]
270         */
271        FAM, 
272        /**
273         * Living with one or more relatives. Maps to PD1-2   Living arrangement   (IS)   00742 [R]
274         */
275        RELAT, 
276        /**
277         * Living only with spouse or life partner. Maps to PD1-2   Living arrangement   (IS)   00742 [S]
278         */
279        SPS, 
280        /**
281         * Living with one or more unrelated persons.
282         */
283        UNREL, 
284        /**
285         * Code specifying observations or indicators related to socio-economic status used to assess to assess for services, e.g., discharge planning, or to establish eligibility for coverage under a policy or program.
286         */
287        SOECSTAT, 
288        /**
289         * Indication of abuse victim.
290         */
291        ABUSE, 
292        /**
293         * Indication of status as homeless.
294         */
295        HMLESS, 
296        /**
297         * Indication of status as illegal immigrant.
298         */
299        ILGIM, 
300        /**
301         * Indication of status as incarcerated.
302         */
303        INCAR, 
304        /**
305         * Indication of probation status.
306         */
307        PROB, 
308        /**
309         * Indication of refugee status.
310         */
311        REFUG, 
312        /**
313         * Indication of unemployed status.
314         */
315        UNEMPL, 
316        /**
317         * Indicates the result of a particular allergy test.  E.g. Negative, Mild, Moderate, Severe
318         */
319        _ALLERGYTESTVALUE, 
320        /**
321         * Description:Patient exhibits no reaction to the challenge agent.
322         */
323        A0, 
324        /**
325         * Description:Patient exhibits a minimal reaction to the challenge agent.
326         */
327        A1, 
328        /**
329         * Description:Patient exhibits a mild reaction to the challenge agent.
330         */
331        A2, 
332        /**
333         * Description:Patient exhibits moderate reaction to the challenge agent.
334         */
335        A3, 
336        /**
337         * Description:Patient exhibits a severe reaction to the challenge agent.
338         */
339        A4, 
340        /**
341         * Observation values that communicate the method used in a quality measure to combine the component measure results included in an composite measure.
342         */
343        _COMPOSITEMEASURESCORING, 
344        /**
345         * Code specifying that the measure uses all-or-nothing scoring. All-or-nothing scoring places an individual in the numerator of the composite measure if and only if they are in the numerator of all component measures in which they are in the denominator.
346         */
347        ALLORNONESCR, 
348        /**
349         * Code specifying that the measure uses linear scoring. Linear scoring computes the fraction of component measures in which the individual appears in the numerator, giving equal weight to each component measure.
350         */
351        LINEARSCR, 
352        /**
353         * Code specifying that the measure uses opportunity-based scoring. In opportunity-based scoring the measure score is determined by combining the denominator and numerator of each component measure to determine an overall composite score.
354         */
355        OPPORSCR, 
356        /**
357         * Code specifying that the measure uses weighted scoring. Weighted scoring assigns a factor to each component measure to weight that measure's contribution to the overall score.
358         */
359        WEIGHTSCR, 
360        /**
361         * Description:Coded observation values for coverage limitations, for e.g., types of claims or types of parties covered under a policy or program.
362         */
363        _COVERAGELIMITOBSERVATIONVALUE, 
364        /**
365         * Description:Coded observation values for types of covered parties under a policy or program based on their personal relationships or employment status.
366         */
367        _COVERAGELEVELOBSERVATIONVALUE, 
368        /**
369         * Description:Child over an age as specified by coverage policy or program, e.g., student, differently abled, and income dependent.
370         */
371        ADC, 
372        /**
373         * Description:Dependent biological, adopted, foster child as specified by coverage policy or program.
374         */
375        CHD, 
376        /**
377         * Description:Person requiring functional and/or financial assistance from another person as specified by coverage policy or program.
378         */
379        DEP, 
380        /**
381         * Description:Persons registered as a family unit in a domestic partner registry as specified by law and by coverage policy or program.
382         */
383        DP, 
384        /**
385         * Description:An individual employed by an employer who receive remuneration in wages, salary, commission, tips, piece-rates, or pay-in-kind through the employeraTMs payment system (i.e., not a contractor) as specified by coverage policy or program.
386         */
387        ECH, 
388        /**
389         * Description:As specified by coverage policy or program.
390         */
391        FLY, 
392        /**
393         * Description:Person as specified by coverage policy or program.
394         */
395        IND, 
396        /**
397         * Description:A pair of people of the same gender who live together as a family as specified by coverage policy or program, e.g., Naomi and Ruth from the Book of Ruth; Socrates and Alcibiades
398         */
399        SSP, 
400        /**
401         * 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.
402         */
403        _CRITICALITYOBSERVATIONVALUE, 
404        /**
405         * Worst case result of a future exposure is assessed to be life-threatening or having high potential for organ system failure.
406         */
407        CRITH, 
408        /**
409         * Worst case result of a future exposure is not assessed to be life-threatening or having high potential for organ system failure.
410         */
411        CRITL, 
412        /**
413         * Unable to assess the worst case result of a future exposure.
414         */
415        CRITU, 
416        /**
417         * Description: The domain contains genetic analysis specific observation values, e.g. Homozygote, Heterozygote, etc.
418         */
419        _GENETICOBSERVATIONVALUE, 
420        /**
421         * Description: An individual having different alleles at one or more loci regarding a specific character
422         */
423        HOMOZYGOTE, 
424        /**
425         * Observation values used to indicate the type of scoring (e.g. proportion, ratio) used by a health quality measure.
426         */
427        _OBSERVATIONMEASURESCORING, 
428        /**
429         * A measure in which either short-term cross-section or long-term longitudinal analysis is performed over a group of subjects defined by a set of common properties or defining characteristics (e.g., Male smokers between the ages of 40 and 50 years, exposure to treatment, exposure duration).
430         */
431        COHORT, 
432        /**
433         * A measure score in which each individual value for the measure can fall anywhere along a continuous scale (e.g., mean time to thrombolytics which aggregates the time in minutes from a case presenting with chest pain to the time of administration of thrombolytics).
434         */
435        CONTVAR, 
436        /**
437         * A score derived by dividing the number of cases that meet a criterion for quality (the numerator) by the number of eligible cases within a given time frame (the denominator) where the numerator cases are a subset of the denominator cases (e.g., percentage of eligible women with a mammogram performed in the last year).
438         */
439        PROPOR, 
440        /**
441         * A score that may have a value of zero or greater that is derived by dividing a count of one type of data by a count of another type of data (e.g., the number of patients with central lines who develop infection divided by the number of central line days).
442         */
443        RATIO, 
444        /**
445         * Observation values used to indicate what kind of health quality measure is used.
446         */
447        _OBSERVATIONMEASURETYPE, 
448        /**
449         * A measure that is composed from one or more other measures and indicates an overall summary of those measures.
450         */
451        COMPOSITE, 
452        /**
453         * A measure related to the efficiency of medical treatment.
454         */
455        EFFICIENCY, 
456        /**
457         * A measure related to the level of patient engagement or patient experience of care.
458         */
459        EXPERIENCE, 
460        /**
461         * A measure that indicates the result of the performance (or non-performance) of a function or process.
462         */
463        OUTCOME, 
464        /**
465         * A measure which focuses on a process which leads to a certain outcome, meaning that a scientific basis exists for believing that the process, when executed well, will increase the probability of achieving a desired outcome.
466         */
467        PROCESS, 
468        /**
469         * A measure related to the extent of use of clinical resources or cost of care.
470         */
471        RESOURCE, 
472        /**
473         * A measure related to the structure of patient care.
474         */
475        STRUCTURE, 
476        /**
477         * Observation values used to assert various populations that a subject falls into.
478         */
479        _OBSERVATIONPOPULATIONINCLUSION, 
480        /**
481         * Patients 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.
482         */
483        DENEX, 
484        /**
485         * Denominator exceptions are those conditions that should remove a patient, 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:
486
487                        
488                           Medical reasons
489                           Patient reasons
490                           System reasons
491         */
492        DENEXCEP, 
493        /**
494         * It can be the same as the initial patient population or a subset of the initial patient population to further constrain the population 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.
495         */
496        DENOM, 
497        /**
498         * The initial population refers to all entities to be evaluated by a specific quality measure who share a common set of specified characteristics within a specific measurement set to which a given measure belongs.
499         */
500        IP, 
501        /**
502         * The initial patient population refers to all patients to be evaluated by a specific quality measure who share a common set of specified 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.
503         */
504        IPP, 
505        /**
506         * Measure population is used only in continuous variable eMeasures. It is a narrative description of the eMeasure population. 
507(e.g., all patients seen in the Emergency Department during the measurement period).
508         */
509        MSRPOPL, 
510        /**
511         * Numerators are used in proportion and ratio eMeasures. In proportion measures the numerator criteria are the processes or outcomes expected for each patient, procedure, or other unit of measurement defined in the denominator. In ratio measures the numerator is related, but not directly derived from the denominator (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).
512         */
513        NUMER, 
514        /**
515         * Numerator Exclusions are used only in ratio eMeasures to define 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.)
516         */
517        NUMEX, 
518        /**
519         * PartialCompletionScale
520         */
521        _PARTIALCOMPLETIONSCALE, 
522        /**
523         * Value for Act.partialCompletionCode attribute that implies 81-99% completion
524         */
525        G, 
526        /**
527         * Value for Act.partialCompletionCode attribute that implies 61-80% completion
528         */
529        LE, 
530        /**
531         * Value for Act.partialCompletionCode attribute that implies 41-60% completion
532         */
533        ME, 
534        /**
535         * Value for Act.partialCompletionCode attribute that implies 1-20% completion
536         */
537        MI, 
538        /**
539         * Value for Act.partialCompletionCode attribute that implies 0% completion
540         */
541        N, 
542        /**
543         * Value for Act.partialCompletionCode attribute that implies 21-40% completion
544         */
545        S, 
546        /**
547         * Observation values used to indicate security observation metadata.
548         */
549        _SECURITYOBSERVATIONVALUE, 
550        /**
551         * Abstract security observation values used to indicate security integrity metadata.
552
553                        
554                           Examples: Codes conveying integrity status, integrity confidence, and provenance.
555         */
556        _SECINTOBV, 
557        /**
558         * Abstract security metadata observation values used to indicate mechanism used for authorized alteration of an IT resource (data, information object, service, or system capability)
559         */
560        _SECALTINTOBV, 
561        /**
562         * Security metadata observation values used to indicate the use of a more abstract version of the content, e.g., replacing exact value of an age or date field with a range, or remove the left digits of a credit card number or SSN.
563         */
564        ABSTRED, 
565        /**
566         * Security metadata observation values used to indicate the use of an algorithmic combination of actual values with the result of an aggregate function, e.g., average, sum, or count in order to limit disclosure of an IT resource (data, information object, service, or system capability) to the minimum necessary.
567         */
568        AGGRED, 
569        /**
570         * Security metadata observation value conveying the alteration integrity of an IT resource (data, information object, service, or system capability) by used to indicate the mechanism by which software systems can strip portions of the resource that could allow the identification of the source of the information or the information subject.  No key to relink the data is retained.
571         */
572        ANONYED, 
573        /**
574         * Security metadata observation value used to indicate that the IT resource semantic content has been transformed from one encoding to another.
575
576                        
577                           Usage Note: "MAP" code does not indicate the semantic fidelity of the transformed content.
578
579                        To indicate semantic fidelity for maps of HL7 to other code systems, this security alteration integrity observation may be further specified using an Act valued with Value Set: MapRelationship (2.16.840.1.113883.1.11.11052).
580
581                        Semantic fidelity of the mapped IT Resource may also be indicated using a SecurityIntegrityConfidenceObservation.
582         */
583        MAPPED, 
584        /**
585         * Security metadata observation value conveying the alteration integrity of an IT resource (data, information object, service, or system capability) by indicating the mechanism by which software systems can make data unintelligible (that is, as unreadable and unusable by algorithmically transforming plaintext into ciphertext) such that it can only be accessed or used by authorized users.  An authorized user may be provided a key to decrypt per license or "shared secret".
586
587                        
588                           Usage Note: "MASKED" may be used, per applicable policy, as a flag to indicate to a user or receiver that some portion of an IT resource has been further encrypted, and may be accessed only by an authorized user or receiver to which a decryption key is provided.
589         */
590        MASKED, 
591        /**
592         * Security metadata observation value conveying the alteration integrity of an IT resource (data, information object, service, or system capability), by indicating the mechanism by which software systems can strip portions of the resource that could 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.
593
594                        
595                           Rationale: Personal data which has been processed to make it impossible to know whose data it is. Used particularly for secondary use of health data. In some cases, it may be possible for authorized individuals to restore the identity of the individual, e.g.,for public health case management.  Based on ISO/TS 25237:2008 Health informatics—Pseudonymization
596         */
597        PSEUDED, 
598        /**
599         * Security metadata observation value used to indicate the mechanism by which software systems can filter an IT resource (data, information object, service, or system capability) to remove any portion of the resource that is not authorized to be access, used, or disclosed.
600
601                        
602                           Usage Note: "REDACTED" may be used, per applicable policy, as a flag to indicate to a user or receiver that some portion of an IT resource has filtered and not included in the content accessed or received.
603         */
604        REDACTED, 
605        /**
606         * Metadata observation used to indicate that some information has been removed from the source object when the view this object contains was constructed because of configuration options when the view was created. The content may not be suitable for use as the basis of a record update
607
608                        
609                           Usage Note: This is not suitable to be used when information is removed for security reasons - see the code REDACTED for this use.
610         */
611        SUBSETTED, 
612        /**
613         * Security metadata observation value used to indicate that the IT resource syntax has been transformed from one syntactical representation to another.  
614
615                        
616                           Usage Note: "SYNTAC" code does not indicate the syntactical correctness of the syntactically transformed IT resource.
617         */
618        SYNTAC, 
619        /**
620         * Security metadata observation value used to indicate that the IT resource has been translated from one human language to another.  
621
622                        
623                           Usage Note: "TRSLT" does not indicate the fidelity of the translation or the languages translated.
624
625                        The fidelity of the IT Resource translation may be indicated using a SecurityIntegrityConfidenceObservation.
626
627                        To indicate languages, use the Value Set:HumanLanguage (2.16.840.1.113883.1.11.11526)
628         */
629        TRSLT, 
630        /**
631         * Security metadata observation value conveying the alteration integrity of an IT resource (data, information object, service, or system capability)  which indicates that the resource only retains versions of an IT resource  for access and use per applicable policy
632
633                        
634                           Usage Note: When this code is used, expectation is that the system has removed historical versions of the data that falls outside the time period deemed to be the effective time of the applicable version.
635         */
636        VERSIONED, 
637        /**
638         * Abstract security observation values used to indicate data integrity metadata.
639
640                        
641                           Examples: Codes conveying the mechanism used to preserve the accuracy and consistency of an IT resource such as a digital signature and a cryptographic hash function.
642         */
643        _SECDATINTOBV, 
644        /**
645         * Security metadata observation value used to indicate the mechanism by which software systems can establish that data was not modified in transit.
646
647                        
648                           Rationale: This definition is intended to align with the ISO 22600-2 3.3.19 definition of cryptographic checkvalue: Information which is derived by performing a cryptographic transformation (see cryptography) on the data unit.  The derivation of the checkvalue may be performed in one or more steps and is a result of a mathematical function of the key and a data unit. It is usually used to check the integrity of a data unit.
649
650                        
651                           Examples: 
652                        
653
654                        
655                           SHA-1
656                           SHA-2 (Secure Hash Algorithm)
657         */
658        CRYTOHASH, 
659        /**
660         * Security metadata observation value used to indicate the mechanism by which software systems use digital signature to establish that data has not been modified.  
661
662                        
663                           Rationale: This definition is intended to align with the ISO 22600-2 3.3.26 definition of digital signature:  Data appended to, or a cryptographic transformation (see cryptography) of, a data unit that allows a recipient of the data unit to prove the source and integrity of the data unit and protect against forgery e.g., by the recipient.
664         */
665        DIGSIG, 
666        /**
667         * Abstract security observation value used to indicate integrity confidence metadata.
668
669                        
670                           Examples: Codes conveying the level of reliability and trustworthiness of an IT resource.
671         */
672        _SECINTCONOBV, 
673        /**
674         * Security metadata observation value used to indicate that the veracity or trustworthiness of an IT resource (data, information object, service, or system capability) for a specified purpose of use is perceived to be or deemed by policy to be very high.
675         */
676        HRELIABLE, 
677        /**
678         * Security metadata observation value used to indicate that the veracity or trustworthiness of an IT resource (data, information object, service, or system capability) for a specified purpose of use is perceived to be or deemed by policy to be adequate.
679         */
680        RELIABLE, 
681        /**
682         * Security metadata observation value used to indicate that the veracity or trustworthiness of an IT resource (data, information object, service, or system capability) for a specified purpose of use is perceived to be or deemed by policy to be uncertain.
683         */
684        UNCERTREL, 
685        /**
686         * Security metadata observation value used to indicate that the veracity or trustworthiness of an IT resource (data, information object, service, or system capability) for a specified purpose of use is perceived to be or deemed by policy to be inadequate.
687         */
688        UNRELIABLE, 
689        /**
690         * Abstract security metadata observation value used to indicate the provenance of an IT resource (data, information object, service, or system capability).
691
692                        
693                           Examples: Codes conveying the provenance metadata about the entity reporting an IT resource.
694         */
695        _SECINTPRVOBV, 
696        /**
697         * Abstract security provenance metadata observation value used to indicate the entity that asserted an IT resource (data, information object, service, or system capability).
698
699                        
700                           Examples: Codes conveying the provenance metadata about the entity asserting the resource.
701         */
702        _SECINTPRVABOBV, 
703        /**
704         * Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was asserted by a clinician.
705         */
706        CLINAST, 
707        /**
708         * Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was asserted by a device.
709         */
710        DEVAST, 
711        /**
712         * Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was asserted by a healthcare professional.
713         */
714        HCPAST, 
715        /**
716         * Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was asserted by a patient acquaintance.
717         */
718        PACQAST, 
719        /**
720         * Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was asserted by a patient.
721         */
722        PATAST, 
723        /**
724         * Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was asserted by a payer.
725         */
726        PAYAST, 
727        /**
728         * Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was asserted by a professional.
729         */
730        PROAST, 
731        /**
732         * Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was asserted by a substitute decision maker.
733         */
734        SDMAST, 
735        /**
736         * Abstract security provenance metadata observation value used to indicate the entity that reported the resource (data, information object, service, or system capability).
737
738                        
739                           Examples: Codes conveying the provenance metadata about the entity reporting an IT resource.
740         */
741        _SECINTPRVRBOBV, 
742        /**
743         * Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was reported by a clinician.
744         */
745        CLINRPT, 
746        /**
747         * Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was reported by a device.
748         */
749        DEVRPT, 
750        /**
751         * Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was reported by a healthcare professional.
752         */
753        HCPRPT, 
754        /**
755         * Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was reported by a patient acquaintance.
756         */
757        PACQRPT, 
758        /**
759         * Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was reported by a patient.
760         */
761        PATRPT, 
762        /**
763         * Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was reported by a payer.
764         */
765        PAYRPT, 
766        /**
767         * Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was reported by a professional.
768         */
769        PRORPT, 
770        /**
771         * Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was reported by a substitute decision maker.
772         */
773        SDMRPT, 
774        /**
775         * Observation value used to indicate aspects of trust applicable to an IT resource (data, information object, service, or system capability).
776         */
777        SECTRSTOBV, 
778        /**
779         * Values for security trust accreditation 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.
780         */
781        TRSTACCRDOBV, 
782        /**
783         * Values for security trust agreement metadata observation made about privacy and security requirements with which a security domain must comply. [ISO IEC 10181-1]
784[ISO IEC 10181-1]
785         */
786        TRSTAGREOBV, 
787        /**
788         * Values for security trust certificate 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]
789
790                        For example, 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.  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.  Another example is Cross Certification with Federal Bridge.
791         */
792        TRSTCERTOBV, 
793        /**
794         * Values for security trust assurance metadata observation made about the digital quality or reliability of a trust assertion, activity, capability, information exchange, mechanism, process, or protocol.
795         */
796        TRSTLOAOBV, 
797        /**
798         * The value assigned as the indicator of the digital quality or reliability of the verification and validation process used to verify the claimed identity of an entity by securely associating an identifier and its authenticator. [Based on ISO 7498-2]
799
800                        For example, the degree of confidence in the vetting process used to establish the identity of the individual to whom the credential was issued, and 2) the degree of confidence that the individual who uses the credential is the individual to whom the credential was issued. [OMB M-04-04 E-Authentication Guidance for Federal Agencies]
801         */
802        LOAAN, 
803        /**
804         * Indicator of low digital quality or reliability of the digital reliability of the verification and validation process used to verify the claimed identity of an entity by securely associating an identifier and its authenticator. [Based on ISO 7498-2] 
805
806                        The degree of confidence in the vetting process used to establish the identity of the individual to whom the credential was issued, and 2) the degree of confidence that the individual who uses the credential is the individual to whom the credential was issued. [OMB M-04-04 E-Authentication Guidance for Federal Agencies] 
807
808                        Low authentication level of assurance indicates that the relying party may have little or no confidence in the asserted identity's validity. Level 1 requires little or no confidence in the asserted identity. No identity proofing is required at this level, but the authentication mechanism should provide some assurance that the same claimant is accessing the protected transaction or data. A wide range of available authentication technologies can be employed and any of the token methods of Levels 2, 3, or 4, including Personal Identification Numbers (PINs), may be used. To be authenticated, the claimant must prove control of the token through a secure authentication protocol. At Level 1, long-term shared authentication secrets may be revealed to verifiers.  Assertions issued about claimants as a result of a successful authentication are either cryptographically authenticated by relying parties (using approved methods) or are obtained directly from a trusted party via a secure authentication protocol.   [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]
809         */
810        LOAAN1, 
811        /**
812         * Indicator of basic digital quality or reliability of the digital reliability of the verification and validation process used to verify the claimed identity of an entity by securely associating an identifier and its authenticator. [Based on ISO 7498-2] 
813
814                        The degree of confidence in the vetting process used to establish the identity of the individual to whom the credential was issued, and 2) the degree of confidence that the individual who uses the credential is the individual to whom the credential was issued. [OMB M-04-04 E-Authentication Guidance for Federal Agencies]
815
816                        Basic authentication level of assurance indicates that the relying party may have some confidence in the asserted identity's validity. Level 2 requires confidence that the asserted identity is accurate. Level 2 provides for single-factor remote network authentication, including identity-proofing requirements for presentation of identifying materials or information. A wide range of available authentication technologies can be employed, including any of the token methods of Levels 3 or 4, as well as passwords. Successful authentication requires that the claimant prove through a secure authentication protocol that the claimant controls the token.  Eavesdropper, replay, and online guessing attacks are prevented.  
817Long-term shared authentication secrets, if used, are never revealed to any party except the claimant and verifiers operated by the CSP; however, session (temporary) shared secrets may be provided to independent verifiers by the CSP. Approved cryptographic techniques are required. Assertions issued about claimants as a result of a successful authentication are either cryptographically authenticated by relying parties (using approved methods) or are obtained directly from a trusted party via a secure authentication protocol.   [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]
818         */
819        LOAAN2, 
820        /**
821         * Indicator of medium digital quality or reliability of the digital reliability of verification and validation of the process used to verify the claimed identity of an entity by securely associating an identifier and its authenticator. [Based on ISO 7498-2] 
822
823                        The degree of confidence in the vetting process used to establish the identity of the individual to whom the credential was issued, and 2) the degree of confidence that the individual who uses the credential is the individual to whom the credential was issued. [OMB M-04-04 E-Authentication Guidance for Federal Agencies] 
824
825                        Medium authentication level of assurance indicates that the relying party may have high confidence in the asserted identity's validity.  Level 3 is appropriate for transactions that need high confidence in the accuracy of the asserted identity. Level 3 provides multifactor remote network authentication. At this level, identity-proofing procedures require verification of identifying materials and information. Authentication is based on proof of possession of a key or password through a cryptographic protocol. Cryptographic strength mechanisms should protect the primary authentication token (a cryptographic key) against compromise by the protocol threats, including eavesdropper, replay, online guessing, verifier impersonation, and man-in-the-middle attacks. A minimum of two authentication factors is required. Three kinds of tokens may be used:
826
827                        
828                           "soft" cryptographic token, which has the key stored on a general-purpose computer, 
829                           "hard" cryptographic token, which has the key stored on a special hardware device, and 
830                           "one-time password" device token, which has symmetric key stored on a personal hardware device that is a cryptographic module validated at FIPS 140-2 Level 1 or higher. Validation testing of cryptographic modules and algorithms for conformance to Federal Information Processing Standard (FIPS) 140-2, Security Requirements for Cryptographic Modules, is managed by NIST.
831                        
832                        Authentication requires that the claimant prove control of the token through a secure authentication protocol. The token must be unlocked with a password or biometric representation, or a password must be used in a secure authentication protocol, to establish two-factor authentication. Long-term shared authentication secrets, if used, are never revealed to any party except the claimant and verifiers operated directly by the CSP; however, session (temporary) shared secrets may be provided to independent verifiers by the CSP. Approved cryptographic techniques are used for all operations.  Assertions issued about claimants as a result of a successful authentication are either cryptographically authenticated by relying parties (using approved methods) or are obtained directly from a trusted party via a secure authentication protocol.    [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]
833         */
834        LOAAN3, 
835        /**
836         * Indicator of high digital quality or reliability of the digital reliability of the verification and validation process used to verify the claimed identity of an entity by securely associating an identifier and its authenticator. [Based on ISO 7498-2] 
837
838                        The degree of confidence in the vetting process used to establish the identity of the individual to whom the credential was issued, and 2) the degree of confidence that the individual who uses the credential is the individual to whom the credential was issued. [OMB M-04-04 E-Authentication Guidance for Federal Agencies]
839
840                        High authentication level of assurance indicates that the relying party may have very high confidence in the asserted identity's validity. Level 4 is for transactions that need very high confidence in the accuracy of the asserted identity. Level 4 provides the highest practical assurance of remote network authentication. Authentication is based on proof of possession of a key through a cryptographic protocol. This level is similar to Level 3 except that only “hard� cryptographic tokens are allowed, cryptographic module validation requirements are strengthened, and subsequent critical data transfers must be authenticated via a key that is bound to the authentication process. The token should be a hardware cryptographic module validated at FIPS 140-2 Level 2 or higher overall with at least FIPS 140-2 Level 3 physical security. This level requires a physical token, which cannot readily be copied, and operator authentication at Level 2 and higher, and ensures good, two-factor remote authentication.
841
842                        Level 4 requires strong cryptographic authentication of all parties and all sensitive data transfers between the parties. Either public key or symmetric key technology may be used. Authentication requires that the claimant prove through a secure authentication protocol that the claimant controls the token. Eavesdropper, replay, online guessing, verifier impersonation, and man-in-the-middle attacks are prevented. Long-term shared authentication secrets, if used, are never revealed to any party except the claimant and verifiers operated directly by the CSP; however, session (temporary) shared secrets may be provided to independent verifiers by the CSP. Strong approved cryptographic techniques are used for all operations. All sensitive data transfers are cryptographically authenticated using keys bound to the authentication process.   [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]
843         */
844        LOAAN4, 
845        /**
846         * The value assigned as the indicator of the digital quality or reliability of a defined sequence of messages between a Claimant and a Verifier that demonstrates that the Claimant has possession and control of a valid token to establish his/her identity, and optionally, demonstrates to the Claimant that he or she is communicating with the intended Verifier. [Based on NIST SP 800-63-2]
847         */
848        LOAAP, 
849        /**
850         * Indicator of the low digital quality or reliability of a defined sequence of messages between a Claimant and a Verifier that demonstrates that the Claimant has possession and control of a valid token to establish his/her identity, and optionally, demonstrates to the Claimant that he or she is communicating with the intended Verifier. [Based on NIST SP 800-63-2]
851
852                        Low authentication process level of assurance indicates that (1) long-term shared authentication secrets may be revealed to verifiers; and (2) assertions and assertion references require protection from manufacture/modification and reuse attacks.  [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]
853         */
854        LOAAP1, 
855        /**
856         * Indicator of the basic digital quality or reliability of a defined sequence of messages between a Claimant and a Verifier that demonstrates that the Claimant has possession and control of a valid token to establish his/her identity, and optionally, demonstrates to the Claimant that he or she is communicating with the intended Verifier. [Based on NIST SP 800-63-2]
857
858                        Basic authentication process level of assurance indicates that long-term shared authentication secrets are never revealed to any other party except Credential Service Provider (CSP).  Sessions (temporary) shared secrets may be provided to independent verifiers by CSP. Long-term shared authentication secrets, if used, are never revealed to any other party except Verifiers operated by the Credential Service Provider (CSP); however, session (temporary) shared secrets may be provided to independent Verifiers by the CSP. In addition to Level 1 requirements, assertions are resistant to disclosure, redirection, capture and substitution attacks. Approved cryptographic techniques are required.  [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]
859         */
860        LOAAP2, 
861        /**
862         * Indicator of the medium digital quality or reliability of a defined sequence of messages between a Claimant and a Verifier that demonstrates that the Claimant has possession and control of a valid token to establish his/her identity, and optionally, demonstrates to the Claimant that he or she is communicating with the intended Verifier. [Based on NIST SP 800-63-2]
863
864                        Medium authentication process level of assurance indicates that the token can be unlocked with password, biometric, or uses a secure multi-token authentication protocol to establish two-factor authentication.  Long-term shared authentication secrets are never revealed to any party except the Claimant and Credential Service Provider (CSP).
865
866                        Authentication requires that the Claimant prove, through a secure authentication protocol, that he or she controls the token. The Claimant unlocks the token with a password or biometric, or uses a secure multi-token authentication protocol to establish two-factor authentication (through proof of possession of a physical or software token in combination with some memorized secret knowledge). Long-term shared authentication secrets, if used, are never revealed to any party except the Claimant and Verifiers operated directly by the CSP; however, session (temporary) shared secrets may be provided to independent Verifiers by the CSP. In addition to Level 2 requirements, assertions are protected against repudiation by the Verifier.
867         */
868        LOAAP3, 
869        /**
870         * Indicator of the high digital quality or reliability of a defined sequence of messages between a Claimant and a Verifier that demonstrates that the Claimant has possession and control of a valid token to establish his/her identity, and optionally, demonstrates to the Claimant that he or she is communicating with the intended Verifier. [Based on NIST SP 800-63-2]
871
872                        High authentication process level of assurance indicates all sensitive data transfer are cryptographically authenticated using keys bound to the authentication process.  Level 4 requires strong cryptographic authentication of all communicating parties and all sensitive data transfers between the parties. Either public key or symmetric key technology may be used. Authentication requires that the Claimant prove through a secure authentication protocol that he or she controls the token. All protocol threats at Level 3 are required to be prevented at Level 4. Protocols shall also be strongly resistant to man-in-the-middle attacks. Long-term shared authentication secrets, if used, are never revealed to any party except the Claimant and Verifiers operated directly by the CSP; however, session (temporary) shared secrets may be provided to independent Verifiers by the CSP. Approved cryptographic techniques are used for all operations. All sensitive data transfers are cryptographically authenticated using keys bound to the authentication process.   [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]
873         */
874        LOAAP4, 
875        /**
876         * The value assigned as the indicator of the high quality or reliability of the statement from a Verifier to a Relying Party (RP) that contains identity information about a Subscriber. Assertions may also contain verified attributes.
877         */
878        LOAAS, 
879        /**
880         * Indicator of the low quality or reliability of the statement from a Verifier to a Relying Party (RP) that contains identity information about a Subscriber. Assertions may also contain verified attributes.
881
882                        Assertions and assertion references require protection from modification and reuse attacks.  [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]
883         */
884        LOAAS1, 
885        /**
886         * Indicator of the basic quality or reliability of the statement from a Verifier to a Relying Party (RP) that contains identity information about a Subscriber. Assertions may also contain verified attributes.
887
888                        Assertions are resistant to disclosure, redirection, capture and substitution attacks.  Approved cryptographic techniques are required for all assertion protocols.  [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]
889         */
890        LOAAS2, 
891        /**
892         * Indicator of the medium quality or reliability of the statement from a Verifier to a Relying Party (RP) that contains identity information about a Subscriber. Assertions may also contain verified attributes.
893
894                        Assertions are protected against repudiation by the verifier.  [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]
895         */
896        LOAAS3, 
897        /**
898         * Indicator of the high quality or reliability of the statement from a Verifier to a Relying Party (RP) that contains identity information about a Subscriber. Assertions may also contain verified attributes.
899
900                        Strongly resistant to man-in-the-middle attacks. "Bearer" assertions are not used.  "Holder-of-key" assertions may be used. RP maintains records of the assertions.  [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]
901         */
902        LOAAS4, 
903        /**
904         * Indicator of the digital quality or reliability of the activities performed by the Credential Service Provider (CSP) subsequent to electronic authentication registration, identity proofing and issuance activities to manage and safeguard the integrity of an issued credential and its binding to an identity. [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]
905         */
906        LOACM, 
907        /**
908         * Indicator of the low digital quality or reliability of the activities performed by the Credential Service Provider (CSP) subsequent to electronic authentication registration, identity proofing and issuance activities to manage and safeguard the integrity of an issued credential and its binding to an identity. Little or no confidence that an individual has maintained control over a token that has been entrusted to him or her and that that token has not been compromised. Characteristics include weak identity binding to tokens and plaintext passwords or secrets not transmitted across a network. [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]
909         */
910        LOACM1, 
911        /**
912         * Indicator of the basic digital quality or reliability of the activities performed by the Credential Service Provider (CSP) subsequent to electronic authentication registration, identity proofing and issuance activities to manage and safeguard the integrity of an issued credential and its binding to an identity.  Some confidence that an individual has maintained control over a token that has been entrusted to him or her and that that token has not been compromised. Characteristics include:  Verification must prove claimant controls the token; token resists online guessing, replay, session hijacking, and eavesdropping attacks; and  token is at least weakly resistant to man-in-the middle attacks. [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]
913         */
914        LOACM2, 
915        /**
916         * Indicator of the medium digital quality or reliability of the activities performed by the Credential Service Provider (CSP) subsequent to electronic authentication registration, identity proofing and issuance activities to manage and safeguard the integrity of an issued credential and it’s binding to an identity.  High confidence that an individual has maintained control over a token that has been entrusted to him or her and that that token has not been compromised. Characteristics  include: Ownership of token verifiable through security authentication protocol and credential management protects against verifier impersonation attacks. [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]
917         */
918        LOACM3, 
919        /**
920         * Indicator of the high digital quality or reliability of the activities performed by the Credential Service Provider (CSP) subsequent to electronic authentication registration, identity proofing and issuance activities to manage and safeguard the integrity of an issued credential and it’s binding to an identity.  Very high confidence that an individual has maintained control over a token that has been entrusted to him or her and that that token has not been compromised. Characteristics include: Verifier can prove control of token through a secure protocol; credential management supports strong cryptographic authentication of all communication parties. [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]
921         */
922        LOACM4, 
923        /**
924         * Indicator of the quality or reliability in the process of ascertaining that an individual is who he or she claims to be.
925         */
926        LOAID, 
927        /**
928         * Indicator of low digital quality or reliability in the process of ascertaining that an individual is who he or she claims to be.  Requires that a continuity of identity be maintained but does not require identity proofing. [Based on Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]
929         */
930        LOAID1, 
931        /**
932         * Indicator of some digital quality or reliability in the process of ascertaining that that an individual is who he or she claims to be. Requires identity proofing via presentation of identifying material or information. [Based on Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]
933         */
934        LOAID2, 
935        /**
936         * Indicator of high digital quality or reliability in the process of ascertaining that an individual is who he or she claims to be.  Requires identity proofing procedures for verification of identifying materials and information. [Based on Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]
937         */
938        LOAID3, 
939        /**
940         * Indicator of high digital quality or reliability in the process of ascertaining that an individual is who he or she claims to be.  Requires identity proofing procedures for verification of identifying materials and information. [Based on Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]
941         */
942        LOAID4, 
943        /**
944         * Indicator of the digital quality or reliability in the process of establishing proof of delivery and proof of origin. [Based on ISO 7498-2]
945         */
946        LOANR, 
947        /**
948         * Indicator of low digital quality or reliability in the process of establishing proof of delivery and proof of origin. [Based on ISO 7498-2]
949         */
950        LOANR1, 
951        /**
952         * Indicator of basic digital quality or reliability in the process of establishing proof of delivery and proof of origin. [Based on ISO 7498-2]
953         */
954        LOANR2, 
955        /**
956         * Indicator of medium digital quality or reliability in the process of establishing proof of delivery and proof of origin. [Based on ISO 7498-2]
957         */
958        LOANR3, 
959        /**
960         * Indicator of high digital quality or reliability in the process of establishing proof of delivery and proof of origin. [Based on ISO 7498-2]
961         */
962        LOANR4, 
963        /**
964         * Indicator of the digital quality or reliability of the information exchange between network-connected devices where the information cannot be reliably protected end-to-end by a single organization’s security controls. [Based on NIST SP 800-63-2]
965         */
966        LOARA, 
967        /**
968         * Indicator of low digital quality or reliability of the information exchange between network-connected devices where the information cannot be reliably protected end-to-end by a single organization’s security controls. [Based on NIST SP 800-63-2]
969         */
970        LOARA1, 
971        /**
972         * Indicator of basic digital quality or reliability of the information exchange between network-connected devices where the information cannot be reliably protected end-to-end by a single organization’s security controls. [Based on NIST SP 800-63-2]
973         */
974        LOARA2, 
975        /**
976         * Indicator of medium digital quality or reliability of the information exchange between network-connected devices where the information cannot be reliably protected end-to-end by a single organization’s security controls. [Based on NIST SP 800-63-2]
977         */
978        LOARA3, 
979        /**
980         * Indicator of high digital quality or reliability of the information exchange between network-connected devices where the information cannot be reliably protected end-to-end by a single organization's security controls. [Based on NIST SP 800-63-2]
981         */
982        LOARA4, 
983        /**
984         * Indicator of the digital quality or reliability of single and multi-token authentication. [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]
985         */
986        LOATK, 
987        /**
988         * Indicator of the low digital quality or reliability of single and multi-token authentication. Permits the use of any of the token methods of Levels 2, 3, or 4. [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]
989         */
990        LOATK1, 
991        /**
992         * Indicator of the basic digital quality or reliability of single and multi-token authentication. Requires single factor authentication using memorized secret tokens, pre-registered knowledge tokens, look-up secret tokens, out of band tokens, or single factor one-time password devices. [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]
993         */
994        LOATK2, 
995        /**
996         * Indicator of the medium digital quality or reliability of single and multi-token authentication. Requires two authentication factors. Provides multi-factor remote network authentication. Permits multi-factor software cryptographic token. [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]
997         */
998        LOATK3, 
999        /**
1000         * Indicator of the high digital quality or reliability of single and multi-token authentication. Requires token that is a hardware cryptographic module validated at validated at Federal Information Processing Standard (FIPS) 140-2 Level 2 or higher overall with at least FIPS 140-2 Level 3 physical security. Level 4 token requirements can be met by using the PIV authentication key of a FIPS 201 compliant Personal Identity Verification (PIV) Card.  [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]
1001         */
1002        LOATK4, 
1003        /**
1004         * Values for security trust mechanism metadata observation made about a security architecture system component that supports enforcement of security policies.
1005         */
1006        TRSTMECOBV, 
1007        /**
1008         * Potential values for observations of severity.
1009         */
1010        _SEVERITYOBSERVATION, 
1011        /**
1012         * Indicates the condition may be life-threatening or has the potential to cause permanent injury.
1013         */
1014        H, 
1015        /**
1016         * Indicates the condition may result in some adverse consequences but is unlikely to substantially affect the situation of the subject.
1017         */
1018        L, 
1019        /**
1020         * Indicates the condition may result in noticable adverse adverse consequences but is unlikely to be life-threatening or cause permanent injury.
1021         */
1022        M, 
1023        /**
1024         * Contains codes for defining the observed, physical position of a subject, such as during an observation, assessment, collection of a specimen, etc.  ECG waveforms and vital signs, such as blood pressure, are two examples where a general, observed position typically needs to be noted.
1025         */
1026        _SUBJECTBODYPOSITION, 
1027        /**
1028         * Lying on the left side.
1029         */
1030        LLD, 
1031        /**
1032         * Lying with the front or ventral surface downward; lying face down.
1033         */
1034        PRN, 
1035        /**
1036         * Lying on the right side.
1037         */
1038        RLD, 
1039        /**
1040         * A semi-sitting position in bed with the head of the bed elevated approximately 45 degrees.
1041         */
1042        SFWL, 
1043        /**
1044         * Resting the body on the buttocks, typically with upper torso erect or semi erect.
1045         */
1046        SIT, 
1047        /**
1048         * To be stationary, upright, vertical, on one's legs.
1049         */
1050        STN, 
1051        /**
1052         * supine
1053         */
1054        SUP, 
1055        /**
1056         * Lying on the back, on an inclined plane, typically about 30-45 degrees with head raised and feet lowered.
1057         */
1058        RTRD, 
1059        /**
1060         * Lying on the back, on an inclined plane, typically about 30-45 degrees, with  head lowered and feet raised.
1061         */
1062        TRD, 
1063        /**
1064         * Values for observations of verification act results
1065
1066                        
1067                           Examples: Verified, not verified, verified with warning.
1068         */
1069        _VERIFICATIONOUTCOMEVALUE, 
1070        /**
1071         * Definition: Coverage is in effect for healthcare service(s) and/or product(s).
1072         */
1073        ACT, 
1074        /**
1075         * Definition: Coverage is in effect for healthcare service(s) and/or product(s) - Pending Investigation
1076         */
1077        ACTPEND, 
1078        /**
1079         * Definition: Coverage is in effect for healthcare service(s) and/or product(s).
1080         */
1081        ELG, 
1082        /**
1083         * Definition: Coverage is not in effect for healthcare service(s) and/or product(s).
1084         */
1085        INACT, 
1086        /**
1087         * Definition: Coverage is not in effect for healthcare service(s) and/or product(s) - Pending Investigation.
1088         */
1089        INPNDINV, 
1090        /**
1091         * Definition: Coverage is not in effect for healthcare service(s) and/or product(s) - Pending Eligibility Update.
1092         */
1093        INPNDUPD, 
1094        /**
1095         * Definition: Coverage is not in effect for healthcare service(s) and/or product(s). May optionally include reasons for the ineligibility.
1096         */
1097        NELG, 
1098        /**
1099         * AnnotationValue
1100         */
1101        _ANNOTATIONVALUE, 
1102        /**
1103         * Description:Used in a patient care message to value simple clinical (non-lab) observations.
1104         */
1105        _COMMONCLINICALOBSERVATIONVALUE, 
1106        /**
1107         * This domain is established as a parent to a variety of value domains being defined to support the communication of Individual Case Safety Reports to regulatory bodies. Arguably, this aggregation is not taxonomically pure, but the grouping will facilitate the management of these domains.
1108         */
1109        _INDIVIDUALCASESAFETYREPORTVALUEDOMAINS, 
1110        /**
1111         * Indicates the specific observation result which is the reason for the action (prescription, lab test, etc.). E.g. Headache, Ear infection, planned diagnostic image (requiring contrast agent), etc.
1112         */
1113        _INDICATIONVALUE, 
1114        /**
1115         * added to help the parsers
1116         */
1117        NULL;
1118        public static V3ObservationValue fromCode(String codeString) throws FHIRException {
1119            if (codeString == null || "".equals(codeString))
1120                return null;
1121        if ("_ActCoverageAssessmentObservationValue".equals(codeString))
1122          return _ACTCOVERAGEASSESSMENTOBSERVATIONVALUE;
1123        if ("_ActFinancialStatusObservationValue".equals(codeString))
1124          return _ACTFINANCIALSTATUSOBSERVATIONVALUE;
1125        if ("ASSET".equals(codeString))
1126          return ASSET;
1127        if ("ANNUITY".equals(codeString))
1128          return ANNUITY;
1129        if ("PROP".equals(codeString))
1130          return PROP;
1131        if ("RETACCT".equals(codeString))
1132          return RETACCT;
1133        if ("TRUST".equals(codeString))
1134          return TRUST;
1135        if ("INCOME".equals(codeString))
1136          return INCOME;
1137        if ("CHILD".equals(codeString))
1138          return CHILD;
1139        if ("DISABL".equals(codeString))
1140          return DISABL;
1141        if ("INVEST".equals(codeString))
1142          return INVEST;
1143        if ("PAY".equals(codeString))
1144          return PAY;
1145        if ("RETIRE".equals(codeString))
1146          return RETIRE;
1147        if ("SPOUSAL".equals(codeString))
1148          return SPOUSAL;
1149        if ("SUPPLE".equals(codeString))
1150          return SUPPLE;
1151        if ("TAX".equals(codeString))
1152          return TAX;
1153        if ("LIVEXP".equals(codeString))
1154          return LIVEXP;
1155        if ("CLOTH".equals(codeString))
1156          return CLOTH;
1157        if ("FOOD".equals(codeString))
1158          return FOOD;
1159        if ("HEALTH".equals(codeString))
1160          return HEALTH;
1161        if ("HOUSE".equals(codeString))
1162          return HOUSE;
1163        if ("LEGAL".equals(codeString))
1164          return LEGAL;
1165        if ("MORTG".equals(codeString))
1166          return MORTG;
1167        if ("RENT".equals(codeString))
1168          return RENT;
1169        if ("SUNDRY".equals(codeString))
1170          return SUNDRY;
1171        if ("TRANS".equals(codeString))
1172          return TRANS;
1173        if ("UTIL".equals(codeString))
1174          return UTIL;
1175        if ("ELSTAT".equals(codeString))
1176          return ELSTAT;
1177        if ("ADOPT".equals(codeString))
1178          return ADOPT;
1179        if ("BTHCERT".equals(codeString))
1180          return BTHCERT;
1181        if ("CCOC".equals(codeString))
1182          return CCOC;
1183        if ("DRLIC".equals(codeString))
1184          return DRLIC;
1185        if ("FOSTER".equals(codeString))
1186          return FOSTER;
1187        if ("MEMBER".equals(codeString))
1188          return MEMBER;
1189        if ("MIL".equals(codeString))
1190          return MIL;
1191        if ("MRGCERT".equals(codeString))
1192          return MRGCERT;
1193        if ("PASSPORT".equals(codeString))
1194          return PASSPORT;
1195        if ("STUDENRL".equals(codeString))
1196          return STUDENRL;
1197        if ("HLSTAT".equals(codeString))
1198          return HLSTAT;
1199        if ("DISABLE".equals(codeString))
1200          return DISABLE;
1201        if ("DRUG".equals(codeString))
1202          return DRUG;
1203        if ("IVDRG".equals(codeString))
1204          return IVDRG;
1205        if ("PGNT".equals(codeString))
1206          return PGNT;
1207        if ("LIVDEP".equals(codeString))
1208          return LIVDEP;
1209        if ("RELDEP".equals(codeString))
1210          return RELDEP;
1211        if ("SPSDEP".equals(codeString))
1212          return SPSDEP;
1213        if ("URELDEP".equals(codeString))
1214          return URELDEP;
1215        if ("LIVSIT".equals(codeString))
1216          return LIVSIT;
1217        if ("ALONE".equals(codeString))
1218          return ALONE;
1219        if ("DEPCHD".equals(codeString))
1220          return DEPCHD;
1221        if ("DEPSPS".equals(codeString))
1222          return DEPSPS;
1223        if ("DEPYGCHD".equals(codeString))
1224          return DEPYGCHD;
1225        if ("FAM".equals(codeString))
1226          return FAM;
1227        if ("RELAT".equals(codeString))
1228          return RELAT;
1229        if ("SPS".equals(codeString))
1230          return SPS;
1231        if ("UNREL".equals(codeString))
1232          return UNREL;
1233        if ("SOECSTAT".equals(codeString))
1234          return SOECSTAT;
1235        if ("ABUSE".equals(codeString))
1236          return ABUSE;
1237        if ("HMLESS".equals(codeString))
1238          return HMLESS;
1239        if ("ILGIM".equals(codeString))
1240          return ILGIM;
1241        if ("INCAR".equals(codeString))
1242          return INCAR;
1243        if ("PROB".equals(codeString))
1244          return PROB;
1245        if ("REFUG".equals(codeString))
1246          return REFUG;
1247        if ("UNEMPL".equals(codeString))
1248          return UNEMPL;
1249        if ("_AllergyTestValue".equals(codeString))
1250          return _ALLERGYTESTVALUE;
1251        if ("A0".equals(codeString))
1252          return A0;
1253        if ("A1".equals(codeString))
1254          return A1;
1255        if ("A2".equals(codeString))
1256          return A2;
1257        if ("A3".equals(codeString))
1258          return A3;
1259        if ("A4".equals(codeString))
1260          return A4;
1261        if ("_CompositeMeasureScoring".equals(codeString))
1262          return _COMPOSITEMEASURESCORING;
1263        if ("ALLORNONESCR".equals(codeString))
1264          return ALLORNONESCR;
1265        if ("LINEARSCR".equals(codeString))
1266          return LINEARSCR;
1267        if ("OPPORSCR".equals(codeString))
1268          return OPPORSCR;
1269        if ("WEIGHTSCR".equals(codeString))
1270          return WEIGHTSCR;
1271        if ("_CoverageLimitObservationValue".equals(codeString))
1272          return _COVERAGELIMITOBSERVATIONVALUE;
1273        if ("_CoverageLevelObservationValue".equals(codeString))
1274          return _COVERAGELEVELOBSERVATIONVALUE;
1275        if ("ADC".equals(codeString))
1276          return ADC;
1277        if ("CHD".equals(codeString))
1278          return CHD;
1279        if ("DEP".equals(codeString))
1280          return DEP;
1281        if ("DP".equals(codeString))
1282          return DP;
1283        if ("ECH".equals(codeString))
1284          return ECH;
1285        if ("FLY".equals(codeString))
1286          return FLY;
1287        if ("IND".equals(codeString))
1288          return IND;
1289        if ("SSP".equals(codeString))
1290          return SSP;
1291        if ("_CriticalityObservationValue".equals(codeString))
1292          return _CRITICALITYOBSERVATIONVALUE;
1293        if ("CRITH".equals(codeString))
1294          return CRITH;
1295        if ("CRITL".equals(codeString))
1296          return CRITL;
1297        if ("CRITU".equals(codeString))
1298          return CRITU;
1299        if ("_GeneticObservationValue".equals(codeString))
1300          return _GENETICOBSERVATIONVALUE;
1301        if ("Homozygote".equals(codeString))
1302          return HOMOZYGOTE;
1303        if ("_ObservationMeasureScoring".equals(codeString))
1304          return _OBSERVATIONMEASURESCORING;
1305        if ("COHORT".equals(codeString))
1306          return COHORT;
1307        if ("CONTVAR".equals(codeString))
1308          return CONTVAR;
1309        if ("PROPOR".equals(codeString))
1310          return PROPOR;
1311        if ("RATIO".equals(codeString))
1312          return RATIO;
1313        if ("_ObservationMeasureType".equals(codeString))
1314          return _OBSERVATIONMEASURETYPE;
1315        if ("COMPOSITE".equals(codeString))
1316          return COMPOSITE;
1317        if ("EFFICIENCY".equals(codeString))
1318          return EFFICIENCY;
1319        if ("EXPERIENCE".equals(codeString))
1320          return EXPERIENCE;
1321        if ("OUTCOME".equals(codeString))
1322          return OUTCOME;
1323        if ("PROCESS".equals(codeString))
1324          return PROCESS;
1325        if ("RESOURCE".equals(codeString))
1326          return RESOURCE;
1327        if ("STRUCTURE".equals(codeString))
1328          return STRUCTURE;
1329        if ("_ObservationPopulationInclusion".equals(codeString))
1330          return _OBSERVATIONPOPULATIONINCLUSION;
1331        if ("DENEX".equals(codeString))
1332          return DENEX;
1333        if ("DENEXCEP".equals(codeString))
1334          return DENEXCEP;
1335        if ("DENOM".equals(codeString))
1336          return DENOM;
1337        if ("IP".equals(codeString))
1338          return IP;
1339        if ("IPP".equals(codeString))
1340          return IPP;
1341        if ("MSRPOPL".equals(codeString))
1342          return MSRPOPL;
1343        if ("NUMER".equals(codeString))
1344          return NUMER;
1345        if ("NUMEX".equals(codeString))
1346          return NUMEX;
1347        if ("_PartialCompletionScale".equals(codeString))
1348          return _PARTIALCOMPLETIONSCALE;
1349        if ("G".equals(codeString))
1350          return G;
1351        if ("LE".equals(codeString))
1352          return LE;
1353        if ("ME".equals(codeString))
1354          return ME;
1355        if ("MI".equals(codeString))
1356          return MI;
1357        if ("N".equals(codeString))
1358          return N;
1359        if ("S".equals(codeString))
1360          return S;
1361        if ("_SecurityObservationValue".equals(codeString))
1362          return _SECURITYOBSERVATIONVALUE;
1363        if ("_SECINTOBV".equals(codeString))
1364          return _SECINTOBV;
1365        if ("_SECALTINTOBV".equals(codeString))
1366          return _SECALTINTOBV;
1367        if ("ABSTRED".equals(codeString))
1368          return ABSTRED;
1369        if ("AGGRED".equals(codeString))
1370          return AGGRED;
1371        if ("ANONYED".equals(codeString))
1372          return ANONYED;
1373        if ("MAPPED".equals(codeString))
1374          return MAPPED;
1375        if ("MASKED".equals(codeString))
1376          return MASKED;
1377        if ("PSEUDED".equals(codeString))
1378          return PSEUDED;
1379        if ("REDACTED".equals(codeString))
1380          return REDACTED;
1381        if ("SUBSETTED".equals(codeString))
1382          return SUBSETTED;
1383        if ("SYNTAC".equals(codeString))
1384          return SYNTAC;
1385        if ("TRSLT".equals(codeString))
1386          return TRSLT;
1387        if ("VERSIONED".equals(codeString))
1388          return VERSIONED;
1389        if ("_SECDATINTOBV".equals(codeString))
1390          return _SECDATINTOBV;
1391        if ("CRYTOHASH".equals(codeString))
1392          return CRYTOHASH;
1393        if ("DIGSIG".equals(codeString))
1394          return DIGSIG;
1395        if ("_SECINTCONOBV".equals(codeString))
1396          return _SECINTCONOBV;
1397        if ("HRELIABLE".equals(codeString))
1398          return HRELIABLE;
1399        if ("RELIABLE".equals(codeString))
1400          return RELIABLE;
1401        if ("UNCERTREL".equals(codeString))
1402          return UNCERTREL;
1403        if ("UNRELIABLE".equals(codeString))
1404          return UNRELIABLE;
1405        if ("_SECINTPRVOBV".equals(codeString))
1406          return _SECINTPRVOBV;
1407        if ("_SECINTPRVABOBV".equals(codeString))
1408          return _SECINTPRVABOBV;
1409        if ("CLINAST".equals(codeString))
1410          return CLINAST;
1411        if ("DEVAST".equals(codeString))
1412          return DEVAST;
1413        if ("HCPAST".equals(codeString))
1414          return HCPAST;
1415        if ("PACQAST".equals(codeString))
1416          return PACQAST;
1417        if ("PATAST".equals(codeString))
1418          return PATAST;
1419        if ("PAYAST".equals(codeString))
1420          return PAYAST;
1421        if ("PROAST".equals(codeString))
1422          return PROAST;
1423        if ("SDMAST".equals(codeString))
1424          return SDMAST;
1425        if ("_SECINTPRVRBOBV".equals(codeString))
1426          return _SECINTPRVRBOBV;
1427        if ("CLINRPT".equals(codeString))
1428          return CLINRPT;
1429        if ("DEVRPT".equals(codeString))
1430          return DEVRPT;
1431        if ("HCPRPT".equals(codeString))
1432          return HCPRPT;
1433        if ("PACQRPT".equals(codeString))
1434          return PACQRPT;
1435        if ("PATRPT".equals(codeString))
1436          return PATRPT;
1437        if ("PAYRPT".equals(codeString))
1438          return PAYRPT;
1439        if ("PRORPT".equals(codeString))
1440          return PRORPT;
1441        if ("SDMRPT".equals(codeString))
1442          return SDMRPT;
1443        if ("SECTRSTOBV".equals(codeString))
1444          return SECTRSTOBV;
1445        if ("TRSTACCRDOBV".equals(codeString))
1446          return TRSTACCRDOBV;
1447        if ("TRSTAGREOBV".equals(codeString))
1448          return TRSTAGREOBV;
1449        if ("TRSTCERTOBV".equals(codeString))
1450          return TRSTCERTOBV;
1451        if ("TRSTLOAOBV".equals(codeString))
1452          return TRSTLOAOBV;
1453        if ("LOAAN".equals(codeString))
1454          return LOAAN;
1455        if ("LOAAN1".equals(codeString))
1456          return LOAAN1;
1457        if ("LOAAN2".equals(codeString))
1458          return LOAAN2;
1459        if ("LOAAN3".equals(codeString))
1460          return LOAAN3;
1461        if ("LOAAN4".equals(codeString))
1462          return LOAAN4;
1463        if ("LOAAP".equals(codeString))
1464          return LOAAP;
1465        if ("LOAAP1".equals(codeString))
1466          return LOAAP1;
1467        if ("LOAAP2".equals(codeString))
1468          return LOAAP2;
1469        if ("LOAAP3".equals(codeString))
1470          return LOAAP3;
1471        if ("LOAAP4".equals(codeString))
1472          return LOAAP4;
1473        if ("LOAAS".equals(codeString))
1474          return LOAAS;
1475        if ("LOAAS1".equals(codeString))
1476          return LOAAS1;
1477        if ("LOAAS2".equals(codeString))
1478          return LOAAS2;
1479        if ("LOAAS3".equals(codeString))
1480          return LOAAS3;
1481        if ("LOAAS4".equals(codeString))
1482          return LOAAS4;
1483        if ("LOACM".equals(codeString))
1484          return LOACM;
1485        if ("LOACM1".equals(codeString))
1486          return LOACM1;
1487        if ("LOACM2".equals(codeString))
1488          return LOACM2;
1489        if ("LOACM3".equals(codeString))
1490          return LOACM3;
1491        if ("LOACM4".equals(codeString))
1492          return LOACM4;
1493        if ("LOAID".equals(codeString))
1494          return LOAID;
1495        if ("LOAID1".equals(codeString))
1496          return LOAID1;
1497        if ("LOAID2".equals(codeString))
1498          return LOAID2;
1499        if ("LOAID3".equals(codeString))
1500          return LOAID3;
1501        if ("LOAID4".equals(codeString))
1502          return LOAID4;
1503        if ("LOANR".equals(codeString))
1504          return LOANR;
1505        if ("LOANR1".equals(codeString))
1506          return LOANR1;
1507        if ("LOANR2".equals(codeString))
1508          return LOANR2;
1509        if ("LOANR3".equals(codeString))
1510          return LOANR3;
1511        if ("LOANR4".equals(codeString))
1512          return LOANR4;
1513        if ("LOARA".equals(codeString))
1514          return LOARA;
1515        if ("LOARA1".equals(codeString))
1516          return LOARA1;
1517        if ("LOARA2".equals(codeString))
1518          return LOARA2;
1519        if ("LOARA3".equals(codeString))
1520          return LOARA3;
1521        if ("LOARA4".equals(codeString))
1522          return LOARA4;
1523        if ("LOATK".equals(codeString))
1524          return LOATK;
1525        if ("LOATK1".equals(codeString))
1526          return LOATK1;
1527        if ("LOATK2".equals(codeString))
1528          return LOATK2;
1529        if ("LOATK3".equals(codeString))
1530          return LOATK3;
1531        if ("LOATK4".equals(codeString))
1532          return LOATK4;
1533        if ("TRSTMECOBV".equals(codeString))
1534          return TRSTMECOBV;
1535        if ("_SeverityObservation".equals(codeString))
1536          return _SEVERITYOBSERVATION;
1537        if ("H".equals(codeString))
1538          return H;
1539        if ("L".equals(codeString))
1540          return L;
1541        if ("M".equals(codeString))
1542          return M;
1543        if ("_SubjectBodyPosition".equals(codeString))
1544          return _SUBJECTBODYPOSITION;
1545        if ("LLD".equals(codeString))
1546          return LLD;
1547        if ("PRN".equals(codeString))
1548          return PRN;
1549        if ("RLD".equals(codeString))
1550          return RLD;
1551        if ("SFWL".equals(codeString))
1552          return SFWL;
1553        if ("SIT".equals(codeString))
1554          return SIT;
1555        if ("STN".equals(codeString))
1556          return STN;
1557        if ("SUP".equals(codeString))
1558          return SUP;
1559        if ("RTRD".equals(codeString))
1560          return RTRD;
1561        if ("TRD".equals(codeString))
1562          return TRD;
1563        if ("_VerificationOutcomeValue".equals(codeString))
1564          return _VERIFICATIONOUTCOMEVALUE;
1565        if ("ACT".equals(codeString))
1566          return ACT;
1567        if ("ACTPEND".equals(codeString))
1568          return ACTPEND;
1569        if ("ELG".equals(codeString))
1570          return ELG;
1571        if ("INACT".equals(codeString))
1572          return INACT;
1573        if ("INPNDINV".equals(codeString))
1574          return INPNDINV;
1575        if ("INPNDUPD".equals(codeString))
1576          return INPNDUPD;
1577        if ("NELG".equals(codeString))
1578          return NELG;
1579        if ("_AnnotationValue".equals(codeString))
1580          return _ANNOTATIONVALUE;
1581        if ("_CommonClinicalObservationValue".equals(codeString))
1582          return _COMMONCLINICALOBSERVATIONVALUE;
1583        if ("_IndividualCaseSafetyReportValueDomains".equals(codeString))
1584          return _INDIVIDUALCASESAFETYREPORTVALUEDOMAINS;
1585        if ("_IndicationValue".equals(codeString))
1586          return _INDICATIONVALUE;
1587        throw new FHIRException("Unknown V3ObservationValue code '"+codeString+"'");
1588        }
1589        public String toCode() {
1590          switch (this) {
1591            case _ACTCOVERAGEASSESSMENTOBSERVATIONVALUE: return "_ActCoverageAssessmentObservationValue";
1592            case _ACTFINANCIALSTATUSOBSERVATIONVALUE: return "_ActFinancialStatusObservationValue";
1593            case ASSET: return "ASSET";
1594            case ANNUITY: return "ANNUITY";
1595            case PROP: return "PROP";
1596            case RETACCT: return "RETACCT";
1597            case TRUST: return "TRUST";
1598            case INCOME: return "INCOME";
1599            case CHILD: return "CHILD";
1600            case DISABL: return "DISABL";
1601            case INVEST: return "INVEST";
1602            case PAY: return "PAY";
1603            case RETIRE: return "RETIRE";
1604            case SPOUSAL: return "SPOUSAL";
1605            case SUPPLE: return "SUPPLE";
1606            case TAX: return "TAX";
1607            case LIVEXP: return "LIVEXP";
1608            case CLOTH: return "CLOTH";
1609            case FOOD: return "FOOD";
1610            case HEALTH: return "HEALTH";
1611            case HOUSE: return "HOUSE";
1612            case LEGAL: return "LEGAL";
1613            case MORTG: return "MORTG";
1614            case RENT: return "RENT";
1615            case SUNDRY: return "SUNDRY";
1616            case TRANS: return "TRANS";
1617            case UTIL: return "UTIL";
1618            case ELSTAT: return "ELSTAT";
1619            case ADOPT: return "ADOPT";
1620            case BTHCERT: return "BTHCERT";
1621            case CCOC: return "CCOC";
1622            case DRLIC: return "DRLIC";
1623            case FOSTER: return "FOSTER";
1624            case MEMBER: return "MEMBER";
1625            case MIL: return "MIL";
1626            case MRGCERT: return "MRGCERT";
1627            case PASSPORT: return "PASSPORT";
1628            case STUDENRL: return "STUDENRL";
1629            case HLSTAT: return "HLSTAT";
1630            case DISABLE: return "DISABLE";
1631            case DRUG: return "DRUG";
1632            case IVDRG: return "IVDRG";
1633            case PGNT: return "PGNT";
1634            case LIVDEP: return "LIVDEP";
1635            case RELDEP: return "RELDEP";
1636            case SPSDEP: return "SPSDEP";
1637            case URELDEP: return "URELDEP";
1638            case LIVSIT: return "LIVSIT";
1639            case ALONE: return "ALONE";
1640            case DEPCHD: return "DEPCHD";
1641            case DEPSPS: return "DEPSPS";
1642            case DEPYGCHD: return "DEPYGCHD";
1643            case FAM: return "FAM";
1644            case RELAT: return "RELAT";
1645            case SPS: return "SPS";
1646            case UNREL: return "UNREL";
1647            case SOECSTAT: return "SOECSTAT";
1648            case ABUSE: return "ABUSE";
1649            case HMLESS: return "HMLESS";
1650            case ILGIM: return "ILGIM";
1651            case INCAR: return "INCAR";
1652            case PROB: return "PROB";
1653            case REFUG: return "REFUG";
1654            case UNEMPL: return "UNEMPL";
1655            case _ALLERGYTESTVALUE: return "_AllergyTestValue";
1656            case A0: return "A0";
1657            case A1: return "A1";
1658            case A2: return "A2";
1659            case A3: return "A3";
1660            case A4: return "A4";
1661            case _COMPOSITEMEASURESCORING: return "_CompositeMeasureScoring";
1662            case ALLORNONESCR: return "ALLORNONESCR";
1663            case LINEARSCR: return "LINEARSCR";
1664            case OPPORSCR: return "OPPORSCR";
1665            case WEIGHTSCR: return "WEIGHTSCR";
1666            case _COVERAGELIMITOBSERVATIONVALUE: return "_CoverageLimitObservationValue";
1667            case _COVERAGELEVELOBSERVATIONVALUE: return "_CoverageLevelObservationValue";
1668            case ADC: return "ADC";
1669            case CHD: return "CHD";
1670            case DEP: return "DEP";
1671            case DP: return "DP";
1672            case ECH: return "ECH";
1673            case FLY: return "FLY";
1674            case IND: return "IND";
1675            case SSP: return "SSP";
1676            case _CRITICALITYOBSERVATIONVALUE: return "_CriticalityObservationValue";
1677            case CRITH: return "CRITH";
1678            case CRITL: return "CRITL";
1679            case CRITU: return "CRITU";
1680            case _GENETICOBSERVATIONVALUE: return "_GeneticObservationValue";
1681            case HOMOZYGOTE: return "Homozygote";
1682            case _OBSERVATIONMEASURESCORING: return "_ObservationMeasureScoring";
1683            case COHORT: return "COHORT";
1684            case CONTVAR: return "CONTVAR";
1685            case PROPOR: return "PROPOR";
1686            case RATIO: return "RATIO";
1687            case _OBSERVATIONMEASURETYPE: return "_ObservationMeasureType";
1688            case COMPOSITE: return "COMPOSITE";
1689            case EFFICIENCY: return "EFFICIENCY";
1690            case EXPERIENCE: return "EXPERIENCE";
1691            case OUTCOME: return "OUTCOME";
1692            case PROCESS: return "PROCESS";
1693            case RESOURCE: return "RESOURCE";
1694            case STRUCTURE: return "STRUCTURE";
1695            case _OBSERVATIONPOPULATIONINCLUSION: return "_ObservationPopulationInclusion";
1696            case DENEX: return "DENEX";
1697            case DENEXCEP: return "DENEXCEP";
1698            case DENOM: return "DENOM";
1699            case IP: return "IP";
1700            case IPP: return "IPP";
1701            case MSRPOPL: return "MSRPOPL";
1702            case NUMER: return "NUMER";
1703            case NUMEX: return "NUMEX";
1704            case _PARTIALCOMPLETIONSCALE: return "_PartialCompletionScale";
1705            case G: return "G";
1706            case LE: return "LE";
1707            case ME: return "ME";
1708            case MI: return "MI";
1709            case N: return "N";
1710            case S: return "S";
1711            case _SECURITYOBSERVATIONVALUE: return "_SecurityObservationValue";
1712            case _SECINTOBV: return "_SECINTOBV";
1713            case _SECALTINTOBV: return "_SECALTINTOBV";
1714            case ABSTRED: return "ABSTRED";
1715            case AGGRED: return "AGGRED";
1716            case ANONYED: return "ANONYED";
1717            case MAPPED: return "MAPPED";
1718            case MASKED: return "MASKED";
1719            case PSEUDED: return "PSEUDED";
1720            case REDACTED: return "REDACTED";
1721            case SUBSETTED: return "SUBSETTED";
1722            case SYNTAC: return "SYNTAC";
1723            case TRSLT: return "TRSLT";
1724            case VERSIONED: return "VERSIONED";
1725            case _SECDATINTOBV: return "_SECDATINTOBV";
1726            case CRYTOHASH: return "CRYTOHASH";
1727            case DIGSIG: return "DIGSIG";
1728            case _SECINTCONOBV: return "_SECINTCONOBV";
1729            case HRELIABLE: return "HRELIABLE";
1730            case RELIABLE: return "RELIABLE";
1731            case UNCERTREL: return "UNCERTREL";
1732            case UNRELIABLE: return "UNRELIABLE";
1733            case _SECINTPRVOBV: return "_SECINTPRVOBV";
1734            case _SECINTPRVABOBV: return "_SECINTPRVABOBV";
1735            case CLINAST: return "CLINAST";
1736            case DEVAST: return "DEVAST";
1737            case HCPAST: return "HCPAST";
1738            case PACQAST: return "PACQAST";
1739            case PATAST: return "PATAST";
1740            case PAYAST: return "PAYAST";
1741            case PROAST: return "PROAST";
1742            case SDMAST: return "SDMAST";
1743            case _SECINTPRVRBOBV: return "_SECINTPRVRBOBV";
1744            case CLINRPT: return "CLINRPT";
1745            case DEVRPT: return "DEVRPT";
1746            case HCPRPT: return "HCPRPT";
1747            case PACQRPT: return "PACQRPT";
1748            case PATRPT: return "PATRPT";
1749            case PAYRPT: return "PAYRPT";
1750            case PRORPT: return "PRORPT";
1751            case SDMRPT: return "SDMRPT";
1752            case SECTRSTOBV: return "SECTRSTOBV";
1753            case TRSTACCRDOBV: return "TRSTACCRDOBV";
1754            case TRSTAGREOBV: return "TRSTAGREOBV";
1755            case TRSTCERTOBV: return "TRSTCERTOBV";
1756            case TRSTLOAOBV: return "TRSTLOAOBV";
1757            case LOAAN: return "LOAAN";
1758            case LOAAN1: return "LOAAN1";
1759            case LOAAN2: return "LOAAN2";
1760            case LOAAN3: return "LOAAN3";
1761            case LOAAN4: return "LOAAN4";
1762            case LOAAP: return "LOAAP";
1763            case LOAAP1: return "LOAAP1";
1764            case LOAAP2: return "LOAAP2";
1765            case LOAAP3: return "LOAAP3";
1766            case LOAAP4: return "LOAAP4";
1767            case LOAAS: return "LOAAS";
1768            case LOAAS1: return "LOAAS1";
1769            case LOAAS2: return "LOAAS2";
1770            case LOAAS3: return "LOAAS3";
1771            case LOAAS4: return "LOAAS4";
1772            case LOACM: return "LOACM";
1773            case LOACM1: return "LOACM1";
1774            case LOACM2: return "LOACM2";
1775            case LOACM3: return "LOACM3";
1776            case LOACM4: return "LOACM4";
1777            case LOAID: return "LOAID";
1778            case LOAID1: return "LOAID1";
1779            case LOAID2: return "LOAID2";
1780            case LOAID3: return "LOAID3";
1781            case LOAID4: return "LOAID4";
1782            case LOANR: return "LOANR";
1783            case LOANR1: return "LOANR1";
1784            case LOANR2: return "LOANR2";
1785            case LOANR3: return "LOANR3";
1786            case LOANR4: return "LOANR4";
1787            case LOARA: return "LOARA";
1788            case LOARA1: return "LOARA1";
1789            case LOARA2: return "LOARA2";
1790            case LOARA3: return "LOARA3";
1791            case LOARA4: return "LOARA4";
1792            case LOATK: return "LOATK";
1793            case LOATK1: return "LOATK1";
1794            case LOATK2: return "LOATK2";
1795            case LOATK3: return "LOATK3";
1796            case LOATK4: return "LOATK4";
1797            case TRSTMECOBV: return "TRSTMECOBV";
1798            case _SEVERITYOBSERVATION: return "_SeverityObservation";
1799            case H: return "H";
1800            case L: return "L";
1801            case M: return "M";
1802            case _SUBJECTBODYPOSITION: return "_SubjectBodyPosition";
1803            case LLD: return "LLD";
1804            case PRN: return "PRN";
1805            case RLD: return "RLD";
1806            case SFWL: return "SFWL";
1807            case SIT: return "SIT";
1808            case STN: return "STN";
1809            case SUP: return "SUP";
1810            case RTRD: return "RTRD";
1811            case TRD: return "TRD";
1812            case _VERIFICATIONOUTCOMEVALUE: return "_VerificationOutcomeValue";
1813            case ACT: return "ACT";
1814            case ACTPEND: return "ACTPEND";
1815            case ELG: return "ELG";
1816            case INACT: return "INACT";
1817            case INPNDINV: return "INPNDINV";
1818            case INPNDUPD: return "INPNDUPD";
1819            case NELG: return "NELG";
1820            case _ANNOTATIONVALUE: return "_AnnotationValue";
1821            case _COMMONCLINICALOBSERVATIONVALUE: return "_CommonClinicalObservationValue";
1822            case _INDIVIDUALCASESAFETYREPORTVALUEDOMAINS: return "_IndividualCaseSafetyReportValueDomains";
1823            case _INDICATIONVALUE: return "_IndicationValue";
1824            default: return "?";
1825          }
1826        }
1827        public String getSystem() {
1828          return "http://hl7.org/fhir/v3/ObservationValue";
1829        }
1830        public String getDefinition() {
1831          switch (this) {
1832            case _ACTCOVERAGEASSESSMENTOBSERVATIONVALUE: return "Codes specify the category of observation, evidence, or document used to assess for services, e.g., discharge planning, or to establish eligibility for coverage under a policy or program. The type of evidence is coded as observation values.";
1833            case _ACTFINANCIALSTATUSOBSERVATIONVALUE: return "Code specifying financial indicators used to assess or establish eligibility for coverage under a policy or program; e.g., pay stub; tax or income document; asset document; living expenses.";
1834            case ASSET: return "Codes specifying asset indicators used to assess or establish eligibility for coverage under a policy or program.";
1835            case ANNUITY: return "Indicator of annuity ownership or status as beneficiary.";
1836            case PROP: return "Indicator of real property ownership, e.g., deed or real estate contract.";
1837            case RETACCT: return "Indicator of retirement investment account ownership.";
1838            case TRUST: return "Indicator of status as trust beneficiary.";
1839            case INCOME: return "Code specifying income indicators used to assess or establish eligibility for coverage under a policy or program; e.g., pay or pension check, child support payments received or provided, and taxes paid.";
1840            case CHILD: return "Indicator of child support payments received or provided.";
1841            case DISABL: return "Indicator of disability income replacement payment.";
1842            case INVEST: return "Indicator of investment income, e.g., dividend check, annuity payment; real estate rent, investment divestiture proceeds; trust or endowment check.";
1843            case PAY: return "Indicator of paid employment, e.g., letter of hire, contract, employer letter; copy of pay check or pay stub.";
1844            case RETIRE: return "Indicator of retirement payment, e.g., pension check.";
1845            case SPOUSAL: return "Indicator of spousal or partner support payments received or provided; e.g., alimony payment; support stipulations in a divorce settlement.";
1846            case SUPPLE: return "Indicator of income supplement, e.g., gifting, parental income support; stipend, or grant.";
1847            case TAX: return "Indicator of tax obligation or payment, e.g., statement of taxable income.";
1848            case LIVEXP: return "Codes specifying living expense indicators used to assess or establish eligibility for coverage under a policy or program.";
1849            case CLOTH: return "Indicator of clothing expenses.";
1850            case FOOD: return "Indicator of transportation expenses.";
1851            case HEALTH: return "Indicator of health expenses; including medication costs, health service costs, financial participations, and health coverage premiums.";
1852            case HOUSE: return "Indicator of housing expense, e.g., household appliances, fixtures, furnishings, and maintenance and repairs.";
1853            case LEGAL: return "Indicator of legal expenses.";
1854            case MORTG: return "Indicator of mortgage amount, interest, and payments.";
1855            case RENT: return "Indicator of rental or lease payments.";
1856            case SUNDRY: return "Indicator of transportation expenses.";
1857            case TRANS: return "Indicator of transportation expenses, e.g., vehicle payments, vehicle insurance, vehicle fuel, and vehicle maintenance and repairs.";
1858            case UTIL: return "Indicator of transportation expenses.";
1859            case ELSTAT: return "Code specifying eligibility indicators used to assess or establish eligibility for coverage under a policy or program eligibility status, e.g., certificates of creditable coverage; student enrollment; adoption, marriage or birth certificate.";
1860            case ADOPT: return "Indicator of adoption.";
1861            case BTHCERT: return "Indicator of birth.";
1862            case CCOC: return "Indicator of creditable coverage.";
1863            case DRLIC: return "Indicator of driving status.";
1864            case FOSTER: return "Indicator of foster child status.";
1865            case MEMBER: return "Indicator of status as covered member under a policy or program, e.g., member id card or coverage document.";
1866            case MIL: return "Indicator of military status.";
1867            case MRGCERT: return "Indicator of marriage status.";
1868            case PASSPORT: return "Indicator of citizenship.";
1869            case STUDENRL: return "Indicator of student status.";
1870            case HLSTAT: return "Code specifying non-clinical indicators related to health status used to assess or establish eligibility for coverage under a policy or program, e.g., pregnancy, disability, drug use, mental health issues.";
1871            case DISABLE: return "Indication of disability.";
1872            case DRUG: return "Indication of drug use.";
1873            case IVDRG: return "Indication of IV drug use .";
1874            case PGNT: return "Non-clinical report of pregnancy.";
1875            case LIVDEP: return "Code specifying observations related to living dependency, such as dependent upon spouse for activities of daily living.";
1876            case RELDEP: return "Continued living in private residence requires functional and health care assistance from one or more relatives.";
1877            case SPSDEP: return "Continued living in private residence requires functional and health care assistance from spouse or life partner.";
1878            case URELDEP: return "Continued living in private residence requires functional and health care assistance from one or more unrelated persons.";
1879            case LIVSIT: return "Code specifying observations related to living situation for a person in a private residence.";
1880            case ALONE: return "Living alone.  Maps to PD1-2   Living arrangement   (IS)   00742 [A]";
1881            case DEPCHD: return "Living with one or more dependent children requiring moderate supervision.";
1882            case DEPSPS: return "Living with disabled spouse requiring functional and health care assistance";
1883            case DEPYGCHD: return "Living with one or more dependent children requiring intensive supervision";
1884            case FAM: return "Living with family. Maps to PD1-2   Living arrangement   (IS)   00742 [F]";
1885            case RELAT: return "Living with one or more relatives. Maps to PD1-2   Living arrangement   (IS)   00742 [R]";
1886            case SPS: return "Living only with spouse or life partner. Maps to PD1-2   Living arrangement   (IS)   00742 [S]";
1887            case UNREL: return "Living with one or more unrelated persons.";
1888            case SOECSTAT: return "Code specifying observations or indicators related to socio-economic status used to assess to assess for services, e.g., discharge planning, or to establish eligibility for coverage under a policy or program.";
1889            case ABUSE: return "Indication of abuse victim.";
1890            case HMLESS: return "Indication of status as homeless.";
1891            case ILGIM: return "Indication of status as illegal immigrant.";
1892            case INCAR: return "Indication of status as incarcerated.";
1893            case PROB: return "Indication of probation status.";
1894            case REFUG: return "Indication of refugee status.";
1895            case UNEMPL: return "Indication of unemployed status.";
1896            case _ALLERGYTESTVALUE: return "Indicates the result of a particular allergy test.  E.g. Negative, Mild, Moderate, Severe";
1897            case A0: return "Description:Patient exhibits no reaction to the challenge agent.";
1898            case A1: return "Description:Patient exhibits a minimal reaction to the challenge agent.";
1899            case A2: return "Description:Patient exhibits a mild reaction to the challenge agent.";
1900            case A3: return "Description:Patient exhibits moderate reaction to the challenge agent.";
1901            case A4: return "Description:Patient exhibits a severe reaction to the challenge agent.";
1902            case _COMPOSITEMEASURESCORING: return "Observation values that communicate the method used in a quality measure to combine the component measure results included in an composite measure.";
1903            case ALLORNONESCR: return "Code specifying that the measure uses all-or-nothing scoring. All-or-nothing scoring places an individual in the numerator of the composite measure if and only if they are in the numerator of all component measures in which they are in the denominator.";
1904            case LINEARSCR: return "Code specifying that the measure uses linear scoring. Linear scoring computes the fraction of component measures in which the individual appears in the numerator, giving equal weight to each component measure.";
1905            case OPPORSCR: return "Code specifying that the measure uses opportunity-based scoring. In opportunity-based scoring the measure score is determined by combining the denominator and numerator of each component measure to determine an overall composite score.";
1906            case WEIGHTSCR: return "Code specifying that the measure uses weighted scoring. Weighted scoring assigns a factor to each component measure to weight that measure's contribution to the overall score.";
1907            case _COVERAGELIMITOBSERVATIONVALUE: return "Description:Coded observation values for coverage limitations, for e.g., types of claims or types of parties covered under a policy or program.";
1908            case _COVERAGELEVELOBSERVATIONVALUE: return "Description:Coded observation values for types of covered parties under a policy or program based on their personal relationships or employment status.";
1909            case ADC: return "Description:Child over an age as specified by coverage policy or program, e.g., student, differently abled, and income dependent.";
1910            case CHD: return "Description:Dependent biological, adopted, foster child as specified by coverage policy or program.";
1911            case DEP: return "Description:Person requiring functional and/or financial assistance from another person as specified by coverage policy or program.";
1912            case DP: return "Description:Persons registered as a family unit in a domestic partner registry as specified by law and by coverage policy or program.";
1913            case ECH: return "Description:An individual employed by an employer who receive remuneration in wages, salary, commission, tips, piece-rates, or pay-in-kind through the employeraTMs payment system (i.e., not a contractor) as specified by coverage policy or program.";
1914            case FLY: return "Description:As specified by coverage policy or program.";
1915            case IND: return "Description:Person as specified by coverage policy or program.";
1916            case SSP: return "Description:A pair of people of the same gender who live together as a family as specified by coverage policy or program, e.g., Naomi and Ruth from the Book of Ruth; Socrates and Alcibiades";
1917            case _CRITICALITYOBSERVATIONVALUE: 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.";
1918            case CRITH: return "Worst case result of a future exposure is assessed to be life-threatening or having high potential for organ system failure.";
1919            case CRITL: return "Worst case result of a future exposure is not assessed to be life-threatening or having high potential for organ system failure.";
1920            case CRITU: return "Unable to assess the worst case result of a future exposure.";
1921            case _GENETICOBSERVATIONVALUE: return "Description: The domain contains genetic analysis specific observation values, e.g. Homozygote, Heterozygote, etc.";
1922            case HOMOZYGOTE: return "Description: An individual having different alleles at one or more loci regarding a specific character";
1923            case _OBSERVATIONMEASURESCORING: return "Observation values used to indicate the type of scoring (e.g. proportion, ratio) used by a health quality measure.";
1924            case COHORT: return "A measure in which either short-term cross-section or long-term longitudinal analysis is performed over a group of subjects defined by a set of common properties or defining characteristics (e.g., Male smokers between the ages of 40 and 50 years, exposure to treatment, exposure duration).";
1925            case CONTVAR: return "A measure score in which each individual value for the measure can fall anywhere along a continuous scale (e.g., mean time to thrombolytics which aggregates the time in minutes from a case presenting with chest pain to the time of administration of thrombolytics).";
1926            case PROPOR: return "A score derived by dividing the number of cases that meet a criterion for quality (the numerator) by the number of eligible cases within a given time frame (the denominator) where the numerator cases are a subset of the denominator cases (e.g., percentage of eligible women with a mammogram performed in the last year).";
1927            case RATIO: return "A score that may have a value of zero or greater that is derived by dividing a count of one type of data by a count of another type of data (e.g., the number of patients with central lines who develop infection divided by the number of central line days).";
1928            case _OBSERVATIONMEASURETYPE: return "Observation values used to indicate what kind of health quality measure is used.";
1929            case COMPOSITE: return "A measure that is composed from one or more other measures and indicates an overall summary of those measures.";
1930            case EFFICIENCY: return "A measure related to the efficiency of medical treatment.";
1931            case EXPERIENCE: return "A measure related to the level of patient engagement or patient experience of care.";
1932            case OUTCOME: return "A measure that indicates the result of the performance (or non-performance) of a function or process.";
1933            case PROCESS: return "A measure which focuses on a process which leads to a certain outcome, meaning that a scientific basis exists for believing that the process, when executed well, will increase the probability of achieving a desired outcome.";
1934            case RESOURCE: return "A measure related to the extent of use of clinical resources or cost of care.";
1935            case STRUCTURE: return "A measure related to the structure of patient care.";
1936            case _OBSERVATIONPOPULATIONINCLUSION: return "Observation values used to assert various populations that a subject falls into.";
1937            case DENEX: return "Patients 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.";
1938            case DENEXCEP: return "Denominator exceptions are those conditions that should remove a patient, 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 reasons\n                           System reasons";
1939            case DENOM: return "It can be the same as the initial patient population or a subset of the initial patient population to further constrain the population 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.";
1940            case IP: return "The initial population refers to all entities to be evaluated by a specific quality measure who share a common set of specified characteristics within a specific measurement set to which a given measure belongs.";
1941            case IPP: return "The initial patient population refers to all patients to be evaluated by a specific quality measure who share a common set of specified 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.";
1942            case MSRPOPL: return "Measure population is used only in continuous variable eMeasures. It is a narrative description of the eMeasure population. \n(e.g., all patients seen in the Emergency Department during the measurement period).";
1943            case NUMER: return "Numerators are used in proportion and ratio eMeasures. In proportion measures the numerator criteria are the processes or outcomes expected for each patient, procedure, or other unit of measurement defined in the denominator. In ratio measures the numerator is related, but not directly derived from the denominator (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).";
1944            case NUMEX: return "Numerator Exclusions are used only in ratio eMeasures to define 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.)";
1945            case _PARTIALCOMPLETIONSCALE: return "PartialCompletionScale";
1946            case G: return "Value for Act.partialCompletionCode attribute that implies 81-99% completion";
1947            case LE: return "Value for Act.partialCompletionCode attribute that implies 61-80% completion";
1948            case ME: return "Value for Act.partialCompletionCode attribute that implies 41-60% completion";
1949            case MI: return "Value for Act.partialCompletionCode attribute that implies 1-20% completion";
1950            case N: return "Value for Act.partialCompletionCode attribute that implies 0% completion";
1951            case S: return "Value for Act.partialCompletionCode attribute that implies 21-40% completion";
1952            case _SECURITYOBSERVATIONVALUE: return "Observation values used to indicate security observation metadata.";
1953            case _SECINTOBV: return "Abstract security observation values used to indicate security integrity metadata.\r\n\n                        \n                           Examples: Codes conveying integrity status, integrity confidence, and provenance.";
1954            case _SECALTINTOBV: return "Abstract security metadata observation values used to indicate mechanism used for authorized alteration of an IT resource (data, information object, service, or system capability)";
1955            case ABSTRED: return "Security metadata observation values used to indicate the use of a more abstract version of the content, e.g., replacing exact value of an age or date field with a range, or remove the left digits of a credit card number or SSN.";
1956            case AGGRED: return "Security metadata observation values used to indicate the use of an algorithmic combination of actual values with the result of an aggregate function, e.g., average, sum, or count in order to limit disclosure of an IT resource (data, information object, service, or system capability) to the minimum necessary.";
1957            case ANONYED: return "Security metadata observation value conveying the alteration integrity of an IT resource (data, information object, service, or system capability) by used to indicate the mechanism by which software systems can strip portions of the resource that could allow the identification of the source of the information or the information subject.  No key to relink the data is retained.";
1958            case MAPPED: return "Security metadata observation value used to indicate that the IT resource semantic content has been transformed from one encoding to another.\r\n\n                        \n                           Usage Note: \"MAP\" code does not indicate the semantic fidelity of the transformed content.\r\n\n                        To indicate semantic fidelity for maps of HL7 to other code systems, this security alteration integrity observation may be further specified using an Act valued with Value Set: MapRelationship (2.16.840.1.113883.1.11.11052).\r\n\n                        Semantic fidelity of the mapped IT Resource may also be indicated using a SecurityIntegrityConfidenceObservation.";
1959            case MASKED: return "Security metadata observation value conveying the alteration integrity of an IT resource (data, information object, service, or system capability) by indicating the mechanism by which software systems can make data unintelligible (that is, as unreadable and unusable by algorithmically transforming plaintext into ciphertext) such that it can only be accessed or used by authorized users.  An authorized user may be provided a key to decrypt per license or \"shared secret\".\r\n\n                        \n                           Usage Note: \"MASKED\" may be used, per applicable policy, as a flag to indicate to a user or receiver that some portion of an IT resource has been further encrypted, and may be accessed only by an authorized user or receiver to which a decryption key is provided.";
1960            case PSEUDED: return "Security metadata observation value conveying the alteration integrity of an IT resource (data, information object, service, or system capability), by indicating the mechanism by which software systems can strip portions of the resource that could 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.\r\n\n                        \n                           Rationale: Personal data which has been processed to make it impossible to know whose data it is. Used particularly for secondary use of health data. In some cases, it may be possible for authorized individuals to restore the identity of the individual, e.g.,for public health case management.  Based on ISO/TS 25237:2008 Health informatics—Pseudonymization";
1961            case REDACTED: return "Security metadata observation value used to indicate the mechanism by which software systems can filter an IT resource (data, information object, service, or system capability) to remove any portion of the resource that is not authorized to be access, used, or disclosed.\r\n\n                        \n                           Usage Note: \"REDACTED\" may be used, per applicable policy, as a flag to indicate to a user or receiver that some portion of an IT resource has filtered and not included in the content accessed or received.";
1962            case SUBSETTED: return "Metadata observation used to indicate that some information has been removed from the source object when the view this object contains was constructed because of configuration options when the view was created. The content may not be suitable for use as the basis of a record update\r\n\n                        \n                           Usage Note: This is not suitable to be used when information is removed for security reasons - see the code REDACTED for this use.";
1963            case SYNTAC: return "Security metadata observation value used to indicate that the IT resource syntax has been transformed from one syntactical representation to another.  \r\n\n                        \n                           Usage Note: \"SYNTAC\" code does not indicate the syntactical correctness of the syntactically transformed IT resource.";
1964            case TRSLT: return "Security metadata observation value used to indicate that the IT resource has been translated from one human language to another.  \r\n\n                        \n                           Usage Note: \"TRSLT\" does not indicate the fidelity of the translation or the languages translated.\r\n\n                        The fidelity of the IT Resource translation may be indicated using a SecurityIntegrityConfidenceObservation.\r\n\n                        To indicate languages, use the Value Set:HumanLanguage (2.16.840.1.113883.1.11.11526)";
1965            case VERSIONED: return "Security metadata observation value conveying the alteration integrity of an IT resource (data, information object, service, or system capability)  which indicates that the resource only retains versions of an IT resource  for access and use per applicable policy\r\n\n                        \n                           Usage Note: When this code is used, expectation is that the system has removed historical versions of the data that falls outside the time period deemed to be the effective time of the applicable version.";
1966            case _SECDATINTOBV: return "Abstract security observation values used to indicate data integrity metadata.\r\n\n                        \n                           Examples: Codes conveying the mechanism used to preserve the accuracy and consistency of an IT resource such as a digital signature and a cryptographic hash function.";
1967            case CRYTOHASH: return "Security metadata observation value used to indicate the mechanism by which software systems can establish that data was not modified in transit.\r\n\n                        \n                           Rationale: This definition is intended to align with the ISO 22600-2 3.3.19 definition of cryptographic checkvalue: Information which is derived by performing a cryptographic transformation (see cryptography) on the data unit.  The derivation of the checkvalue may be performed in one or more steps and is a result of a mathematical function of the key and a data unit. It is usually used to check the integrity of a data unit.\r\n\n                        \n                           Examples: \n                        \r\n\n                        \n                           SHA-1\n                           SHA-2 (Secure Hash Algorithm)";
1968            case DIGSIG: return "Security metadata observation value used to indicate the mechanism by which software systems use digital signature to establish that data has not been modified.  \r\n\n                        \n                           Rationale: This definition is intended to align with the ISO 22600-2 3.3.26 definition of digital signature:  Data appended to, or a cryptographic transformation (see cryptography) of, a data unit that allows a recipient of the data unit to prove the source and integrity of the data unit and protect against forgery e.g., by the recipient.";
1969            case _SECINTCONOBV: return "Abstract security observation value used to indicate integrity confidence metadata.\r\n\n                        \n                           Examples: Codes conveying the level of reliability and trustworthiness of an IT resource.";
1970            case HRELIABLE: return "Security metadata observation value used to indicate that the veracity or trustworthiness of an IT resource (data, information object, service, or system capability) for a specified purpose of use is perceived to be or deemed by policy to be very high.";
1971            case RELIABLE: return "Security metadata observation value used to indicate that the veracity or trustworthiness of an IT resource (data, information object, service, or system capability) for a specified purpose of use is perceived to be or deemed by policy to be adequate.";
1972            case UNCERTREL: return "Security metadata observation value used to indicate that the veracity or trustworthiness of an IT resource (data, information object, service, or system capability) for a specified purpose of use is perceived to be or deemed by policy to be uncertain.";
1973            case UNRELIABLE: return "Security metadata observation value used to indicate that the veracity or trustworthiness of an IT resource (data, information object, service, or system capability) for a specified purpose of use is perceived to be or deemed by policy to be inadequate.";
1974            case _SECINTPRVOBV: return "Abstract security metadata observation value used to indicate the provenance of an IT resource (data, information object, service, or system capability).\r\n\n                        \n                           Examples: Codes conveying the provenance metadata about the entity reporting an IT resource.";
1975            case _SECINTPRVABOBV: return "Abstract security provenance metadata observation value used to indicate the entity that asserted an IT resource (data, information object, service, or system capability).\r\n\n                        \n                           Examples: Codes conveying the provenance metadata about the entity asserting the resource.";
1976            case CLINAST: return "Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was asserted by a clinician.";
1977            case DEVAST: return "Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was asserted by a device.";
1978            case HCPAST: return "Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was asserted by a healthcare professional.";
1979            case PACQAST: return "Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was asserted by a patient acquaintance.";
1980            case PATAST: return "Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was asserted by a patient.";
1981            case PAYAST: return "Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was asserted by a payer.";
1982            case PROAST: return "Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was asserted by a professional.";
1983            case SDMAST: return "Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was asserted by a substitute decision maker.";
1984            case _SECINTPRVRBOBV: return "Abstract security provenance metadata observation value used to indicate the entity that reported the resource (data, information object, service, or system capability).\r\n\n                        \n                           Examples: Codes conveying the provenance metadata about the entity reporting an IT resource.";
1985            case CLINRPT: return "Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was reported by a clinician.";
1986            case DEVRPT: return "Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was reported by a device.";
1987            case HCPRPT: return "Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was reported by a healthcare professional.";
1988            case PACQRPT: return "Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was reported by a patient acquaintance.";
1989            case PATRPT: return "Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was reported by a patient.";
1990            case PAYRPT: return "Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was reported by a payer.";
1991            case PRORPT: return "Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was reported by a professional.";
1992            case SDMRPT: return "Security provenance metadata observation value used to indicate that an IT resource (data, information object, service, or system capability) was reported by a substitute decision maker.";
1993            case SECTRSTOBV: return "Observation value used to indicate aspects of trust applicable to an IT resource (data, information object, service, or system capability).";
1994            case TRSTACCRDOBV: return "Values for security trust accreditation 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.";
1995            case TRSTAGREOBV: return "Values for security trust agreement metadata observation made about privacy and security requirements with which a security domain must comply. [ISO IEC 10181-1]\n[ISO IEC 10181-1]";
1996            case TRSTCERTOBV: return "Values for security trust certificate 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                        For example, 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.  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.  Another example is Cross Certification with Federal Bridge.";
1997            case TRSTLOAOBV: return "Values for security trust assurance metadata observation made about the digital quality or reliability of a trust assertion, activity, capability, information exchange, mechanism, process, or protocol.";
1998            case LOAAN: return "The value assigned as the indicator of the digital quality or reliability of the verification and validation process used to verify the claimed identity of an entity by securely associating an identifier and its authenticator. [Based on ISO 7498-2]\r\n\n                        For example, the degree of confidence in the vetting process used to establish the identity of the individual to whom the credential was issued, and 2) the degree of confidence that the individual who uses the credential is the individual to whom the credential was issued. [OMB M-04-04 E-Authentication Guidance for Federal Agencies]";
1999            case LOAAN1: return "Indicator of low digital quality or reliability of the digital reliability of the verification and validation process used to verify the claimed identity of an entity by securely associating an identifier and its authenticator. [Based on ISO 7498-2] \r\n\n                        The degree of confidence in the vetting process used to establish the identity of the individual to whom the credential was issued, and 2) the degree of confidence that the individual who uses the credential is the individual to whom the credential was issued. [OMB M-04-04 E-Authentication Guidance for Federal Agencies] \r\n\n                        Low authentication level of assurance indicates that the relying party may have little or no confidence in the asserted identity's validity. Level 1 requires little or no confidence in the asserted identity. No identity proofing is required at this level, but the authentication mechanism should provide some assurance that the same claimant is accessing the protected transaction or data. A wide range of available authentication technologies can be employed and any of the token methods of Levels 2, 3, or 4, including Personal Identification Numbers (PINs), may be used. To be authenticated, the claimant must prove control of the token through a secure authentication protocol. At Level 1, long-term shared authentication secrets may be revealed to verifiers.  Assertions issued about claimants as a result of a successful authentication are either cryptographically authenticated by relying parties (using approved methods) or are obtained directly from a trusted party via a secure authentication protocol.   [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]";
2000            case LOAAN2: return "Indicator of basic digital quality or reliability of the digital reliability of the verification and validation process used to verify the claimed identity of an entity by securely associating an identifier and its authenticator. [Based on ISO 7498-2] \r\n\n                        The degree of confidence in the vetting process used to establish the identity of the individual to whom the credential was issued, and 2) the degree of confidence that the individual who uses the credential is the individual to whom the credential was issued. [OMB M-04-04 E-Authentication Guidance for Federal Agencies]\r\n\n                        Basic authentication level of assurance indicates that the relying party may have some confidence in the asserted identity's validity. Level 2 requires confidence that the asserted identity is accurate. Level 2 provides for single-factor remote network authentication, including identity-proofing requirements for presentation of identifying materials or information. A wide range of available authentication technologies can be employed, including any of the token methods of Levels 3 or 4, as well as passwords. Successful authentication requires that the claimant prove through a secure authentication protocol that the claimant controls the token.  Eavesdropper, replay, and online guessing attacks are prevented.  \nLong-term shared authentication secrets, if used, are never revealed to any party except the claimant and verifiers operated by the CSP; however, session (temporary) shared secrets may be provided to independent verifiers by the CSP. Approved cryptographic techniques are required. Assertions issued about claimants as a result of a successful authentication are either cryptographically authenticated by relying parties (using approved methods) or are obtained directly from a trusted party via a secure authentication protocol.   [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]";
2001            case LOAAN3: return "Indicator of medium digital quality or reliability of the digital reliability of verification and validation of the process used to verify the claimed identity of an entity by securely associating an identifier and its authenticator. [Based on ISO 7498-2] \r\n\n                        The degree of confidence in the vetting process used to establish the identity of the individual to whom the credential was issued, and 2) the degree of confidence that the individual who uses the credential is the individual to whom the credential was issued. [OMB M-04-04 E-Authentication Guidance for Federal Agencies] \r\n\n                        Medium authentication level of assurance indicates that the relying party may have high confidence in the asserted identity's validity.  Level 3 is appropriate for transactions that need high confidence in the accuracy of the asserted identity. Level 3 provides multifactor remote network authentication. At this level, identity-proofing procedures require verification of identifying materials and information. Authentication is based on proof of possession of a key or password through a cryptographic protocol. Cryptographic strength mechanisms should protect the primary authentication token (a cryptographic key) against compromise by the protocol threats, including eavesdropper, replay, online guessing, verifier impersonation, and man-in-the-middle attacks. A minimum of two authentication factors is required. Three kinds of tokens may be used:\r\n\n                        \n                           \"soft\" cryptographic token, which has the key stored on a general-purpose computer, \n                           \"hard\" cryptographic token, which has the key stored on a special hardware device, and \n                           \"one-time password\" device token, which has symmetric key stored on a personal hardware device that is a cryptographic module validated at FIPS 140-2 Level 1 or higher. Validation testing of cryptographic modules and algorithms for conformance to Federal Information Processing Standard (FIPS) 140-2, Security Requirements for Cryptographic Modules, is managed by NIST.\n                        \n                        Authentication requires that the claimant prove control of the token through a secure authentication protocol. The token must be unlocked with a password or biometric representation, or a password must be used in a secure authentication protocol, to establish two-factor authentication. Long-term shared authentication secrets, if used, are never revealed to any party except the claimant and verifiers operated directly by the CSP; however, session (temporary) shared secrets may be provided to independent verifiers by the CSP. Approved cryptographic techniques are used for all operations.  Assertions issued about claimants as a result of a successful authentication are either cryptographically authenticated by relying parties (using approved methods) or are obtained directly from a trusted party via a secure authentication protocol.    [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]";
2002            case LOAAN4: return "Indicator of high digital quality or reliability of the digital reliability of the verification and validation process used to verify the claimed identity of an entity by securely associating an identifier and its authenticator. [Based on ISO 7498-2] \r\n\n                        The degree of confidence in the vetting process used to establish the identity of the individual to whom the credential was issued, and 2) the degree of confidence that the individual who uses the credential is the individual to whom the credential was issued. [OMB M-04-04 E-Authentication Guidance for Federal Agencies]\r\n\n                        High authentication level of assurance indicates that the relying party may have very high confidence in the asserted identity's validity. Level 4 is for transactions that need very high confidence in the accuracy of the asserted identity. Level 4 provides the highest practical assurance of remote network authentication. Authentication is based on proof of possession of a key through a cryptographic protocol. This level is similar to Level 3 except that only “hard� cryptographic tokens are allowed, cryptographic module validation requirements are strengthened, and subsequent critical data transfers must be authenticated via a key that is bound to the authentication process. The token should be a hardware cryptographic module validated at FIPS 140-2 Level 2 or higher overall with at least FIPS 140-2 Level 3 physical security. This level requires a physical token, which cannot readily be copied, and operator authentication at Level 2 and higher, and ensures good, two-factor remote authentication.\r\n\n                        Level 4 requires strong cryptographic authentication of all parties and all sensitive data transfers between the parties. Either public key or symmetric key technology may be used. Authentication requires that the claimant prove through a secure authentication protocol that the claimant controls the token. Eavesdropper, replay, online guessing, verifier impersonation, and man-in-the-middle attacks are prevented. Long-term shared authentication secrets, if used, are never revealed to any party except the claimant and verifiers operated directly by the CSP; however, session (temporary) shared secrets may be provided to independent verifiers by the CSP. Strong approved cryptographic techniques are used for all operations. All sensitive data transfers are cryptographically authenticated using keys bound to the authentication process.   [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]";
2003            case LOAAP: return "The value assigned as the indicator of the digital quality or reliability of a defined sequence of messages between a Claimant and a Verifier that demonstrates that the Claimant has possession and control of a valid token to establish his/her identity, and optionally, demonstrates to the Claimant that he or she is communicating with the intended Verifier. [Based on NIST SP 800-63-2]";
2004            case LOAAP1: return "Indicator of the low digital quality or reliability of a defined sequence of messages between a Claimant and a Verifier that demonstrates that the Claimant has possession and control of a valid token to establish his/her identity, and optionally, demonstrates to the Claimant that he or she is communicating with the intended Verifier. [Based on NIST SP 800-63-2]\r\n\n                        Low authentication process level of assurance indicates that (1) long-term shared authentication secrets may be revealed to verifiers; and (2) assertions and assertion references require protection from manufacture/modification and reuse attacks.  [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]";
2005            case LOAAP2: return "Indicator of the basic digital quality or reliability of a defined sequence of messages between a Claimant and a Verifier that demonstrates that the Claimant has possession and control of a valid token to establish his/her identity, and optionally, demonstrates to the Claimant that he or she is communicating with the intended Verifier. [Based on NIST SP 800-63-2]\r\n\n                        Basic authentication process level of assurance indicates that long-term shared authentication secrets are never revealed to any other party except Credential Service Provider (CSP).  Sessions (temporary) shared secrets may be provided to independent verifiers by CSP. Long-term shared authentication secrets, if used, are never revealed to any other party except Verifiers operated by the Credential Service Provider (CSP); however, session (temporary) shared secrets may be provided to independent Verifiers by the CSP. In addition to Level 1 requirements, assertions are resistant to disclosure, redirection, capture and substitution attacks. Approved cryptographic techniques are required.  [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]";
2006            case LOAAP3: return "Indicator of the medium digital quality or reliability of a defined sequence of messages between a Claimant and a Verifier that demonstrates that the Claimant has possession and control of a valid token to establish his/her identity, and optionally, demonstrates to the Claimant that he or she is communicating with the intended Verifier. [Based on NIST SP 800-63-2]\r\n\n                        Medium authentication process level of assurance indicates that the token can be unlocked with password, biometric, or uses a secure multi-token authentication protocol to establish two-factor authentication.  Long-term shared authentication secrets are never revealed to any party except the Claimant and Credential Service Provider (CSP).\r\n\n                        Authentication requires that the Claimant prove, through a secure authentication protocol, that he or she controls the token. The Claimant unlocks the token with a password or biometric, or uses a secure multi-token authentication protocol to establish two-factor authentication (through proof of possession of a physical or software token in combination with some memorized secret knowledge). Long-term shared authentication secrets, if used, are never revealed to any party except the Claimant and Verifiers operated directly by the CSP; however, session (temporary) shared secrets may be provided to independent Verifiers by the CSP. In addition to Level 2 requirements, assertions are protected against repudiation by the Verifier.";
2007            case LOAAP4: return "Indicator of the high digital quality or reliability of a defined sequence of messages between a Claimant and a Verifier that demonstrates that the Claimant has possession and control of a valid token to establish his/her identity, and optionally, demonstrates to the Claimant that he or she is communicating with the intended Verifier. [Based on NIST SP 800-63-2]\r\n\n                        High authentication process level of assurance indicates all sensitive data transfer are cryptographically authenticated using keys bound to the authentication process.  Level 4 requires strong cryptographic authentication of all communicating parties and all sensitive data transfers between the parties. Either public key or symmetric key technology may be used. Authentication requires that the Claimant prove through a secure authentication protocol that he or she controls the token. All protocol threats at Level 3 are required to be prevented at Level 4. Protocols shall also be strongly resistant to man-in-the-middle attacks. Long-term shared authentication secrets, if used, are never revealed to any party except the Claimant and Verifiers operated directly by the CSP; however, session (temporary) shared secrets may be provided to independent Verifiers by the CSP. Approved cryptographic techniques are used for all operations. All sensitive data transfers are cryptographically authenticated using keys bound to the authentication process.   [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]";
2008            case LOAAS: return "The value assigned as the indicator of the high quality or reliability of the statement from a Verifier to a Relying Party (RP) that contains identity information about a Subscriber. Assertions may also contain verified attributes.";
2009            case LOAAS1: return "Indicator of the low quality or reliability of the statement from a Verifier to a Relying Party (RP) that contains identity information about a Subscriber. Assertions may also contain verified attributes.\r\n\n                        Assertions and assertion references require protection from modification and reuse attacks.  [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]";
2010            case LOAAS2: return "Indicator of the basic quality or reliability of the statement from a Verifier to a Relying Party (RP) that contains identity information about a Subscriber. Assertions may also contain verified attributes.\r\n\n                        Assertions are resistant to disclosure, redirection, capture and substitution attacks.  Approved cryptographic techniques are required for all assertion protocols.  [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]";
2011            case LOAAS3: return "Indicator of the medium quality or reliability of the statement from a Verifier to a Relying Party (RP) that contains identity information about a Subscriber. Assertions may also contain verified attributes.\r\n\n                        Assertions are protected against repudiation by the verifier.  [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]";
2012            case LOAAS4: return "Indicator of the high quality or reliability of the statement from a Verifier to a Relying Party (RP) that contains identity information about a Subscriber. Assertions may also contain verified attributes.\r\n\n                        Strongly resistant to man-in-the-middle attacks. \"Bearer\" assertions are not used.  \"Holder-of-key\" assertions may be used. RP maintains records of the assertions.  [Summary of the technical requirements specified in NIST SP 800-63 for the four levels of assurance defined by the December 2003, the Office of Management and Budget (OMB) issued Memorandum M-04-04, E-Authentication Guidance for Federal Agencies.]";
2013            case LOACM: return "Indicator of the digital quality or reliability of the activities performed by the Credential Service Provider (CSP) subsequent to electronic authentication registration, identity proofing and issuance activities to manage and safeguard the integrity of an issued credential and its binding to an identity. [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]";
2014            case LOACM1: return "Indicator of the low digital quality or reliability of the activities performed by the Credential Service Provider (CSP) subsequent to electronic authentication registration, identity proofing and issuance activities to manage and safeguard the integrity of an issued credential and its binding to an identity. Little or no confidence that an individual has maintained control over a token that has been entrusted to him or her and that that token has not been compromised. Characteristics include weak identity binding to tokens and plaintext passwords or secrets not transmitted across a network. [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]";
2015            case LOACM2: return "Indicator of the basic digital quality or reliability of the activities performed by the Credential Service Provider (CSP) subsequent to electronic authentication registration, identity proofing and issuance activities to manage and safeguard the integrity of an issued credential and its binding to an identity.  Some confidence that an individual has maintained control over a token that has been entrusted to him or her and that that token has not been compromised. Characteristics include:  Verification must prove claimant controls the token; token resists online guessing, replay, session hijacking, and eavesdropping attacks; and  token is at least weakly resistant to man-in-the middle attacks. [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]";
2016            case LOACM3: return "Indicator of the medium digital quality or reliability of the activities performed by the Credential Service Provider (CSP) subsequent to electronic authentication registration, identity proofing and issuance activities to manage and safeguard the integrity of an issued credential and it’s binding to an identity.  High confidence that an individual has maintained control over a token that has been entrusted to him or her and that that token has not been compromised. Characteristics  include: Ownership of token verifiable through security authentication protocol and credential management protects against verifier impersonation attacks. [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]";
2017            case LOACM4: return "Indicator of the high digital quality or reliability of the activities performed by the Credential Service Provider (CSP) subsequent to electronic authentication registration, identity proofing and issuance activities to manage and safeguard the integrity of an issued credential and it’s binding to an identity.  Very high confidence that an individual has maintained control over a token that has been entrusted to him or her and that that token has not been compromised. Characteristics include: Verifier can prove control of token through a secure protocol; credential management supports strong cryptographic authentication of all communication parties. [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]";
2018            case LOAID: return "Indicator of the quality or reliability in the process of ascertaining that an individual is who he or she claims to be.";
2019            case LOAID1: return "Indicator of low digital quality or reliability in the process of ascertaining that an individual is who he or she claims to be.  Requires that a continuity of identity be maintained but does not require identity proofing. [Based on Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]";
2020            case LOAID2: return "Indicator of some digital quality or reliability in the process of ascertaining that that an individual is who he or she claims to be. Requires identity proofing via presentation of identifying material or information. [Based on Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]";
2021            case LOAID3: return "Indicator of high digital quality or reliability in the process of ascertaining that an individual is who he or she claims to be.  Requires identity proofing procedures for verification of identifying materials and information. [Based on Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]";
2022            case LOAID4: return "Indicator of high digital quality or reliability in the process of ascertaining that an individual is who he or she claims to be.  Requires identity proofing procedures for verification of identifying materials and information. [Based on Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]";
2023            case LOANR: return "Indicator of the digital quality or reliability in the process of establishing proof of delivery and proof of origin. [Based on ISO 7498-2]";
2024            case LOANR1: return "Indicator of low digital quality or reliability in the process of establishing proof of delivery and proof of origin. [Based on ISO 7498-2]";
2025            case LOANR2: return "Indicator of basic digital quality or reliability in the process of establishing proof of delivery and proof of origin. [Based on ISO 7498-2]";
2026            case LOANR3: return "Indicator of medium digital quality or reliability in the process of establishing proof of delivery and proof of origin. [Based on ISO 7498-2]";
2027            case LOANR4: return "Indicator of high digital quality or reliability in the process of establishing proof of delivery and proof of origin. [Based on ISO 7498-2]";
2028            case LOARA: return "Indicator of the digital quality or reliability of the information exchange between network-connected devices where the information cannot be reliably protected end-to-end by a single organization’s security controls. [Based on NIST SP 800-63-2]";
2029            case LOARA1: return "Indicator of low digital quality or reliability of the information exchange between network-connected devices where the information cannot be reliably protected end-to-end by a single organization’s security controls. [Based on NIST SP 800-63-2]";
2030            case LOARA2: return "Indicator of basic digital quality or reliability of the information exchange between network-connected devices where the information cannot be reliably protected end-to-end by a single organization’s security controls. [Based on NIST SP 800-63-2]";
2031            case LOARA3: return "Indicator of medium digital quality or reliability of the information exchange between network-connected devices where the information cannot be reliably protected end-to-end by a single organization’s security controls. [Based on NIST SP 800-63-2]";
2032            case LOARA4: return "Indicator of high digital quality or reliability of the information exchange between network-connected devices where the information cannot be reliably protected end-to-end by a single organization's security controls. [Based on NIST SP 800-63-2]";
2033            case LOATK: return "Indicator of the digital quality or reliability of single and multi-token authentication. [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]";
2034            case LOATK1: return "Indicator of the low digital quality or reliability of single and multi-token authentication. Permits the use of any of the token methods of Levels 2, 3, or 4. [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]";
2035            case LOATK2: return "Indicator of the basic digital quality or reliability of single and multi-token authentication. Requires single factor authentication using memorized secret tokens, pre-registered knowledge tokens, look-up secret tokens, out of band tokens, or single factor one-time password devices. [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]";
2036            case LOATK3: return "Indicator of the medium digital quality or reliability of single and multi-token authentication. Requires two authentication factors. Provides multi-factor remote network authentication. Permits multi-factor software cryptographic token. [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]";
2037            case LOATK4: return "Indicator of the high digital quality or reliability of single and multi-token authentication. Requires token that is a hardware cryptographic module validated at validated at Federal Information Processing Standard (FIPS) 140-2 Level 2 or higher overall with at least FIPS 140-2 Level 3 physical security. Level 4 token requirements can be met by using the PIV authentication key of a FIPS 201 compliant Personal Identity Verification (PIV) Card.  [Electronic Authentication Guideline - Recommendations of the National Institute of Standards and Technology, NIST Special Publication 800-63-1, Dec 2011]";
2038            case TRSTMECOBV: return "Values for security trust mechanism metadata observation made about a security architecture system component that supports enforcement of security policies.";
2039            case _SEVERITYOBSERVATION: return "Potential values for observations of severity.";
2040            case H: return "Indicates the condition may be life-threatening or has the potential to cause permanent injury.";
2041            case L: return "Indicates the condition may result in some adverse consequences but is unlikely to substantially affect the situation of the subject.";
2042            case M: return "Indicates the condition may result in noticable adverse adverse consequences but is unlikely to be life-threatening or cause permanent injury.";
2043            case _SUBJECTBODYPOSITION: return "Contains codes for defining the observed, physical position of a subject, such as during an observation, assessment, collection of a specimen, etc.  ECG waveforms and vital signs, such as blood pressure, are two examples where a general, observed position typically needs to be noted.";
2044            case LLD: return "Lying on the left side.";
2045            case PRN: return "Lying with the front or ventral surface downward; lying face down.";
2046            case RLD: return "Lying on the right side.";
2047            case SFWL: return "A semi-sitting position in bed with the head of the bed elevated approximately 45 degrees.";
2048            case SIT: return "Resting the body on the buttocks, typically with upper torso erect or semi erect.";
2049            case STN: return "To be stationary, upright, vertical, on one's legs.";
2050            case SUP: return "supine";
2051            case RTRD: return "Lying on the back, on an inclined plane, typically about 30-45 degrees with head raised and feet lowered.";
2052            case TRD: return "Lying on the back, on an inclined plane, typically about 30-45 degrees, with  head lowered and feet raised.";
2053            case _VERIFICATIONOUTCOMEVALUE: return "Values for observations of verification act results\r\n\n                        \n                           Examples: Verified, not verified, verified with warning.";
2054            case ACT: return "Definition: Coverage is in effect for healthcare service(s) and/or product(s).";
2055            case ACTPEND: return "Definition: Coverage is in effect for healthcare service(s) and/or product(s) - Pending Investigation";
2056            case ELG: return "Definition: Coverage is in effect for healthcare service(s) and/or product(s).";
2057            case INACT: return "Definition: Coverage is not in effect for healthcare service(s) and/or product(s).";
2058            case INPNDINV: return "Definition: Coverage is not in effect for healthcare service(s) and/or product(s) - Pending Investigation.";
2059            case INPNDUPD: return "Definition: Coverage is not in effect for healthcare service(s) and/or product(s) - Pending Eligibility Update.";
2060            case NELG: return "Definition: Coverage is not in effect for healthcare service(s) and/or product(s). May optionally include reasons for the ineligibility.";
2061            case _ANNOTATIONVALUE: return "AnnotationValue";
2062            case _COMMONCLINICALOBSERVATIONVALUE: return "Description:Used in a patient care message to value simple clinical (non-lab) observations.";
2063            case _INDIVIDUALCASESAFETYREPORTVALUEDOMAINS: return "This domain is established as a parent to a variety of value domains being defined to support the communication of Individual Case Safety Reports to regulatory bodies. Arguably, this aggregation is not taxonomically pure, but the grouping will facilitate the management of these domains.";
2064            case _INDICATIONVALUE: return "Indicates the specific observation result which is the reason for the action (prescription, lab test, etc.). E.g. Headache, Ear infection, planned diagnostic image (requiring contrast agent), etc.";
2065            default: return "?";
2066          }
2067        }
2068        public String getDisplay() {
2069          switch (this) {
2070            case _ACTCOVERAGEASSESSMENTOBSERVATIONVALUE: return "ActCoverageAssessmentObservationValue";
2071            case _ACTFINANCIALSTATUSOBSERVATIONVALUE: return "ActFinancialStatusObservationValue";
2072            case ASSET: return "asset";
2073            case ANNUITY: return "annuity";
2074            case PROP: return "real property";
2075            case RETACCT: return "retirement investment account";
2076            case TRUST: return "trust";
2077            case INCOME: return "income";
2078            case CHILD: return "child support";
2079            case DISABL: return "disability pay";
2080            case INVEST: return "investment income";
2081            case PAY: return "paid employment";
2082            case RETIRE: return "retirement pay";
2083            case SPOUSAL: return "spousal or partner support";
2084            case SUPPLE: return "income supplement";
2085            case TAX: return "tax obligation";
2086            case LIVEXP: return "living expense";
2087            case CLOTH: return "clothing expense";
2088            case FOOD: return "food expense";
2089            case HEALTH: return "health expense";
2090            case HOUSE: return "household expense";
2091            case LEGAL: return "legal expense";
2092            case MORTG: return "mortgage";
2093            case RENT: return "rent";
2094            case SUNDRY: return "sundry expense";
2095            case TRANS: return "transportation expense";
2096            case UTIL: return "utility expense";
2097            case ELSTAT: return "eligibility indicator";
2098            case ADOPT: return "adoption document";
2099            case BTHCERT: return "birth certificate";
2100            case CCOC: return "creditable coverage document";
2101            case DRLIC: return "driver license";
2102            case FOSTER: return "foster child document";
2103            case MEMBER: return "program or policy member";
2104            case MIL: return "military identification";
2105            case MRGCERT: return "marriage certificate";
2106            case PASSPORT: return "passport";
2107            case STUDENRL: return "student enrollment";
2108            case HLSTAT: return "health status";
2109            case DISABLE: return "disabled";
2110            case DRUG: return "drug use";
2111            case IVDRG: return "IV drug use";
2112            case PGNT: return "pregnant";
2113            case LIVDEP: return "living dependency";
2114            case RELDEP: return "relative dependent";
2115            case SPSDEP: return "spouse dependent";
2116            case URELDEP: return "unrelated person dependent";
2117            case LIVSIT: return "living situation";
2118            case ALONE: return "alone";
2119            case DEPCHD: return "dependent children";
2120            case DEPSPS: return "dependent spouse";
2121            case DEPYGCHD: return "dependent young children";
2122            case FAM: return "live with family";
2123            case RELAT: return "relative";
2124            case SPS: return "spouse only";
2125            case UNREL: return "unrelated person";
2126            case SOECSTAT: return "socio economic status";
2127            case ABUSE: return "abuse victim";
2128            case HMLESS: return "homeless";
2129            case ILGIM: return "illegal immigrant";
2130            case INCAR: return "incarcerated";
2131            case PROB: return "probation";
2132            case REFUG: return "refugee";
2133            case UNEMPL: return "unemployed";
2134            case _ALLERGYTESTVALUE: return "AllergyTestValue";
2135            case A0: return "no reaction";
2136            case A1: return "minimal reaction";
2137            case A2: return "mild reaction";
2138            case A3: return "moderate reaction";
2139            case A4: return "severe reaction";
2140            case _COMPOSITEMEASURESCORING: return "CompositeMeasureScoring";
2141            case ALLORNONESCR: return "All-or-nothing Scoring";
2142            case LINEARSCR: return "Linear Scoring";
2143            case OPPORSCR: return "Opportunity Scoring";
2144            case WEIGHTSCR: return "Weighted Scoring";
2145            case _COVERAGELIMITOBSERVATIONVALUE: return "CoverageLimitObservationValue";
2146            case _COVERAGELEVELOBSERVATIONVALUE: return "CoverageLevelObservationValue";
2147            case ADC: return "adult child";
2148            case CHD: return "child";
2149            case DEP: return "dependent";
2150            case DP: return "domestic partner";
2151            case ECH: return "employee";
2152            case FLY: return "family coverage";
2153            case IND: return "individual";
2154            case SSP: return "same sex partner";
2155            case _CRITICALITYOBSERVATIONVALUE: return "CriticalityObservationValue";
2156            case CRITH: return "high criticality";
2157            case CRITL: return "low criticality";
2158            case CRITU: return "unable to assess criticality";
2159            case _GENETICOBSERVATIONVALUE: return "GeneticObservationValue";
2160            case HOMOZYGOTE: return "HOMO";
2161            case _OBSERVATIONMEASURESCORING: return "ObservationMeasureScoring";
2162            case COHORT: return "cohort measure scoring";
2163            case CONTVAR: return "continuous variable measure scoring";
2164            case PROPOR: return "proportion measure scoring";
2165            case RATIO: return "ratio measure scoring";
2166            case _OBSERVATIONMEASURETYPE: return "ObservationMeasureType";
2167            case COMPOSITE: return "composite measure type";
2168            case EFFICIENCY: return "efficiency measure type";
2169            case EXPERIENCE: return "experience measure type";
2170            case OUTCOME: return "outcome measure type";
2171            case PROCESS: return "process measure type";
2172            case RESOURCE: return "resource use measure type";
2173            case STRUCTURE: return "structure measure type";
2174            case _OBSERVATIONPOPULATIONINCLUSION: return "ObservationPopulationInclusion";
2175            case DENEX: return "denominator exclusions";
2176            case DENEXCEP: return "denominator exceptions";
2177            case DENOM: return "denominator";
2178            case IP: return "initial population";
2179            case IPP: return "initial patient population";
2180            case MSRPOPL: return "measure population";
2181            case NUMER: return "numerator";
2182            case NUMEX: return "numerator exclusions";
2183            case _PARTIALCOMPLETIONSCALE: return "PartialCompletionScale";
2184            case G: return "Great extent";
2185            case LE: return "Large extent";
2186            case ME: return "Medium extent";
2187            case MI: return "Minimal extent";
2188            case N: return "None";
2189            case S: return "Some extent";
2190            case _SECURITYOBSERVATIONVALUE: return "SecurityObservationValue";
2191            case _SECINTOBV: return "security integrity";
2192            case _SECALTINTOBV: return "alteration integrity";
2193            case ABSTRED: return "abstracted";
2194            case AGGRED: return "aggregated";
2195            case ANONYED: return "anonymized";
2196            case MAPPED: return "mapped";
2197            case MASKED: return "masked";
2198            case PSEUDED: return "pseudonymized";
2199            case REDACTED: return "redacted";
2200            case SUBSETTED: return "subsetted";
2201            case SYNTAC: return "syntactic transform";
2202            case TRSLT: return "translated";
2203            case VERSIONED: return "versioned";
2204            case _SECDATINTOBV: return "data integrity";
2205            case CRYTOHASH: return "cryptographic hash function";
2206            case DIGSIG: return "digital signature";
2207            case _SECINTCONOBV: return "integrity confidence";
2208            case HRELIABLE: return "highly reliable";
2209            case RELIABLE: return "reliable";
2210            case UNCERTREL: return "uncertain reliability";
2211            case UNRELIABLE: return "unreliable";
2212            case _SECINTPRVOBV: return "provenance";
2213            case _SECINTPRVABOBV: return "provenance asserted by";
2214            case CLINAST: return "clinician asserted";
2215            case DEVAST: return "device asserted";
2216            case HCPAST: return "healthcare professional asserted";
2217            case PACQAST: return "patient acquaintance asserted";
2218            case PATAST: return "patient asserted";
2219            case PAYAST: return "payer asserted";
2220            case PROAST: return "professional asserted";
2221            case SDMAST: return "substitute decision maker asserted";
2222            case _SECINTPRVRBOBV: return "provenance reported by";
2223            case CLINRPT: return "clinician reported";
2224            case DEVRPT: return "device reported";
2225            case HCPRPT: return "healthcare professional reported";
2226            case PACQRPT: return "patient acquaintance reported";
2227            case PATRPT: return "patient reported";
2228            case PAYRPT: return "payer reported";
2229            case PRORPT: return "professional reported";
2230            case SDMRPT: return "substitute decision maker reported";
2231            case SECTRSTOBV: return "security trust observation";
2232            case TRSTACCRDOBV: return "trust accreditation observation";
2233            case TRSTAGREOBV: return "trust agreement observation";
2234            case TRSTCERTOBV: return "trust certificate observation";
2235            case TRSTLOAOBV: return "trust assurance observation";
2236            case LOAAN: return "authentication level of assurance value";
2237            case LOAAN1: return "low authentication level of assurance";
2238            case LOAAN2: return "basic authentication level of assurance";
2239            case LOAAN3: return "medium authentication level of assurance";
2240            case LOAAN4: return "high authentication level of assurance";
2241            case LOAAP: return "authentication process level of assurance value";
2242            case LOAAP1: return "low authentication process level of assurance";
2243            case LOAAP2: return "basic authentication process level of assurance";
2244            case LOAAP3: return "medium authentication process level of assurance";
2245            case LOAAP4: return "high authentication process level of assurance";
2246            case LOAAS: return "assertion level of assurance value";
2247            case LOAAS1: return "low assertion level of assurance";
2248            case LOAAS2: return "basic assertion level of assurance";
2249            case LOAAS3: return "medium assertion level of assurance";
2250            case LOAAS4: return "high assertion level of assurance";
2251            case LOACM: return "token and credential management level of assurance value)";
2252            case LOACM1: return "low token and credential management level of assurance";
2253            case LOACM2: return "basic token and credential management level of assurance";
2254            case LOACM3: return "medium token and credential management level of assurance";
2255            case LOACM4: return "high token and credential management level of assurance";
2256            case LOAID: return "identity proofing level of assurance";
2257            case LOAID1: return "low identity proofing level of assurance";
2258            case LOAID2: return "basic identity proofing level of assurance";
2259            case LOAID3: return "medium identity proofing level of assurance";
2260            case LOAID4: return "high identity proofing level of assurance";
2261            case LOANR: return "non-repudiation level of assurance value";
2262            case LOANR1: return "low non-repudiation level of assurance";
2263            case LOANR2: return "basic non-repudiation level of assurance";
2264            case LOANR3: return "medium non-repudiation level of assurance";
2265            case LOANR4: return "high non-repudiation level of assurance";
2266            case LOARA: return "remote access level of assurance value";
2267            case LOARA1: return "low remote access level of assurance";
2268            case LOARA2: return "basic remote access level of assurance";
2269            case LOARA3: return "medium remote access level of assurance";
2270            case LOARA4: return "high remote access level of assurance";
2271            case LOATK: return "token level of assurance value";
2272            case LOATK1: return "low token level of assurance";
2273            case LOATK2: return "basic token level of assurance";
2274            case LOATK3: return "medium token level of assurance";
2275            case LOATK4: return "high token level of assurance";
2276            case TRSTMECOBV: return "none supplied 6";
2277            case _SEVERITYOBSERVATION: return "SeverityObservation";
2278            case H: return "High";
2279            case L: return "Low";
2280            case M: return "Moderate";
2281            case _SUBJECTBODYPOSITION: return "_SubjectBodyPosition";
2282            case LLD: return "left lateral decubitus";
2283            case PRN: return "prone";
2284            case RLD: return "right lateral decubitus";
2285            case SFWL: return "Semi-Fowler's";
2286            case SIT: return "sitting";
2287            case STN: return "standing";
2288            case SUP: return "supine";
2289            case RTRD: return "reverse trendelenburg";
2290            case TRD: return "trendelenburg";
2291            case _VERIFICATIONOUTCOMEVALUE: return "verification outcome";
2292            case ACT: return "active coverage";
2293            case ACTPEND: return "active - pending investigation";
2294            case ELG: return "eligible";
2295            case INACT: return "inactive";
2296            case INPNDINV: return "inactive - pending investigation";
2297            case INPNDUPD: return "inactive - pending eligibility update";
2298            case NELG: return "not eligible";
2299            case _ANNOTATIONVALUE: return "AnnotationValue";
2300            case _COMMONCLINICALOBSERVATIONVALUE: return "common clinical observation";
2301            case _INDIVIDUALCASESAFETYREPORTVALUEDOMAINS: return "Individual Case Safety Report Value Domains";
2302            case _INDICATIONVALUE: return "IndicationValue";
2303            default: return "?";
2304          }
2305    }
2306
2307
2308}
2309