-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the emNutt wiki!
- mACM standard: http://ihe.net/uploadedFiles/Documents/ITI/IHE_ITI_Suppl_mACM.pdf
- FHIR Reources:
-
- https://www.hl7.org/fhir/datatypes.html#Identifier Identifier data type
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:
- provider.identifier.system = http://play.dhis2.org/demo
- provider.identifier.value = the user ID
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