module Lifen class Medium < Base attribute :uuid, String def fhir_payload { coding:[{ id: uuid }] } end end end