FHIR Intermediate - Introduction to Profiles

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 39

  • @medblocks
    @medblocks  9 месяцев назад

    Do you want to become a FHIR 🔥 expert? Come join me in my upcoming webinar on 5th September 2024. Register now! link.medblocks.com/fhir-3dac0d

  • @SrinivasNirvana
    @SrinivasNirvana 4 месяца назад

    Its easy to understand after watching this tutorial

  • @RsZ789
    @RsZ789 3 года назад

    Great job Sidharth. You are a great teacher and explain concepts simply and concisely. Thank you!

  • @DarkShadow-321
    @DarkShadow-321 Год назад

    Thank you so much

  • @thepraveenroy
    @thepraveenroy 4 года назад +2

    Great content. Could you cover implementation guide and terminology concepts as well

  • @mailmerohit5
    @mailmerohit5 4 месяца назад

    can you please provide database schema for FHIR resources so that we can implement in our own language easily

  • @juliangonzalez3246
    @juliangonzalez3246 Год назад

    Clear and great!

  • @carloscampos3727
    @carloscampos3727 2 года назад

    Learn a lot with your videos

  • @MaheshKamat
    @MaheshKamat Год назад

    Super informative.
    What is the purpose of constraining a resource via use of profile if I can post the same resource without that constraint? In your example, do you now have two patients - one with patient id and one without?

    • @medblocks
      @medblocks  Год назад

      A resource will be validated against a profile if the resource mentioned the profile in the meta attribute. So that way you can have some guarantee of the data to expect in the resource.

  • @shyjukp1864
    @shyjukp1864 3 года назад

    Hi Sidharth,
    How could manage to get an entire medical history of a patient. I need patient,medication,ecounter, immunization etc from a single request agiants the patient id or identifier

  • @ashokag2221
    @ashokag2221 2 года назад

    Hi
    Recently I got project for FHIR
    I need to learn more
    Can u upload more videos regarding FHIR

  • @akiikius
    @akiikius 3 года назад +2

    Can you make a tutorial about how to represent the FHIR resources for a patient in a UX e.g. a web app?

    • @akiikius
      @akiikius 3 года назад

      @@medblocks thanks!!! I will check. Do you have a link?

  • @118timbale
    @118timbale 3 года назад

    Excellent content

  • @jiaminghong9269
    @jiaminghong9269 3 года назад

    Is there any similar projects available in 64-bits mac? look like forge can only be installed in windows or 32-bits mac...

  • @nedu47
    @nedu47 3 года назад

    Hello Sidharth, is it advisable to put profiles (structure definitions) in a Bundle and then send to the FHIR server or send individual profiles? Please what do you suggest?

  • @AdityaJain-xg3ms
    @AdityaJain-xg3ms 4 года назад +1

    Will you be covering extensions as well?

    • @AdityaJain-xg3ms
      @AdityaJain-xg3ms 4 года назад +1

      @@medblocks yes that would be great if you could, because as per the documentation i have gone through, extensions don't seem to be that easy

    • @AdityaJain-xg3ms
      @AdityaJain-xg3ms 4 года назад

      @@medblocks Thanks 👍

  • @rab319
    @rab319 2 года назад

    is there an opensource software like Forge?

  • @sachinanadkat2510
    @sachinanadkat2510 3 года назад

    could you please create a video on CodeSystem and ValueSet? Thanks.

  • @shyjukp1864
    @shyjukp1864 3 года назад

    How can we save all patient data on fhir server? Means if one of my EHR have 100 patients. Shall I manually save these all patient data through the patient resource by curl request ?

    • @shyjukp1864
      @shyjukp1864 3 года назад

      @@medblocks Thanks bro

    • @shyjukp1864
      @shyjukp1864 3 года назад

      @@medblocks are you know about the code, that is from fhir client using by python
      'app_id': 'my_web_app',
      'api_base': 'r4.smarthealthit.org',
      'redirect_uri': 'localhost:8000/fhir-app/',
      What is the api_base? we can use our own server to for my developement

    • @shyjukp1864
      @shyjukp1864 3 года назад

      @@medblocks are you know about the below code, that is from fhir client using by python
      'app_id': 'my_web_app',
      'api_base': 'r4.smarthealthit.org',
      'redirect_uri': 'localhost:8000/fhir-app/',
      What is the api_base? we can use our own server for my developement

    • @vishravarsr7794
      @vishravarsr7794 3 года назад

      If i understand correctly, one can prepare a transactional bundle like specified in previous video with those 100 patients and submit as one single bundle. It saves requests.

  • @AdityaJain-xg3ms
    @AdityaJain-xg3ms 4 года назад

    If a FHIR server(Azure FHIR) doesn't support profile and extension validation, will creating them derive any meaning in that server?

    • @AdityaJain-xg3ms
      @AdityaJain-xg3ms 4 года назад

      @@medblocks yes on the open source it is there but on the managed fhir server i have got a confirmation from MS that no validation is provided.
      In that case would the purpose of profiles and extensions get diluted??

    • @AdityaJain-xg3ms
      @AdityaJain-xg3ms 4 года назад

      @@medblocks yes that's the right use case.
      I just wanted to ask you one question on extensions:
      If we create a extension for a resource and post some data accordingly, then when we do a GET on that data does the extension tag gets resolved or it still appears as an extension?

  • @sanjayahuja22
    @sanjayahuja22 3 года назад

    How do we implement consent management with FHIR?

    • @sanjayahuja22
      @sanjayahuja22 3 года назад

      @@medblocks thanks for your response..I am trying to visualize the workflow..So if I download an app and connect to payer , it would be needing a consent from patient to query data..How to achieve that

  • @ashish.narnoli
    @ashish.narnoli 4 года назад

    Good information. While trying this, getting error message “Unable to resolve profile ‘hl7.org/fhir/StructureDefinition/Patient’”
    Any help on this please?

    • @ashish.narnoli
      @ashish.narnoli 4 года назад

      Unistalling/Installing Forge fixed this issue. Thanks

  • @rikinshah478
    @rikinshah478 3 года назад

    Hi, Can you please share java code for validating resource against profile ?

    • @rikinshah478
      @rikinshah478 3 года назад

      @@medblocks Yes but for that I want to give profile (US Core) and validate resources against this profile only. So. I want java code for it, if you have.

  • @shahidshaikh4776
    @shahidshaikh4776 2 года назад

    👍 nd🙌