Click or drag to resize

PatientResourceHandlerMapToModel(Patient) Method

Maps a FHIR patient resource to an HDSI patient.

Namespace: SanteDB.Messaging.FHIR.Handlers
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
protected override Patient MapToModel(
	Patient resource
)

Parameters

resource  Patient
The resource.

Return Value

Patient
Returns the mapped model.
See Also