•   almost 5 years ago

SDK Health locator

Hello This is Hari. I am trying to learn more about SDK? I was wondering to see if health locator has a database of HCP , clinics and hospitals alone or in general all healthcare providing services centers such as urgent care centers, massage therapy places, minute clinics etc.
2. Is there way I get some help in adding new profiles to the healthcare locator database that are not being made available in reference to Covid vaccinations.

  • 12 comments

  • Manager   •   almost 5 years ago

    Hello Hari,
    Many thanks for your message and participation.
    1. The HealthCare Locator tries to collect about all kind of HCPs and HCOs. It includes urgent care centers and others...
    But it vary from one country to another. Which country do you target?
    2. What kind of profile are you thinking of?
    All the best.
    Olivier

  •   •   almost 5 years ago

    Thank you Olivier. Target is USA. Profile I was looking at was barbershop health clinics. Not sure this kind of profile exist in the healthcare locator this is very new program by this administration : shots at shop. I am not able to get assistance with code aspect of this.

  • Manager   •   almost 5 years ago

    Hi Hari,
    I don't think we have Barbershop Health Clinics within our US database. I am checking with the team but I assume we don't have. I saw a project during this Hackathon called "Cut and Connect". Their goal is to connect Barbershops and HealthCare professionnals... Maybe you could connect with them if you do not perceive them as competitor...
    Good luck. OC

  •   •   almost 5 years ago

    Thanks Olivier. That is my project sir.

  • Manager   •   almost 5 years ago

    This is a great idea!

  •   •   almost 5 years ago

    Thank you. Not sure how to proceed without the code and healthcare locator doesnot have such database. any thoughts. Help needed.

  •   •   almost 5 years ago

    I am having a bit problem with integration of SDK to my web app using js on my react based application

  • Manager   •   almost 5 years ago

    Hi Syed,

    Can you elaborate on the problem you are encountering? With a little bit more context, we would love to help you get it sorted out.

    Thank you!

    Katherine Brazer

  •   •   almost 5 years ago

    Hello Katherine,

    well I am using react as the frontend. and the documentation is not accurate and I just want you to guide me in most detailed way to how get started. The thing mentioned in the documentation is confusing and only for vanilla javascript.

    Thanks in advance!

  •   •   almost 5 years ago

    Does this SDK have apis?
    like api links and a module for screen as a plugin or something?

  • Manager   •   almost 5 years ago

    Hi Syed,
    For now there is no React-Native version of the SDK, but it is definitively in the backlog and will be available on the near future (within a few weeks)
    The only ways for now to integrate the SDK into mobile native application is to use the Android and iOS versions of the SDK. Or alternatively, you could display the web SDK inside a WebView. We have Graphql API available but this not what we recommend. All the best. OC

  • Manager   •   almost 5 years ago

    Hi Syed,

    To complete Olivier answer, there's a React version which will come soon (React-Native will be for later).

    However it's possible by today to integrate the HealthCare Locator SDK inside a React app.

    1. Embed the script from our CDN into the public/index.html file of your app
    <script src="https://static.healthcarelocator.com/v1/hcl-sdk-web-ui/hcl-sdk.js" ></script>
    2. Declare the custom element "<hcl-sdk />" directly inside your JSX
    3. Put a "ref" on the hcl-sdk element and call init method on it (from useEffect, or componentDidMount)

    Regards,
    François

Comments are closed.