# WeChat Medical assistant messaging capabilities
WeChat Medical assistant is a customized messaging capability for hospitals and medical institutions, which can meet the need of public hospitals to send all-process messages for various medical scenarios in WeChat, reaching users more efficiently, and also has richer scalability and interfaces.
# Introduction to medical assistants
WeChat The medical assistant function relies on WeChat messaging capabilities to provide hospitals with the ability to send medical process messages in service announcements, and supports the generation of medical process visualization pages.
# Open a medical assistant
# A body of medical assistants can be activated
At present, the public service units supported by medical assistants are the public service units, and the public service units are the Service Account and Weixin Mini Program of the government.
# Open Path
Hospital Service Account: Log in the "Service Number Public Platform," select "Advertising and Services" - "City Services" - "Industry Capabilities" - "Medical Assistant" in the sidebar function,Click "Open function." After opening, the hospital service number has access to all the interfaces of the medical assistant. If you don't find the city service portal, look for the city service first and add it in the new features on the sidebar.
Hospital Weixin Mini Program: Service Account needs to be opened in accordance with the above process, after opening, you can use the Mini Program user openid to send a message
# A explaination of the ability of medical assistants
# Templates Request and Use
After the WeChat public platform account, you can use all the templates in the medical assistant template library without additional application.
# Message Received
The medical assistant message will be sent to each user's WeChat service notice, sent to the main body of the hospital, and can display the number of notice in the WeChat dialogue bar.
# How the medical assistance landing page is configured for each project
Top medical scene configuration
If the message under the same order_id
All outpatient physician process messages with status "15010xx" (a post-physician reminder of "155050xx" can be added to this order_id, which does not affect the judgment of the medical scene), then the visit is displayed at the top as "this outpatient process"
A hospitalization process message that is all status "15020xx" (a post-clinical reminder of "155050xx" can be added to this order_id, which does not affect the judgment of the hospitalization scene), then the visit is displayed at the top as "this hospitalization process."
All medical check-up process information with status "15030xx" (a post-doctoral reminder of "155050xx" can be added to this order_id, which does not affect the judgment of the medical scene), then the medical visit is displayed at the top as "this medical check-ups process"
All medical check-up process information with status "15040xx" (a post-doctoral reminder of "155050xx" can be added to this order_id, which does not affect the judgment of the medical scene), then the medical visit will be displayed at the top as "this online consultation process."
In addition to the status combination in order_id above, other combinations, due to the inability to determine the medical scenario, will be displayed as "the medical process"
Name and attendance card number
The user name and the medical card number come from the same pass parameter in the status interface parameter under the order_id
The nodes of medical treatment and their sequence in the outpatient process
Each new visualization page under order_id, if it is an outpatient process, the outpatient process is displayed by default. Registration - pre-consultation preparation - outpatient contributions - testing - post-consultation reminders Several modules.See https://docs.qq.com/sheet/DQVFRd1N0VUtyVGtX?tab=BB08J2 for the corresponding relationship of each module to which status belongs
Bottom of page Service Account and Weixin Mini Program jump bits
By default, Service Account is displayed. If you need to display a Weixin Mini Program jump, you need to enter the AppID and path of the Mini Program in the pageinfo parameter of the common message interface, and the system automatically recognizes the Mini Program's jump bit. There is only one jumping point for both the service number and the Mini Program.
# How it was developed
# How the interface is invoked
All interface requests are HTTPS-POST requests, UTF-8 encoding, and only support JSON data format. All interface calls require access_token authorization.
Service providers acquire access_token, take WeChat open platform - Third Party Platform model,Authorized by the hospital for third-party service providers by 22 City Services + 113 Medical Assistants rights set, The operational guidelines for the authorization process click here for .
# Message push interface
The medical help message sends an interface request, which is a combination of parameters for calling each message that must be filled out, and a sub-state status is an interface parameter for calling every different business process message
Interface Name | English name | Request Path |
---|---|---|
Common message push interface for medical assistants | cityservice_sendchannelmsg | /cityservice/sendchannelmsg |