module LifenFhir class ContentString < Base attribute :text, String def fhir_payload { contentString: text } end end end