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

    Modifier and Type
    Method
    Description
    Get the XML/JSON representation for an enumerated value
  • Method Details

    • toCode

      Get the XML/JSON representation for an enumerated value
      Returns:
      the XML/JSON representation