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.
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
only the referenced Patient resource is included into the Bundle, not the referenced Encounter resource.