// Register the type on the generic ThingToFhir partial class public static Patient ToFhir(this PersonalImage personalImage, Patient patient) { return(PersonalImageToFhir.ToFhirInternal(personalImage, patient)); }
// Register the type on the generic ThingToFhir partial class public static Patient ToFhir(this PersonalImage personalImage) { return(PersonalImageToFhir.ToFhirInternal(personalImage, ThingBaseToFhir.ToFhirInternal <Patient>(personalImage))); }