module HQMF::Util::EntityHelper

Public Instance Methods

care_partner_entity?() click to toggle source
# File lib/util/entity_helper.rb, line 9
def care_partner_entity?
  self[:hqmfOid] == '2.16.840.1.113883.10.20.28.4.134'
end
organization_entity?() click to toggle source
# File lib/util/entity_helper.rb, line 13
def organization_entity?
  self[:hqmfOid] == '2.16.840.1.113883.10.20.28.4.135'
end
patient_entity?() click to toggle source
# File lib/util/entity_helper.rb, line 17
def patient_entity?
  self[:hqmfOid] == '2.16.840.1.113883.10.20.28.4.136'
end
practitioner_entity?() click to toggle source
# File lib/util/entity_helper.rb, line 5
def practitioner_entity?
  self[:hqmfOid] == '2.16.840.1.113883.10.20.28.4.137'
end