FHIR Terminology Service Explained with SNOMED CT & LOINC

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024

ความคิดเห็น • 12

  • @medblocks
    @medblocks  7 หลายเดือนก่อน

    If you're interested in learning how to use FHIR 🔥 and its terminologies to build a healthcare app, watch my exclusive webinar here: link.medblocks.com/fhir-04f43b

  • @sandeep-4433
    @sandeep-4433 ปีที่แล้ว

    Hi, how to create valueset for marital status and gender. Moreover, is there need to create every valueset locally exactly same as mentioned in FHIR website for implementation? Please reply.

    • @medblocks
      @medblocks  7 หลายเดือนก่อน

      Hey Sandeep, for certain fields like gender, the value sets are already defined in the FHIR Foundation Spec. For some other, they are present in the FHIR Profile. If that's not the case, you are always free to define a value set and enforce that in your own profile.

  • @sarthakkhandelwal1942
    @sarthakkhandelwal1942 2 ปีที่แล้ว

    Hey Sidharth, have been following you videos for a while now. You mention doing an exec into docker for uploading the CodeSystem when running the server from a docker image. However the docker image doesn't have a properly configured shell so I haven't been able to exec into it. Do you have any suggestions how to do that? I'm trying to deploy HAPI FHIR on my k8s cluster and use it.

    • @medblocks
      @medblocks  2 ปีที่แล้ว +1

      Hey Sarthak. Your best bet to do this in Kubernetes is using an initContainer that shares a volume with the hapi fhir image.

    • @sarthakkhandelwal1942
      @sarthakkhandelwal1942 2 ปีที่แล้ว

      Oh yeah that's a good idea.
      However I used their tomcat image which has extra stuff for debugging (like a bash terminal)

  • @sannan1992
    @sannan1992 ปีที่แล้ว

    Hi, I am Embedded engineer (C language). I want to implement FHIR for a medical device. What prerequisite is needed to learn FHIR? Like docker etc?

    • @medblocks
      @medblocks  7 หลายเดือนก่อน

      Nothing much really. Just REST APIs and how to read the FHIR Spec pages.

  • @shamselgammal7565
    @shamselgammal7565 ปีที่แล้ว

    Is it feasible to integrate UPTODATE with different coding systems using FHIR ?!

    • @medblocks
      @medblocks  7 หลายเดือนก่อน

      UpToDate needs to provide a FHIR API for us to consume. There are competitors who are offering such APIs via FHIR CDS Hooks. May be worth checking out.

  • @nareshsam2393
    @nareshsam2393 2 ปีที่แล้ว

    Hai bro
    I need to setup snowstorm in ECS cluster. Can I get any information on that.
    Thanks in advance

    • @medblocks
      @medblocks  7 หลายเดือนก่อน

      Hey Naresh, I believe you should be able to download the snowstorm Jar and install it in a Java container to get what you want. Check the documentation of snowstorm - they might have a container variant as well. However, what you want to do is also run an elasticsearch cluster since snowstorm depends on that during runtime.