This repository was archived by the owner on May 1, 2024. It is now read-only.

Description
Please fill out the below template as best you can.
Description of Issue
When using extract_entry to extract resources like imagingstudy from a bundle, there is an error that says "Unknown primitive type: org.hl7.fhir.dstu3.model.OidType"
System Configuration
Project Version
0.4.9
Additional Details (optional)
Steps to Reproduce the Issue
- Use the load_from_directory api to load a bundle that contains an ImagingStudy resource with an uid attribute
- Attempt to extract the imaging study like so ... imagingstudies = extract_entry(spark, bundles, 'imagingstudy')
- An error gets thrown with the message "Unknown primitive type: org.hl7.fhir.dstu3.model.OidType"
Expected Outcomes
- Successfully load and extract the ImagingStudy resource type in STU3