Packages

ISO/HL7 FHIR Application Server

Current section

Files

Jump to
hl7 include Location.hrl
Raw

include/Location.hrl

-ifndef(LOCATION_HL7).
-define(LOCATION_HL7, true).
-record('Location', {
name = [],
addresses = [],
phones = [],
email = [],
workingHours = [],
type = [],
legalEntityId = [],
externalId = [],
location = []
}).
-endif.