| 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
)
Function MapToFhir (
modelInstance As IdentifiedData
) As Resource
Resource^ MapToFhir(
IdentifiedData^ modelInstance
)
abstract MapToFhir :
modelInstance : IdentifiedData -> Resource
Parameters
- modelInstance
- Type: SanteDB.Core.ModelIdentifiedData
The object to map to fhir
Return Value
Type:
ResourceThe mapped FHIR instance
See Also