types
FHIR R4 resource types.
Classes
FHIRAppointment
class FHIRAppointment(**data: typing.Any):
Type for Appointment resource from FHIR endpoint.
Ancestors
- fhir.resources.appointment.Appointment
- fhir.resources.domainresource.DomainResource
- fhir.resources.resource.Resource
- fhir.resources.base.Base
- fhir_core.fhirabstractmodel.FHIRAbstractModel
- pydantic.main.BaseModel
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.
Ancestors
- fhir.resources.condition.Condition
- fhir.resources.domainresource.DomainResource
- fhir.resources.resource.Resource
- fhir.resources.base.Base
- fhir_core.fhirabstractmodel.FHIRAbstractModel
- pydantic.main.BaseModel
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.
Ancestors
- fhir.resources.patient.Patient
- fhir.resources.domainresource.DomainResource
- fhir.resources.resource.Resource
- fhir.resources.base.Base
- fhir_core.fhirabstractmodel.FHIRAbstractModel
- pydantic.main.BaseModel
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.
Ancestors
- fhir.resources.procedure.Procedure
- fhir.resources.domainresource.DomainResource
- fhir.resources.resource.Resource
- fhir.resources.base.Base
- fhir_core.fhirabstractmodel.FHIRAbstractModel
- pydantic.main.BaseModel
Variables
- static
model_computed_fields
- static
model_config
- static
model_fields
- static
resourceType : ClassVar[str]