Click or drag to resize

AllergyIntoleranceResourceHandlerMapToModel(AllergyIntolerance) Method

Map allergy intolerance from FHIR to a coded observation

Namespace: SanteDB.Messaging.FHIR.Handlers
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
protected override CodedObservation MapToModel(
	AllergyIntolerance resource
)

Parameters

resource  AllergyIntolerance

[Missing <param name="resource"/> documentation for "M:SanteDB.Messaging.FHIR.Handlers.AllergyIntoleranceResourceHandler.MapToModel(Hl7.Fhir.Model.AllergyIntolerance)"]

Return Value

CodedObservation

[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Handlers.AllergyIntoleranceResourceHandler.MapToModel(Hl7.Fhir.Model.AllergyIntolerance)"]

See Also