LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
examples/demo_care_provision.py
examples/demo_comprehensive.py
examples/demo_deserializers.py
examples/demo_entities_deserializers.py
examples/demo_foundation_deserializers.py
examples/test_implementation.py
src/fast_fhir/__init__.py
src/fast_fhir/all_resources.py
src/fast_fhir/datatypes.py
src/fast_fhir/fast_parser.py
src/fast_fhir/fhir_clinical_c.py
src/fast_fhir/fhir_datatypes_c.py
src/fast_fhir/fhir_financial_c.py
src/fast_fhir/fhir_foundation_c.py
src/fast_fhir/fhir_medication_c.py
src/fast_fhir/fhir_parser_c.py
src/fast_fhir/fhir_specialized_c.py
src/fast_fhir/fhir_workflow_c.py
src/fast_fhir/foundation.py
src/fast_fhir/parser.py
src/fast_fhir/terminology.py
src/fast_fhir/deserializers/__init__.py
src/fast_fhir/deserializers/deserializers.py
src/fast_fhir/deserializers/entities_deserializers.py
src/fast_fhir/deserializers/foundation_deserializers.py
src/fast_fhir/deserializers/pydantic_care_provision.py
src/fast_fhir/deserializers/pydantic_entities.py
src/fast_fhir/deserializers/pydantic_foundation.py
src/fast_fhir/deserializers/pydantic_models.py
src/fast_fhir/ext/fhir_all_resources.h
src/fast_fhir/ext/fhir_clinical.h
src/fast_fhir/ext/fhir_datatypes.c
src/fast_fhir/ext/fhir_datatypes.h
src/fast_fhir/ext/fhir_datatypes_python.c
src/fast_fhir/ext/fhir_financial.h
src/fast_fhir/ext/fhir_foundation.c
src/fast_fhir/ext/fhir_foundation.h
src/fast_fhir/ext/fhir_foundation_python.c
src/fast_fhir/ext/fhir_medication.h
src/fast_fhir/ext/fhir_new_resources.c
src/fast_fhir/ext/fhir_new_resources_python.c
src/fast_fhir/ext/fhir_parser.c
src/fast_fhir/ext/fhir_specialized.h
src/fast_fhir/ext/fhir_workflow.h
src/fast_fhir/ext/common/fhir_common.c
src/fast_fhir/ext/common/fhir_common.h
src/fast_fhir/ext/common/fhir_resource_base.c
src/fast_fhir/ext/common/fhir_resource_base.h
src/fast_fhir/ext/resources/fhir_biologically_derived_product.h
src/fast_fhir/ext/resources/fhir_careplan.c
src/fast_fhir/ext/resources/fhir_careplan.h
src/fast_fhir/ext/resources/fhir_careteam.h
src/fast_fhir/ext/resources/fhir_device_metric.c
src/fast_fhir/ext/resources/fhir_device_metric.h
src/fast_fhir/ext/resources/fhir_encounter.c
src/fast_fhir/ext/resources/fhir_encounter.h
src/fast_fhir/ext/resources/fhir_goal.h
src/fast_fhir/ext/resources/fhir_location.c
src/fast_fhir/ext/resources/fhir_location.h
src/fast_fhir/ext/resources/fhir_nutritionorder.h
src/fast_fhir/ext/resources/fhir_observation.c
src/fast_fhir/ext/resources/fhir_observation.h
src/fast_fhir/ext/resources/fhir_organization.c
src/fast_fhir/ext/resources/fhir_organization.h
src/fast_fhir/ext/resources/fhir_organization_affiliation.c
src/fast_fhir/ext/resources/fhir_organization_affiliation.h
src/fast_fhir/ext/resources/fhir_patient.c
src/fast_fhir/ext/resources/fhir_patient.h
src/fast_fhir/ext/resources/fhir_practitioner.c
src/fast_fhir/ext/resources/fhir_practitioner.h
src/fast_fhir/ext/resources/fhir_practitionerrole.c
src/fast_fhir/ext/resources/fhir_practitionerrole.h
src/fast_fhir/ext/resources/fhir_riskassessment.c
src/fast_fhir/ext/resources/fhir_riskassessment.h
src/fast_fhir/ext/resources/fhir_servicerequest.h
src/fast_fhir/ext/resources/fhir_visionprescription.h
src/fast_fhir/resources/__init__.py
src/fast_fhir/resources/appointment.py
src/fast_fhir/resources/appointment_response.py
src/fast_fhir/resources/base.py
src/fast_fhir/resources/biologically_derived_product.py
src/fast_fhir/resources/care_plan.py
src/fast_fhir/resources/care_team.py
src/fast_fhir/resources/device.py
src/fast_fhir/resources/device_metric.py
src/fast_fhir/resources/encounter.py
src/fast_fhir/resources/encounter_history.py
src/fast_fhir/resources/endpoint.py
src/fast_fhir/resources/episode_of_care.py
src/fast_fhir/resources/flag.py
src/fast_fhir/resources/goal.py
src/fast_fhir/resources/group.py
src/fast_fhir/resources/healthcare_service.py
src/fast_fhir/resources/library.py
src/fast_fhir/resources/list_resource.py
src/fast_fhir/resources/location.py
src/fast_fhir/resources/medication.py
src/fast_fhir/resources/nutrition_order.py
src/fast_fhir/resources/nutrition_product.py
src/fast_fhir/resources/observation.py
src/fast_fhir/resources/organization.py
src/fast_fhir/resources/organization_affiliation.py
src/fast_fhir/resources/patient.py
src/fast_fhir/resources/person.py
src/fast_fhir/resources/practitioner.py
src/fast_fhir/resources/practitioner_role.py
src/fast_fhir/resources/related_person.py
src/fast_fhir/resources/risk_assessment.py
src/fast_fhir/resources/schedule.py
src/fast_fhir/resources/service_request.py
src/fast_fhir/resources/slot.py
src/fast_fhir/resources/substance.py
src/fast_fhir/resources/task.py
src/fast_fhir/resources/transport.py
src/fast_fhir/resources/verification_result.py
src/fast_fhir/resources/vision_prescription.py
src/fhir_fast_parser.egg-info/PKG-INFO
src/fhir_fast_parser.egg-info/SOURCES.txt
src/fhir_fast_parser.egg-info/dependency_links.txt
src/fhir_fast_parser.egg-info/requires.txt
src/fhir_fast_parser.egg-info/top_level.txt
tests/__init__.py
tests/test_additional_resources.py
tests/test_all_resources.py
tests/test_care_provision_resources.py
tests/test_core_functionality.py
tests/test_datatypes.py
tests/test_deserializers.py
tests/test_entities_deserializers.py
tests/test_fast_parser.py
tests/test_fhir_parser.py
tests/test_foundation.py
tests/test_foundation_deserializers.py
tests/test_main.py
tests/test_new_resources.py
tests/test_resources.py
tests/test_terminology.py