LinuxForHealth / hl7v2-fhir-converter

Converts HL7 v2 Messages to FHIR Resources
Apache License 2.0
89 stars 36 forks source link

Remove Org_SrvProv and use same Org path #439

Closed cragun47 closed 2 years ago

cragun47 commented 2 years ago

Signed-off-by: Brian Cragun cragun@us.ibm.com

Organization_ServiceProvider was created as a special case of Organization. Later improvements to the standard Organization, particularly in ids, superseded the function of Organization_ServiceProvider.

This change removes Organization_ServiceProvider and instead uses the mainstream Organization. It also removes a utility formatAsId, that is no longer used. That function is provide by VALID_ID data resolver.