Patient informations #2510
Replies: 2 comments 3 replies
-
Thank you for updating us on your finds. Since the list of systems is not fixed and are often locally defined, there is no enumerable for them in the library. Edit to add: You can also add a general category to your identifiers by using the 'type' field. Again, there's no fixed list for those, so no enumerable, but you can find the current recommended list of types here: http://hl7.org/fhir/valueset-identifier-type.html. |
Beta Was this translation helpful? Give feedback.
-
Hello @mbaltus Thanks. Probably something is wrong in my bundle JSON string or there is other issue. This is the example of a fixed blundle JSON string that at the moment I am reading in my code
In this example, for the section "identifier" I can see an identifier (with code "TAX") with a System and value. From your code, if I well understand if the System is equals to an exact URL I can found patients. Another issue.
Thanks again for your patience. |
Beta Was this translation helpful? Give feedback.
-
Hello.
I am not very expert about FHIR and this library.
But I want to collect with this library some patient informations that I haven't found.
For example, for a patient I want to collect these data if existent
How can I collect these data with this library?
UPDATE
Hello.
I have found how to get the two first information (Telephone numbers and Email but not the last two).
Thanks.
UPDATE 2
Hello again.
I have found how to get the last two informations (health insurance card and Tax ID code).
But now, I don't know how to get the right identifier (if there are more than one).
How can I identify the right identifier to get? Is there an enumerable to use for this?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions