feature: FHIR R4 Inbound Facade
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public class ExternalResourceIdentifier
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public ExternalResourceType ResourceType { get; set; }
|
||||
public Guid InternalId { get; set; }
|
||||
public string System { get; set; } = null!;
|
||||
public string Value { get; set; } = null!;
|
||||
public DateTimeOffset CreatedAt { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user