Results 1 comments of Peter Corazao

if we add this to here: https://github.com/nazrulworld/fhir.resources/blob/main/fhir/resources/fhirabstractmodel.py#L516 We can remove all the _ properties from showing up on the Schema for FastAPI Swagger. ``` @staticmethod def schema_extra(schema: Dict[str, Any], model:...