Skip to main content

types

FHIR R4 resource types.

Classes

FHIRAppointment

class FHIRAppointment(**data: typing.Any):

Type for Appointment resource from FHIR endpoint.

Variables

  • static model_computed_fields
  • static model_config
  • static model_fields
  • static resourceType : ClassVar[str]

FHIRCondition

class FHIRCondition(**data: typing.Any):

Type for Condition resource from FHIR endpoint.

Variables

  • static model_computed_fields
  • static model_config
  • static model_fields
  • static resourceType : ClassVar[str]

FHIRPatient

class FHIRPatient(**data: typing.Any):

Type for Patient resource from FHIR endpoint.

Variables

  • static model_computed_fields
  • static model_config
  • static model_fields
  • static resourceType : ClassVar[str]

FHIRProcedure

class FHIRProcedure(**data: typing.Any):

Type for Procedure resource from FHIR endpoint.

Variables

  • static model_computed_fields
  • static model_config
  • static model_fields
  • static resourceType : ClassVar[str]