Click or drag to resize

PatientResourceHandlerMapToFhir(Patient) Method

Map a patient object to FHIR.

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

Parameters

model  Patient
The patient to map to FHIR

Return Value

Patient
Returns the mapped FHIR resource.
See Also