FHIR Chat · Question on Valueset like gender · implementers

Stream: implementers

Topic: Question on Valueset like gender


view this post on Zulip Nath (Apr 29 2020 at 06:17):

In my application UI, there is a field to select the gender. I am supposed to show the values in the dropdown. I see FHIR has these values defined http://hl7.org/fhir/valueset-administrative-gender.html. How can I read this ?.
Similarly, other fields like Highest education.

This is what I get when I tried on my hapi JPA server.

http://localhost:8080/ValueSet
{
    "timestamp": "2020-04-29T01:07:55.762+0000",
    "status": 404,
    "error": "Not Found",
    "message": "No message available",
    "path": "/ValueSet"
}

Can you please give me some idea how can I get the values from FHIR or other ways?.

thanks
Nath

view this post on Zulip Patrick Werner (Apr 29 2020 at 07:08):

http://hl7.org/fhir/valueset-administrative-gender.json

view this post on Zulip Patrick Werner (Apr 29 2020 at 07:08):

Would advice to have a copy on your side.

view this post on Zulip Nath (Apr 30 2020 at 19:57):

thanks @Patrick Werner . I am looking for how can I read the valuesets from FHIR so that my application UI can display. When I tried ,
http://localhost:8080/ValueSet
{
"timestamp": "2020-04-29T01:07:55.762+0000",
"status": 404,
"error": "Not Found",
"message": "No message available",
"path": "/ValueSet"
}
I get 404. I am using Hapi FHIR R4 jpa version. thanks for your help.


Last updated: Apr 12 2022 at 19:14 UTC