FHIR Search - Part 2: Types, Modifiers, and Prefixes

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

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

  • @BlueWizardsII
    @BlueWizardsII 2 หลายเดือนก่อน

    This might be off topic, but related. I have a backend app making bulk data requests. Instead of downloading the entire data set at frequent intervals to update my local database, I would prefer to download the data once, and then perform incremental updates, presumably using the _since query param, although not clear to me how to do that, and if the FHIR server I am accessing supports that (ECW).
    If it does, is that a viable mechanism to get incremental data ? I tried it and I got an error as OperationOutcome in the response.

  • @adriannajera8013
    @adriannajera8013 3 ปีที่แล้ว

    What about if we want to search a Patient by name or lastname ?

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

      [base]/Patient?given={name} (or ?given:contains={partial-name} for substring, or ?given:exact={name} for an exact match)
      For last name, the same but using family instead of given

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

    I want to search in coding System by a specific code can you tell me??