MrEyes
MrEyes

Reputation: 13750

Representing a System / Application in FHIR

I am looking to develop a FHIR based/derived API to support cross system/organisation functions. Primarily for the purposes of audit, and to a lesser degree access control, I would like the initiating system to include** information that describes the origin of the call. This includes:

The first two items can easily be represented with Practitioner however I can't find any resources that could be used to carry source application.

Does anybody know of any resources that could be used for this purpose? Where possible I want to avoid using extensions.

** This is actually being included in an oAuth Client Credentials flow where the calling system obtains a token by providing a system level shared secret and origin. This token is then supplied to the FHIR API method.

Upvotes: 1

Views: 99

Answers (1)

MrEyes
MrEyes

Reputation: 13750

Answering my own question

The Device resource covers what I need:

http://hl7.org/fhir/device.html

Upvotes: 1

Related Questions