Click or drag to resize

PatientResourceHandlerMapToFhir Method (Patient)

Map a patient object to FHIR.

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

Parameters

model
Type: SanteDB.Core.Model.RolesPatient
The patient to map to FHIR

Return Value

Type: Patient
Returns the mapped FHIR resource.
See Also