You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Expected Outcomes