module LifenFhir class Medium < Element def fhir_payload { coding:[{ id: uuid }] } end end end