Skip to content
Carl Leitner edited this page Feb 12, 2016 · 3 revisions

Welcome to the emNutt wiki!

Communication:

Resources:

Example Code:

Example JQuery code to initiate a Report Alert https://github.com/openhie/openinfoman-dhis/blob/master/dhis-apps/macm-reporter/index.html In particular take a look at:

  • mACMReporter.prototype.CreatePayload
  • mACMReporter.prototype.SendMessage

Identifiers are linked to for patients and providers in these above FHIR resources. This could be phone or email (according to the spec). They could also be user ids for software applications. For example a user id in DHIS2 is linked with:

FHIR Server

In your communication, you need to either embed the practitioner or patient resource or you need to pass a reference to it. If you pass a reference to it, should need a valid FHIR server setup.

You can see an example practitioner resource here: http:// ec2-54-159-147-144.compute-1.amazonaws.com:8984/CSD/csr/DHIS2-ec2/careServicesRequest/urn:openhie.org:openinfoman-fhir:fhir_practitioner_read/adapter/fhir/Practitioner/urn:uuid:11115a11-e4d7-3629-9e58-c524dcb85b1f

Clone this wiki locally