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

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

@sourix

Description

@sourix

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions