FHIR and Databases - Part 2: Creating a WebAPI Project

Поділитися
Вставка
  • Опубліковано 13 гру 2024
  • Part 2 of FHIR and Databases, creating a basic FHIR WebAPI project.
    github.com/Gin...

КОМЕНТАРІ • 11

  • @qubitart9903
    @qubitart9903 Місяць тому

    Please, please, please continue the series!!

  • @esparda07
    @esparda07 7 місяців тому +1

    Please continue making these videos Gino. Thanks.

  • @albertsikkema8217
    @albertsikkema8217 2 роки тому

    Thanks for posting this series, looking forward to the next episodes!

  • @HugoMcDonalds
    @HugoMcDonalds 2 роки тому

    Thank you for helping me understand FHIR! Your videos are a great resource for someone jumping in for the first time.
    Looking forward to Part 3 of this series while I try to figure it out as well :-P

  • @sebbec6006
    @sebbec6006 2 роки тому

    Awesome video. I am looking forward to learn how to connect and run get/post against the actual hapi-fhir server.

  • @hansdebruijn2821
    @hansdebruijn2821 6 місяців тому

    Hi Gino, Do you have any plans to do tutorials on openEHR?

  • @jacekbiaecki8076
    @jacekbiaecki8076 2 роки тому +1

    Hello Gino. This episode is a kind of a teaser :) What about releasing part 3...? :) Cheers

  • @RoamingAdhocrat
    @RoamingAdhocrat 2 роки тому

    This is fantastic - thanks so much.
    Why is the POST request named "TypeCreate" rather than "InstanceCreate"?

  • @방호배
    @방호배 2 роки тому

    Thank you for the video :)
    I'm a student studying FHIR.
    Is there anything you should observe regarding the security of the FHIR database?

  • @nileshnikalje4636
    @nileshnikalje4636 Рік тому

    Nice information. Thanks and continue posting such videos. Could you please point me to the APIs for Epic Mychart. I want to get patient information (EPT and WPT records) for my clients.

  • @gabrielpereiraarte13
    @gabrielpereiraarte13 2 роки тому

    Hi Gino, how are you? Is there a contact email to communicate with you?
    I have an unusual situation involving the server response JSON format. Instead of returning something like:
    "id": "1190270",
    Returns:
    "id": {
    "value": "1190270"
    },
    Have you ever been through something like this?