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
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: