
Package org.hl7.fhir.instance.model.api
Interface IBaseFhirEnum
-
public interface IBaseFhirEnum
Interface to be implemented by all built-in FHIR enumerations (i.e. the actual FHIR-defined Java Enum will implement this interface)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
toCode()
Get the XML/JSON representation for an enumerated value
-