Workflow or API calls:
- I am noticing a fair amount of Emergency Contact relationships in C1941 are not returning an inverse role code based on the Gender value of the RelatedPerson in the RelatedPerson response. Is this happening because of a configuration issue in the C1941 environment? Or any other issue causing this?
- Examples that currently are not returning inverse role code based on the gender in the RelatedPerson response under the Emergency Contact, Refer: https://www.hl7.org/fhir/R4/valueset-relatedperson-relationshiptype.html
- Child (Displayed in C1941)
- RelatedPerson gender is male, return role code = FTH
- When the RelatedPerson gender is updated to female, return role code is still FTH (Should be MTH)
- Brother (Displayed in C1941)
- RelatedPerson = male, return role code = BRO
- When the RelatedPerson gender is updated to female, return role code is still BRO (Should be SIS)
- Also, when the Gender of the RelatedPerson is set to other or unknown. Is there any expected behavior (like it is there for male and female) on what role code will be received in the RelatedPerson response?
- See: https://hl7.org/fhir/R4/codesystem-administrative-gender.html#4.3.14.85.2
- For Relationships which are not dependent on the Gender like Spouse, Significant Other, etc. Is the behavior same for all gender types as per https://hl7.org/fhir/R4/codesystem-administrative-gender.html#4.3.14.85.2
Background Information:
Failure to provide answers will impact our ability to respond in a timely and effective manner
Developer questions:
Are you an OPN Member? Yes
Have you signed up to be in the Healthcare Developer Track? Yes
Are you a registered Code Program member? Yes
Does your App have a presence on the Oracle Healthcare App Marketplace? Yes
Are you developing on behalf of an Oracle Health client? No
Expected Result:
All relationship types selected in the UI should return a proper inverse role as per the RelatedPerson's gender in the RelatedPerson response.
Actual Result:
Same inverse role code is returned irrespective of the RelatedPerson's gender.