File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
api/producer/processTransaction Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111from nrlf .core .errors import OperationOutcomeError
1212from nrlf .core .logger import LogReference , logger
1313from nrlf .core .model import ConnectionMetadata
14+ from nrlf .core .parent_model import Parent
1415from nrlf .core .response import NRLResponse , Response , SpineErrorResponse
1516from nrlf .core .utils import create_fhir_instant
1617from nrlf .core .validators import DocumentReferenceValidator
1718from nrlf .producer .fhir .r4 .model import (
18- BaseModel ,
1919 Bundle ,
2020 BundleEntry ,
2121 BundleEntryResponse ,
@@ -358,7 +358,7 @@ def handler(
358358 )
359359
360360 entries : list [BundleEntry ] = []
361- issues : list [BaseModel ] = []
361+ issues : list [Parent ] = []
362362
363363 for entry in body .entry :
364364 if not entry .resource or entry .resource ["resourceType" ] != "DocumentReference" :
You can’t perform that action at this time.
0 commit comments