Package ca.cdr.api.model.enm
Enum Class CodeSystemEnum
- All Implemented Interfaces:
Serializable
,Comparable<CodeSystemEnum>
,Constable
Stores commonly used CodeSystem information. Includes both the DSTU3 and R4 URIs, which can be accessed via
FHIR context.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic CodeSystemEnum
fromCodeSystemUri
(String theFhirUri) static CodeSystemEnum
fromCodeSystemUri
(String theFhirUri, FhirContext theFhirContext) static CodeSystemEnum
getCodeSystemUri
(FhirContext theCtx) getCodeSystemUri
(FhirVersionEnum theVersion) getOid()
boolean
boolean
boolean
hasOid()
boolean
isTheStringReferringToThisSystem
(String systemCode) org.hl7.fhir.dstu3.model.Coding
Deprecated.Only used in the legacy CDA transformerstatic CodeSystemEnum
Returns the enum constant of this class with the specified name.static CodeSystemEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SNOMED
-
LOINC
-
RX_NORM
-
NCI_THESAURUS
-
ICD_10_CM
-
ICD_10
-
ICD_9
-
ICD_9CM_DIAGNOSIS_CODES
-
NDC
-
CVX
-
PCS
-
CDT_2
-
UCUM
-
HL7_ACT_CLASS
-
HL7_ACT_CODE
-
HL7_ACT_REASON
-
CONDITION_CATEGORY_CS
-
MARITAL_STATUS
-
NULL_FLAVOR
-
DIAGNOSIS_ROLE
-
MEDICATION_ADMIN_STATUS
-
ALLERGY_INTOLERANCE_CATEGORY
-
MEDICATION_REQUEST_STATUS_REASON
-
HL7_TBL_0063_RELATIONSHIP
-
HL7_TBL_0074_DIAGNOSTIC_SERVICE_SECTION
-
HL7V2_TBL_0078
-
ADMINISTRATIVE_GENDER
-
LOCATION_PHYSICAL_TYPE
-
HL7_TBL_0203
-
HL7V2_TBL_0001
-
HL7V2_TBL_0002
-
HL7V2_TBL_0004
-
HL7V2_TBL_0003
-
HL7V2_TBL_0038
-
HL7V2_TBL_0119
-
HL7V2_TBL_0123
-
HL7V2_TBL_0127
-
HL7V2_TBL_0128
-
HL7V2_TBL_0190
-
HL7V2_TBL_0191
-
HL7V2_TBL_0834
-
HL7V2_TBL_0202
-
HL7V2_TBL_0278
-
HL7V2_TBL_0276
-
HL7V2_TBL_0305
-
HL7V2_TBL_0322
-
HL7V2_TBL_0438
-
OBSERVATION_STATUS_CATEGORY
-
OBSERVATION_VALUE
-
OBSERVATION_CATEGORY
-
OBSERVATION_INTERPRETATION
-
ROLE_CODE
-
NUCC_HEALTHCARE_PROVIDER_TAXONOMY
-
HSLOC
-
IMMUNIZATION_RECOMMENDATION_STATUS
-
CPT_4
-
NDF_RT
-
ORGANIZATION_TYPE
-
ADMIT_SOURCE
-
DISCHARGE_DISPOSITION
-
CONDITION_CATEGORY
-
ALLERGY_INTOLERANCE_CLINICAL_STATUS
-
ALLERGY_INTOLERANCE_VERIFICATION_STATUS
-
SERVICE_TYPE
-
ENCOUNTER_STATUS
-
APPOINTMENT_STATUS
-
MEDICATION_REQUEST_STATUS
-
DIAGNOSTIC_REPORT_STATUS
-
REQUEST_STATUS
-
IMMUNIZATION_EVENT_STATUS
-
ADDRESS_TYPE
-
ADDRESS_USE
-
ALLERGY_INTOLERANCE_CRITICALITY
-
CONTACT_POINT_USE
-
CONTACT_POINT_SYSTEM
-
ACT_STATUS
-
HL7_TERMINOLOGY_ADMINISTRATIVE_GENDER
-
ALLERGY_INTOLERANCE_TYPE
-
ALLERGY_INTOLERANCE_REACTION_SEVERITY
-
DEVICE_STATUS
-
MEDICATION_STATUS
-
OBSERVATION_STATUS
-
HISTORY_STATUS
-
V2_TABLE_0131
-
HL7_CONDITION_CLINICAL_STATUS
-
CONDITION_VERIFICATION_STATUS
-
DATA_ABSENT_REASON
-
PROBLEM_ACT
-
RELIGIOUS_AFFILIATION
-
FAMILY_MEMBER_HISTORY
-
NUBC_DISCHARGE_DISPOSITION
-
HL7_PARTICIPATION_FUNCTION
-
HL7_ROLE_CLASS
-
CDA_CONFIDENTIALITY
-
GOAL_LIFECYCLE_STATUS
-
HL7_COMPOSITION_STATUS
-
HL7_ENTITY_NAME_USE
-
NAME_USE
-
HL7_URL_SCHEME
-
US_CORE_DOCUMENT_REFERENCE_CATEGORY_CODES
-
EVENT_STATUS
-
NCTS_DATA_COMPONENTS
-
CONSENT_CATEGORY_CODES
-
HL7V2_TBL_0270
-
COVERAGE_CLASS
-
SUBSCRIBER_RELATIONSHIP
-
US_CORE_CATEGORY
-
FM_STATUS
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
fromOid
-
fromCodeSystemUri
-
fromCodeSystemUri
-
getOid
-
hasOid
-
getDisplay
-
hasDisplay
-
getCodeSystemUri
-
getCodeSystemUri
-
getCodeSystemUri
-
hasCodeSystemUri
-
seedCoding
Deprecated.Only used in the legacy CDA transformer -
isTheStringReferringToThisSystem
-