Class CodeableConcept

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, 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.ICompositeType

public class CodeableConcept extends Type implements org.hl7.fhir.instance.model.api.ICompositeType
A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.
See Also:
  • Field Details

    • coding

      protected List<Coding> coding
      A reference to a code defined by a terminology system.
    • text

      protected StringType text
      A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.
  • Constructor Details

  • Method Details