Click or drag to resize

IFhirResourceMapperMapToFhir Method

Map modelInstance to FHIR

Namespace:  SanteDB.Messaging.FHIR.Handlers
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
Resource MapToFhir(
	IdentifiedData modelInstance
)

Parameters

modelInstance
Type: SanteDB.Core.ModelIdentifiedData
The object to map to fhir

Return Value

Type: Resource
The mapped FHIR instance
See Also