| 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
)
Protected Overrides Function MapToFhir (
model As Patient
) As Patient
protected:
virtual Patient^ MapToFhir(
Patient^ model
) override
abstract MapToFhir :
model : Patient -> Patient
override MapToFhir :
model : Patient -> Patient
Parameters
- model
- Type: SanteDB.Core.Model.RolesPatient
The patient to map to FHIR
Return Value
Type:
PatientReturns the mapped FHIR resource.
See Also