FHIR Chat · v3 FHIR Resource Questions · implementers

Stream: implementers

Topic: v3 FHIR Resource Questions


view this post on Zulip Darnell Brown (Jan 15 2019 at 13:48):

I have a few basic questions surrounding v3 of the FHIR spec in regards to resources. We noticed that with the release of v4, that there were a bunch of url changes due this release.

We have an existing implementation in coordination with a third party EHR partner, that relies on the periodic retrieval of v3 resource data.

My question to anyone would be, what are the proper urls that we should be pointing to retrieve raw JSON data for the following resource types:
• Races
• Ethnicities
• Languages
• Relationships (Policy Holders)

And just a reminder, this is for v3. If I need to reach out to someone specifically, I’d appreciate it if someone could point me in the right direction.

Thanks,

Darnell Brown

view this post on Zulip Grahame Grieve (Jan 15 2019 at 13:52):

all the same URLs exist at http://hl7.org/fhir/STU3 (add /STU3).

view this post on Zulip Darnell Brown (Jan 15 2019 at 13:58):

Thanks Grahame. So for each of the following what would be the correct URLs to access the raw json for each of the four above?

Are these correct? If not, could you point me to the right place? Thanks.
o Races: https://www.hl7.org/fhir/v3/Race/v3-Race.json
o Ethnicities: https://www.hl7.org/fhir/v3/Ethnicity/v3-Ethnicity.cs.json
o Languages: https://www.hl7.org/fhir/valueset-languages.json
o Relationships: http://hl7.org/fhir/stu3/codesystem-policyholder-relationship.json

view this post on Zulip Grahame Grieve (Jan 15 2019 at 13:59):

https://hl7.org/fhir/STU3/v3/Race/v3-Race.json

view this post on Zulip Grahame Grieve (Jan 15 2019 at 13:59):

etc

view this post on Zulip Darnell Brown (Jan 15 2019 at 14:01):

@Grahame Grieve Thanks! so are the Language and Relationships links that I've listed correct as well for v3?


Last updated: Apr 12 2022 at 19:14 UTC