Click or drag to resize

PatientResourceHandlerMapToModel Method (Patient)

Maps a FHIR patient resource to an HDSI patient.

Namespace:  SanteDB.Messaging.FHIR.Handlers
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
protected override Patient MapToModel(
	Patient resource
)

Parameters

resource
Type: Patient
The resource.

Return Value

Type: Patient
Returns the mapped model.
See Also