Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Support oid data types in resources (Eg STU3 - ImagingStudy) #69

Open
sourix opened this issue Jan 27, 2020 · 0 comments
Open

Support oid data types in resources (Eg STU3 - ImagingStudy) #69

sourix opened this issue Jan 27, 2020 · 0 comments

Comments

@sourix
Copy link

sourix commented Jan 27, 2020

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

  1. Use the load_from_directory api to load a bundle that contains an ImagingStudy resource with an uid attribute
  2. Attempt to extract the imaging study like so ... imagingstudies = extract_entry(spark, bundles, 'imagingstudy')
  3. 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant