LinuxForHealth / hl7v2-fhir-converter

Converts HL7 v2 Messages to FHIR Resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add mappings to Immunization from OBX

jgrant22 opened this issue · comments

  • Immunization.reaction.detail when OBX.3 is 31044-1 (Immunization reaction)
  • Immunization.programEligibility (CodeableConcept) when OBX-3=64994-7 (Vaccine funding program eligibility category)
  • Immunization.fundingSource (CodeableConcept) when OBX-3=30963-3 (Funds vaccine purchased with VAERS)
  • Immunization.statusReason(MEDPROC when OBX-3=30945-0 (Vaccination contraindication/precaution)IMMUNE when OBX-3=59784-9 (Disease with presumed immunity))
  • Immunization.education(PresentationDate when OBX-3=29769-7 , PubicationDate when OBX-3=29768-9, and documentType when OBX-3=69764-9) -- not complete, dependent on issue 414

Completion of this issue is waiting on #414 (Multiple OBX records need to group by OBX.4, but don't:) which is a bug discovered completing this item.

We will mark this one complete for everything else and #414 will complete that particular case.

In release 1.0.15