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
-
Method Details
-
toCode
Get the XML/JSON representation for an enumerated value- Returns:
- the XML/JSON representation
-