@Olex Thanks for reaching out. Based on the information you provided, it seems that the issue may be related to the StructureDefinition for the US Core race extension not being loaded into the Azure Health Data FHIR Service.
please verify the following steps:
- Query the FHIR service at <
hostname>>/StructureDefinition
to confirm that the proper StructureDefinition for the US Core race extension was loaded into the Azure Health Data FHIR Service, and that it has the matching URL:http://hl7.org/fhir/us/core/StructureDefinition/us-core-race
. - It looks like you may have created a StructureDefinition of your own with URL https://abc-fhir001.fhir.azurehealthcareapis.com/StructureDefinition/patient-us#Patient.extension (Patient.extension:race) and your own StructureDefinition refers to the us-core-race StructureDefinition, which may not be loaded into the FHIR server.
- Once the US Core race extension StructureDefinition is loaded into the Azure Health Data FHIR Service, you can try validating the Patient resource again to see if the warning message is resolved.
Also note, it can take a few minutes after loading a StructureDefinition before it is available to the validator logic.
let me know incase of further queries, I would be happy to assist you.