Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

No reference resolution in provided bundles for CRR #37

Description

@wetret

References in a Bundle, that should be transferred to the CRR, are not resolved and included during Bundle generation. This leads to the fact that resource validation at the CRR can fail. An exception is the Patient resource.

For example if the Bundle contains a Condition resource with the following fields

 "fullUrl":"Condition/urn:uuid:1",
 "resource":{
            "resourceType":"Condition",
            ...        
            "subject":{
                 "reference":"Patient/urn:uuid:2"
            },
            "encounter":{
                  "reference":"Encounter/urn:uuid:3"
            },
            ...
      }

only the referenced Patient resource is included into the Bundle, not the referenced Encounter resource.

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