Packages

ISO/HL7 FHIR Application Server

Current section

Files

Jump to
hl7 include DeviceRequest.hrl
Raw

include/DeviceRequest.hrl

-ifndef(DEVICEREQUEST_HL7).
-define(DEVICEREQUEST_HL7, true).
-record('DeviceRequest', {
id = [],
status = [],
statusReason = [],
intent = [],
code = [],
codeRef = [],
quantity = [],
subject = [],
requester = [],
encounter = [],
reason = [],
authoredOn = [],
organization = [],
location = [],
program = [],
requisition = [],
dispenseValidTo = [],
occurrencePeriod = [],
verificationCode = [],
contextEpisodeId = [],
signedContentLinks = [],
basedOn = [],
priority = [],
parameters = [],
performer = [],
supportingInfo = []
}).
-endif.