Package com.ibm.fhir.model.type.code
Class NamingSystemIdentifierType
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.type.Element
-
- com.ibm.fhir.model.type.String
-
- com.ibm.fhir.model.type.Code
-
- com.ibm.fhir.model.type.code.NamingSystemIdentifierType
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class NamingSystemIdentifierType extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNamingSystemIdentifierType.Builderstatic classNamingSystemIdentifierType.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static NamingSystemIdentifierTypeOIDOIDstatic NamingSystemIdentifierTypeOTHEROtherstatic NamingSystemIdentifierTypeURIURIstatic NamingSystemIdentifierTypeUUIDUUID
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NamingSystemIdentifierType.Builderbuilder()static Codecode(String value)Inherited factory method for creating NamingSystemIdentifierType objects from a passed string value.booleanequals(Object obj)NamingSystemIdentifierType.ValueSetgetValueAsEnumConstant()inthashCode()static NamingSystemIdentifierTypeof(NamingSystemIdentifierType.ValueSet value)Factory method for creating NamingSystemIdentifierType objects from a passed enum value.static NamingSystemIdentifierTypeof(String value)Factory method for creating NamingSystemIdentifierType objects from a passed string value.static Stringstring(String value)Inherited factory method for creating NamingSystemIdentifierType objects from a passed string value.NamingSystemIdentifierType.BuildertoBuilder()Create a new Builder from the contents of this Element-
Methods inherited from class com.ibm.fhir.model.type.String
getValue, hasChildren
-
Methods inherited from class com.ibm.fhir.model.type.Element
as, getExtension, getId, is
-
-
-
-
Field Detail
-
OID
public static final NamingSystemIdentifierType OID
OIDAn ISO object identifier; e.g. 1.2.3.4.5.
-
UUID
public static final NamingSystemIdentifierType UUID
UUIDA universally unique identifier of the form a5afddf4-e880-459b-876e-e4591b0acc11.
-
URI
public static final NamingSystemIdentifierType URI
URIA uniform resource identifier (ideally a URL - uniform resource locator); e.g. http://unitsofmeasure.org.
-
OTHER
public static final NamingSystemIdentifierType OTHER
OtherSome other type of unique identifier; e.g. HL7-assigned reserved string such as LN for LOINC.
-
-
Method Detail
-
getValueAsEnumConstant
public NamingSystemIdentifierType.ValueSet getValueAsEnumConstant()
-
of
public static NamingSystemIdentifierType of(NamingSystemIdentifierType.ValueSet value)
Factory method for creating NamingSystemIdentifierType objects from a passed enum value.
-
of
public static NamingSystemIdentifierType of(String value)
Factory method for creating NamingSystemIdentifierType objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
string
public static String string(String value)
Inherited factory method for creating NamingSystemIdentifierType objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
code
public static Code code(String value)
Inherited factory method for creating NamingSystemIdentifierType objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
toBuilder
public NamingSystemIdentifierType.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static NamingSystemIdentifierType.Builder builder()
-
-