Stream: Death on FHIR
Topic: Birth Place (BirthState value)
Velan (Aug 13 2021 at 14:26):
Hi Team
If Birth record state is null, when decedent birth place is out of "United States" then what should be shown in FHIR. Our database have country name and few list has state name with country, how to define FHIR code?
Thanks
Velan
NYC DOHMH
Saul Kravitz (Aug 16 2021 at 13:37):
@AbdulMalik Shakir @Cindy Bush -- Please Comment/Confirm
Hi @Velan ,
The birthstate component of BirthRecordIdentifier indicates that the state is represented by a code from ISO 3166-2 which encodes both country and state in a single concept. So, for example, the Canadian provinces are encoded as CA-XX, where XX is the two letter province code. Similarly US states are encoded as US-XX where XX is the two letter state code.
-Saul
Velan (Aug 16 2021 at 14:47):
Saul Kravitz said:
AbdulMalik Shakir Cindy Bush -- Please Comment/Confirm
Hi Velan ,
The birthstate component of BirthRecordIdentifier indicates that the state is represented by a code from ISO 3166-2 which encodes both country and state in a single concept. So, for example, the Canadian provinces are encoded as CA-XX, where XX is the two letter province code. Similarly US states are encoded as US-XX where XX is the two letter state code.-Saul
@Saul Kravitz @Cindy Bush @AbdulMalik Shakir
Thanks for your response, issue is what should correct value for other countries. Please let me know.
-Velan
Saul Kravitz (Aug 16 2021 at 14:57):
Hi @velan
See the link to ISO 3166-2 above. You will find detail pages for other countries.
Get Outlook for iOS<https://aka.ms/o0ukef>
Velan (Aug 16 2021 at 15:14):
Saul Kravitz said:
Hi @velan
See the link to ISO 3166-2 above. You will find detail pages for other countries.Get Outlook for iOS<https://aka.ms/o0ukef>
@Saul Kravitz @AbdulMalik Shakir @Cindy Bush
ok...For out of countries .... Can fill Country code (only) in BIRTHSTATEIDENTIFIER is that right?
Velan
Saul Kravitz (Aug 16 2021 at 16:21):
Hi @Velan,
Good questions.
I think the requirement for 3166-2 for all addresses is quite challenging for foreign births outside of US and CA. (I've opened a jira issue about this
I suggest that you use US-<state> and CA-<province> for US and CA births, and just the 3166-1 2 character country code for all other births.
Saul
Last updated: Apr 12 2022 at 19:14 UTC