Class CodeType

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Externalizable, Serializable, Comparable<CodeType>, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseDatatype, org.hl7.fhir.instance.model.api.IBaseElement, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IPrimitiveType<String>, ICoding

public class CodeType extends StringType implements Comparable<CodeType>, ICoding
Primitive type "code" in FHIR, when not bound to an enumerated list of codes
See Also: